Skip to content
Snippets Groups Projects
  1. Mar 10, 2020
    • yj.bai's avatar
      Add notify restart container when cert changed · d3cc2f67
      yj.bai authored
      
      When change the cert file in /etc/kolla/certificate/.
      The certificate in the container has not changed.
      So I think can use kolla-ansible deploy when certificate is
      changed. restart <container>
      
      Partially-Implements: blueprint custom-cacerts
      
      Change-Id: Iaac6f37e85ffdc0352e8062ae5049cc9a6b3db26
      Signed-off-by: default avataryj.bai <bai.yongjun@99cloud.net>
      d3cc2f67
  2. Mar 07, 2020
  3. Mar 06, 2020
  4. Mar 05, 2020
  5. Mar 03, 2020
  6. Mar 02, 2020
  7. Feb 27, 2020
  8. Feb 25, 2020
  9. Feb 22, 2020
    • James Kirsch's avatar
      Construct service configuration urls using kolla_internal_fqdn · 256322a8
      James Kirsch authored
      Service configuration urls should be constructed using
      kolla_internal_fqdn instead of kolla_internal_vip_address. Otherwise SSL
      validation will fail when certificates are issued using domain names.
      
      Change-Id: I21689e22870c2f6206e37c60a3c33e19140f77ff
      Closes-Bug: 1862419
      256322a8
  10. Feb 21, 2020
    • Radosław Piliszek's avatar
      Remove useless neutron-linuxbridge-agent env vars · c0eb07dd
      Radosław Piliszek authored
      Change-Id: Ic14d565d155fda223ad2768ee6e1b3fcf85a6003
      c0eb07dd
    • Mark Goddard's avatar
      Bifrost: Stop stopping RabbitMQ · c31db5fa
      Mark Goddard authored
      Bifrost no longer deploys RabbitMQ, so we should not try to stop it
      during upgrade. In fact, if we do then it fails:
      
      Failed to stop rabbitmq-server.service: Unit rabbitmq-server.service not
      loaded.
      
      Bifrost removed RabbitMQ in Train, so this is only required from Ussuri.
      
      Change-Id: Ie86f85974fd7385e72a918065fc9c5172f9684ba
      c31db5fa
    • Radosław Piliszek's avatar
      [baremetal] Drop useless reboot task · 9eed85c8
      Radosław Piliszek authored
      It is not used for quite a time.
      Some ancient Kolla Ansible used to update host kernel.
      
      Change-Id: I9cdc1ec47ad802b4d65a7b6438a335fc14639e05
      9eed85c8
    • Michal Nasiadka's avatar
      Stop using deprecated stores and default_store in glance · f031560f
      Michal Nasiadka authored
      Option "stores" from group "glance_store" is deprecated for removal
      Option "default_store" from group "glance_store" is deprecated for removal
      
      Multi store support is available since Rocky - time to start using
      it.
      
      Change-Id: I4991d754e34ec42a4b38331839d9679b307589bd
      f031560f
  11. Feb 20, 2020
  12. Feb 19, 2020
  13. Feb 16, 2020
  14. Feb 14, 2020
    • Radosław Piliszek's avatar
      Fix Cinder Backup access to kernel modules (iscsi_tcp issue) · eff22e7c
      Radosław Piliszek authored
      It looks like the only missing part was the actual mount of
      /lib/modules
      
      Now Cinder Backup volumes differ from Cinder Volume volumes only
      by /etc/target which is not relevant (Cinder Backup does not
      provide a target).
      
      Change-Id: Iccf4298c4f9306eb0a95b6712815778555ef44fc
      Closes-bug: #1863094
      eff22e7c
  15. Feb 13, 2020
  16. Feb 12, 2020
    • Radosław Piliszek's avatar
      Use more permissive regex to remove the offending 127.0.1.1 · adbe115e
      Radosław Piliszek authored
      line from /etc/hosts
      
      Ubuntu always uses 127.0.1.1 for that with some tricky sauce
      around `hostname` depending on whether it contains '.' or not.
      And when I mean `hostname` it's the one returned by `hostname`
      command with no arguments.
      
      ansible_hostname is always a single word so we can match on that.
      
      I did not want to remove just any 127.0.1.1 in case someone
      is using it for other purposes. :-)
      
      Change-Id: I8bd3d42a5e3bd0f63336ed60a0af90d52b1650d6
      Closes-bug: #1862739
      adbe115e
    • Gaëtan Trellu's avatar
      Use internal API for masakari-monitor · 7f951ea5
      Gaëtan Trellu authored
      By default api_interface is set to public, masakari-monitor
      on compute nodes should communicate via the internal API to
      reach masakari-api.
      
      Change-Id: I454f44e57d7b17d93d4aefc4cbbed93aefe874b1
      Closes-Bug: #1858431
      7f951ea5
  17. Feb 11, 2020
  18. Feb 07, 2020
  19. Feb 06, 2020
  20. Feb 04, 2020
  21. Feb 03, 2020
    • Michal Nasiadka's avatar
      Fix keystone fernet bootstrap · 0799782c
      Michal Nasiadka authored
      There are cases when a multinode deployment ends up in unusable
      keystone public wsgi on some nodes.
      
      The root cause is that keystone public wsgi doesn't find fernet
      keys on startup - and then persists on sending 500 errors to any
      requests - due to a race condition between
      fernet_setup/fernet-push.sh and keystone startup.
      
      Depends-On: https://review.opendev.org/703742/
      Change-Id: I63709c2e3f6a893db82a05640da78f492bf8440f
      Closes-Bug: #1846789
      0799782c
  22. Feb 02, 2020
    • Radosław Piliszek's avatar
      Followup on MariaDB handling fixes · 1ea029a9
      Radosław Piliszek authored
      This fixes issues reported by Mark:
      - possible failure with 4-node cluster (however unlikely)
      - failure to stop all nodes from progressing when conditions are
        not valid (due to: "any_errors_fatal: False")
      
      Change-Id: Ib6995bf4c99202c9813859b3d9e2f420448f0445
      1ea029a9
  23. Jan 31, 2020
    • Ning Yao's avatar
      Fix qemu loading of ceph.conf (permission error) · 91910d2a
      Ning Yao authored
      
      ceph.conf is loaded by qemu, not libvirt.
      Since qemu runs as the nova user, ceph.conf owned by root
      causes a permission error. The logs in
      /var/log/libvirt/qemu/instance-*.log reveal the error.
      
      This change fixes the issue by changing the ownership of ceph.conf
      in nova-libvirt to the nova user.
      
      Closes-Bug: #1861513
      Change-Id: I1881f51a6c8508f0f186a5623443343dc1df41d4
      Signed-off-by: default avatarNing Yao <yaoning@unitedstack.com>
      91910d2a
  24. Jan 30, 2020
Loading