Skip to content
Snippets Groups Projects
  1. Apr 01, 2020
    • Radosław Piliszek's avatar
      Fix ovs fw driver for the other ovs agent · c033ddca
      Radosław Piliszek authored
      In [1] only neutron-openvswitch-agent was fixed and not xenapi.
      That merged in Ussuri and went cleanly into Train.
      In Stein and Rocky, the backport was not clean and
      accidentally fixed xenapi instead of the regular one.
      
      Neither the original bug nor its incomplete fix were released,
      except for Rocky. :-(
      Hence this patch also removes the confusing reno instead of
      adding a new one.
      
      [1] https://review.opendev.org/713129
      
      Change-Id: I331417c8d61ba6f180bcafa943be697418326645
      Closes-bug: #1869832
      Related-bug: #1867506
      c033ddca
  2. Mar 27, 2020
    • linpeiwen's avatar
      keystone roles container name variable · 56591770
      linpeiwen authored
      keystone and keystone_fernet container name variable is fixed
      in some places, but in the defaults directory, keystone
      and keystone_fernet container_name variable is variable.
      If the keystone and keystone_fernet container_name variable is
      changed during deployment, it will not be assigned to keystone
      and keystone_fernet, but a fixed 'keystone' and 'keystone_fernet' name.
      
      Change-Id: Ifc8ac69e6abc4586f0e4fd820b9022aea9f76396
      56591770
  3. Mar 25, 2020
    • LinPeiWen's avatar
      mariadb container name variable · 8a206699
      LinPeiWen authored
      mariadb container name variable is fixed in some places,
      but in the defaults directory, mariadb container_name variable
      is variable. If the mariadb container_name variable is changed
      during deployment, it will not be assigned to container_name,
      but a fixed 'mariadb' name.
      
      Change-Id: Ie8efa509953d5efa5c3073c9b550be051a7f4f9b
      8a206699
  4. Mar 23, 2020
    • Mark Goddard's avatar
      Fix kolla-ansible stop with heterogeneous hosts · 89df07e8
      Mark Goddard authored
      The 'kolla-ansible stop' command can be used to stop the services
      running on hosts. However, if you run this command in an environment
      with heterogeneous nodes (most real world scenarios have at least
      control/compute), then it fails. This is because it only checks
      whether a container is enabled, and not whether the host is in the
      correct group. For example, it fails with nova-libvirt:
      
          No such container: nova_libvirt to stop.
      
      This change fixes the issue by only attempting to stop containers on
      hosts to which they are mapped.
      
      Change-Id: Ibecac60d1417269bbe25a280996ca9de6e6d018f
      Closes-Bug: #1868596
      89df07e8
  5. Mar 21, 2020
  6. Mar 20, 2020
    • Doug Szumski's avatar
      Support disabling Prometheus server · 505cded2
      Doug Szumski authored
      This is useful to people who manage their Prometheus Server
      externally to Kolla Ansible, or want to use the exporters with
      another framework such as Monasca.
      
      Change-Id: Ie3f61e2e186c8e77e21a7b53d2bd7d2a27eee18e
      505cded2
  7. Mar 18, 2020
  8. Mar 17, 2020
    • Doug Szumski's avatar
      Make Fluentd config folders readable · c92378d7
      Doug Szumski authored
      Currently, config folders lack the execute bit so Fluentd
      cannot read the config and just does nothing when it starts up. This
      change explicitly sets the execute bit on folders which need it,
      rather than doing it in a more generic way which is more risky from
      a security perspective.
      
      Change-Id: Ia840f4b67043df4eaa654f47673dcdc973f13d9c
      Closes-Bug: #1867754
      c92378d7
  9. Mar 16, 2020
  10. Mar 15, 2020
  11. Mar 12, 2020
  12. 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
  13. 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
  14. Mar 07, 2020
  15. Mar 06, 2020
  16. Mar 05, 2020
  17. Mar 03, 2020
  18. Mar 02, 2020
  19. Feb 27, 2020
  20. Feb 25, 2020
  21. 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
  22. 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
    • Mark Goddard's avatar
      Fix invalid JSON body in Elasticsearch API requests · 5db9eab0
      Mark Goddard authored
      The kibana, elasticsearch and monasca roles all use the uri module to
      perform Elasticsearch configuration tasks via its API. The body of the
      request should be JSON formatted, but these tasks now fail because it is
      not.
      
      The following error is seen:
      
      TASK [monasca : Create default control plane organisation if it doesn't
      exist]
      
      invalid character '\\'' looking for beginning of object key string
      
      The 'JSON' body in this case was:
      
      {'name': 'monasca_control_plane@default'}
      
      This was probably caused by the recent change to execute these tasks in
      the kolla_toolbox container, but may also be caused by an Ansible
      version bump (or something else).
      
      This change fixes the issue by ensuring that the body is JSON-encoded in
      all cases.
      
      Change-Id: I7acc097381dd9a4af4e014525c1c88213abbde93
      Closes-Bug: #1864177
      5db9eab0
    • 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
  23. Feb 20, 2020
  24. Feb 19, 2020
    • Jason Anderson's avatar
      [gnocchi] Disable statsd daemon by default · 57365000
      Jason Anderson authored
      This daemon is an additional piece of functionality supported by Gnocchi
      and the general pattern in KA is to disable such things unless the user
      explicitly wants them. This also helps avoid having to set the
      resource_id, user_id, and project_id variables for Gnocchi if you don't
      care about this daemon.
      
      Change-Id: I5f14cee4b0bb0d781b1ff53200d11de972d20c82
      Unverified
      57365000
Loading