Skip to content
Snippets Groups Projects
  1. Jul 17, 2024
    • Michal Arbet's avatar
      Fix mariadb recovery · 84e95d25
      Michal Arbet authored
      This patch modifies tasks that are delegated to
      localhost to use local connection.
      Firstly, this is correct since SSH connection is not used,
      and secondly, it fixes the issue when kolla-ansible is
      packaged in a docker container. If the local connection
      is not used, the tasks will fail because temporary data are
      stored outside the container, whereas we need it to be
      stored inside the container so we can read them and set_facts.
      
      Closes-Bug: #2073370
      Change-Id: I9547d5da78da30bfeea8e97056cfa9308c977098
      84e95d25
  2. Jul 16, 2024
  3. Jul 09, 2024
  4. Jul 03, 2024
  5. Jun 28, 2024
    • Matus Jenca's avatar
      Patch service-cert-copy role to be used w/o HAProxy · cf903b9a
      Matus Jenca authored
      Currently, service-cert-copy role used to copy certs and CA
      into containers has 'when' statements  that check if HAProxy is
      defined and enabled for the service. However, some services like
      RabbitMQ, ProxySQL or Redis don't use HAProxy
      
      This patch removes the when condition, as it is not necessary.
      
      PartiallyImplements: mariadb-ssl
      Change-Id: I8864e05212e0ed76ea3a0108b00ed9dd04b1a697
      cf903b9a
  6. Jun 26, 2024
  7. Jun 24, 2024
  8. Jun 19, 2024
  9. May 27, 2024
  10. May 16, 2024
  11. May 15, 2024
  12. May 14, 2024
    • Pierre Riteau's avatar
      Support CloudKitty deployment with internal TLS · 78e7f133
      Pierre Riteau authored
      Configure cloudkitty_influxdb_use_ssl automatically based on the value
      of kolla_enable_tls_internal. Set cloudkitty_elasticsearch_cafile,
      cloudkitty_influxdb_cafile and cloudkitty_prometheus_cafile to
      openstack_cacert.
      
      Disable certificate validation when bootstrapping the InfluxDB database:
      the influxdb_database module and the InfluxDB 1.x Python client don't
      support specifying a CA certificate file.
      
      This fixes bootstrap and execution of CloudKitty with internal TLS.
      
      Closes-Bug: #1998831
      Change-Id: I5524169b9567819d379726099bf70c692c85acc1
      78e7f133
  13. May 13, 2024
  14. May 08, 2024
    • OpenStack Release Bot's avatar
      Update master for stable/2024.1 · 1efa653e
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/2024.1.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/2024.1.
      
      Sem-Ver: feature
      Change-Id: I6e25de71b55d37a9d0492e65751ddc73c6a6dbdc
      1efa653e
  15. May 07, 2024
  16. Apr 29, 2024
  17. Apr 27, 2024
  18. Apr 25, 2024
  19. Apr 24, 2024
  20. Apr 23, 2024
  21. Apr 22, 2024
    • Michal Nasiadka's avatar
      CI: Add codespell to pep8 · 44820945
      Michal Nasiadka authored
      Fix existing spelling errors
      
      Change-Id: Ie689cf5a344aaa630a4860448b09242333a8e119
      44820945
    • Sven Kieske's avatar
      mariadb: fix cluster recovery · 984cb0a7
      Sven Kieske authored
      
      sometimes cluster recovery didn't work
      because we only look for the sequence number in the last 200 lines
      of the log file.
      
      fix this by ingesting the complete file and only register the last
      sequence number we find.
      
      Closes-Bug: 1821173
      
      Change-Id: Iea2661c9d5d262cf99edd5f5b567f252607a0003
      Signed-off-by: default avatarSven Kieske <kieske@osism.tech>
      984cb0a7
  22. Apr 19, 2024
  23. Apr 16, 2024
  24. Apr 08, 2024
    • Roman Krček's avatar
      Update cell0 database connection · ab6eb989
      Roman Krček authored
      
      When kolla VIP address is changed the cell0 database connection is
      now updated to the new address.
      
      Closes-bug: #1915302
      Change-Id: I35be54efb5aaa230702d0cebaae04f1e64c3bca3
      Signed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      ab6eb989
    • Roman Krček's avatar
      Add sysctl role · e2a0d1f5
      Roman Krček authored
      
      This new role will handle setting sysctl values.
      
      It also handles cases when IPv6 setting is changed, but IPv6 is
      not enabled on the system by skipping those settings.
      
      This is an augmentation of previous patch:
      Icccfc1c509179c3cfd59650b7917a637f9af9646
      
      Related-bug: #1906306
      Change-Id: I5d6cda3307b3d2f27c1b2995f28772523b203fe7
      Signed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      e2a0d1f5
  25. Mar 20, 2024
  26. Mar 19, 2024
  27. Mar 18, 2024
  28. Mar 15, 2024
Loading