Skip to content
Snippets Groups Projects
  1. Mar 12, 2020
  2. Mar 11, 2020
    • Mark Goddard's avatar
      Host OS prechecks follow up · 96151a35
      Mark Goddard authored
      We only log the release in the 'Checking host OS release or version'
      precheck, but we allow either the release or version to be included in
      the list. For example, on CentOS 7:
      
          CentOS release Core is not supported. Supported releases are: 8
      
      Include the version in the failure message too.
      
      Change-Id: I0302cd4fc94a0c3a6aa1dbac7b9fedf37c11b81e
      Related: blueprint improve-prechecks
      96151a35
  3. Mar 10, 2020
    • yj.bai's avatar
      support ipv6 for grafana.ini.j2 · 3e582a05
      yj.bai authored
      
      grafana not support ipv6 in grafana.ini.j2.
      
      Closes-Bug: #1866141
      
      Change-Id: Ia89a9283e70c10a624f25108b487528dbb370ee4
      Signed-off-by: default avataryj.bai <bai.yongjun@99cloud.net>
      3e582a05
    • Will Szumski's avatar
      Use macro to avoid repetition · a1c51b73
      Will Szumski authored
      I didn't use a for loop as the logic for omitting the
      comma for the final element dirties the logic.
      
      Change-Id: Id29d5deebcc5126d69a1bd8395e0df989f2081f0
      a1c51b73
    • Mark Goddard's avatar
      Check supported host OS distributions in prechecks · d20c65ed
      Mark Goddard authored
      This should help to ensure that users are running tested and supported
      host OS distributions.
      
      Change-Id: I6ee76463d284ad4f3646af1c7ec2b7e50e2f3b15
      Partially-Implements: blueprint improve-prechecks
      d20c65ed
    • Mark Goddard's avatar
      Fix HAProxy monitor VIP precheck · 93a4dcc1
      Mark Goddard authored
      If haproxy is running somewhere in the cluster and listening on the VIP,
      but not running locally, then the following precheck may fail:
      
         TASK [haproxy : Checking free port for HAProxy monitor (vip interface)]
      
         msg: Timeout when waiting for 192.0.2.10:61313 to stop.
      
      This change fixes the issue by skipping the check if HAProxy is running
      on any host.
      
      Change-Id: I831eb2f700ef3fcf65b7e08382c3b4fcc4ce8d8d
      Closes-Bug: #1866617
      93a4dcc1
    • 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
    • Will Szumski's avatar
      Delete stale fluent config on restart · e7870e9d
      Will Szumski authored
      We already only include .conf files in fluent.conf:
      
      (fluentd)[fluentd@cpu-e-1041 /etc/fluentd]$ cat fluent.conf
      @include input/*.conf
      @include filter/*.conf
      @include format/*.conf
      @include output/*.conf
      
      so this change should not cause ill effect. This works because of the
      merge option in config files:
      
      merge: merges the source directory into the target directory instead of
      replacing it. Boolean, defaults to false.
      
      see https://docs.openstack.org/kolla/latest/admin/kolla_api.html#kolla-api-external-config
      
      Change-Id: I28f63ec81f1ea5bc4a213d053bfb2c04388d5925
      Closes-Bug: #1862211
      e7870e9d
    • Jeffrey Zhang's avatar
      Fix elasticsearch configuration in ipv6 environments · 3a8f5338
      Jeffrey Zhang authored
      Closes-Bug: #1866727
      Change-Id: I455ef6026b39110791cd38dac053205550af1ce2
      3a8f5338
  4. Mar 07, 2020
  5. Mar 06, 2020
  6. Mar 05, 2020
  7. Mar 03, 2020
  8. Mar 02, 2020
  9. Feb 27, 2020
  10. Feb 25, 2020
  11. 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
  12. 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
  13. Feb 20, 2020
  14. Feb 19, 2020
  15. Feb 16, 2020
  16. 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
  17. Feb 13, 2020
  18. 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
  19. Feb 11, 2020
Loading