Skip to content
Snippets Groups Projects
  1. Sep 20, 2024
    • Michal Arbet's avatar
      Fix IPv6 address format in ProxySQL configuration · 12eeccdd
      Michal Arbet authored
      This patch resolves an issue where ProxySQL could not
      bind due to incorrectly formatted IPv6 addresses in the
      `mysql_ifaces` configuration. The kolla's
      `put_address_in_context` filter is now used, ensuring
      the addresses are properly enclosed in square brackets
      for correct binding.
      
      Closes-Bug: #2081106
      Change-Id: Ic166b8d9a500023c8d23ec9fee03b28b268b26e7
      12eeccdd
  2. Sep 17, 2024
  3. Sep 13, 2024
  4. Sep 12, 2024
    • Pierre Riteau's avatar
      Separate outputs of kolla_toolbox inner module · 54076620
      Pierre Riteau authored
      Inner modules called by the kolla_toolbox module were returning stdout
      and stderr as a single output object. This could break JSON parsing if
      any data was present in stderr, for example warnings such as:
      
          [WARNING]: Collection ansible.posix does not support Ansible version 2.14.17
      
      Fix by using demux=True to separate the two streams. The stderr content
      is logged as it could be useful for troubleshooting or catching
      deprecation notices.
      
      Change-Id: Iad0476d4511f28c837794352c9a3e2f47113d9a1
      Closes-Bug: #2080544
      54076620
    • Sven Kieske's avatar
      make OIDCClaimDelimiter configurable · 4eddb2cb
      Sven Kieske authored
      
      Add a new variable keystone_federation_oidc_claim_delimiter
      to make this configurable for keycloak OIDC federation.
      
      Closes-Bug: #2080394
      
      Signed-off-by: default avatarSven Kieske <kieske@osism.tech>
      Change-Id: If14285f033ed4914fd3b28d7efcc95e1c9f273a5
      Unverified
      4eddb2cb
  5. Sep 09, 2024
  6. Sep 05, 2024
  7. Sep 03, 2024
    • Roman Krček's avatar
      Refactor dev mode · b3275272
      Roman Krček authored
      Build upon changes in kolla which change strategy of installing projects
      in containers when in dev mode. This fixes problems where when package
      file manifest changes, the changes were not reflected in to
      devmode-enabled container.
      
      It changes the strategy of installing projects in dev mode in containers.
      Instead of bind mounting the project's git repository to the venv
      of the container, the repository is bind mounted to
      /dev-mode/<project_name> from which the it is installed using pip
      on every startup of the container using kolla_install_projects script.
      
      Also updates docs to reflect the changes.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/925712
      
      
      Closes-Bug: #1814515
      Singed-off-by: default avatarRoman Krček <roman.krcek@tietoevry.com>
      Change-Id: If191cd0e3fcf362ee058549a1b6c244d109b6d9a
      b3275272
  8. Aug 30, 2024
  9. Aug 29, 2024
  10. Aug 27, 2024
  11. Aug 23, 2024
  12. Aug 21, 2024
    • leiyashuai's avatar
      Remove "distutils" library · b3a66ef3
      leiyashuai authored
      Library "distutils" is deprecated in Python 3.10:
      https://peps.python.org/pep-0632/
      
      The versions previously referenced using StrictVersion should be old
      enough that they will not be used in a Dalmatian deployment:
      
      - Ansible 2.11
      - Docker API 1.42, included since Docker engine 23.0.0
      
      Change-Id: Ie315004715a1cb5a91dd54bc64b0a8fd0af650ec
      b3a66ef3
  13. Aug 20, 2024
  14. Aug 16, 2024
    • Michal Nasiadka's avatar
      Bump Ansible versions to 2.16 and 2.17 · 1d3b4f7b
      Michal Nasiadka authored
      Change-Id: Ic87fb3e4c014d3090869d5631e02982829df6312
      1d3b4f7b
    • Michal Arbet's avatar
      Fix nova-libvirt's secrets - device or resource is busy · 82a642ed
      Michal Arbet authored
      This patch removes the nova_libvirt_secret container volume because
      it is a complete antipattern, and during testing, I found that
      it causes problems. When it was necessary to copy libvirt secrets
      from /etc/kolla/nova-libvirt/secrets, the container logs reported that
      the resource is busy - precisely because it was a mounted container
      volume. This, of course, is unnecessary because the secrets are copied
      to the kolla host in /etc/kolla/nova-libvirt/secrets.
      
      Closes-Bug: #2073678
      Change-Id: I715a6a95f9d32d62a8199727ddbaddd0dd7baa2d
      82a642ed
  15. Aug 13, 2024
  16. Aug 12, 2024
  17. Aug 09, 2024
  18. Aug 08, 2024
    • Franciszek Przewozny's avatar
      Add /v3 suffix to OPENSTACK_KEYSTONE_URL · c0db4ac4
      Franciszek Przewozny authored
      Change I60162b54bc06e158534d29311d4474b34750c64d
      removed the '/v3' suffix from horizon_keystone_url variable,
      but the version is needed for some operations.
      This patch fixes the "Change password" Horizon function
      until Horizon bug #2073639 is resolved.
      
      Closes-Bug: #2073159
      Change-Id: I6ff46b47e9109d0757f2e5ce8019ba591b9892e1
      c0db4ac4
    • Stig Telfer's avatar
      Fix post-config of OVS for manila-share servers · 10b72b98
      Stig Telfer authored
      A host that is in the manila-share group, but not in controllers
      network, etc., will fail service deployment if it is not using the
      generic manila driver (eg, if it is using the CephFS native driver).
      This is because deployment of openvswitch-vswitchd is predicated on
      the drivers enabled for manila-share.  However, this predicate is not
      universally applied.  Where inventory group membership is used the
      dependency on openvswitch-vswitchd presence will fail.
      
      Closes-Bug: #1993285
      
      Change-Id: I821e513d24f2a1c59240d65ad68c3b5f2080e439
      10b72b98
    • Michal Nasiadka's avatar
      Bump codespell pin to <3 · 2a2cb92b
      Michal Nasiadka authored
      Adapt files to match new requirements, add assertIn to whitelist
      
      Change-Id: I516bbbb3a0f194e8fa08d04c0290b586963b8b55
      2a2cb92b
  19. Jul 25, 2024
  20. Jul 22, 2024
  21. Jul 19, 2024
    • Michal Arbet's avatar
      Add support for docker_image_name_prefix · ae86e3a0
      Michal Arbet authored
      The Kolla project supports building images with
      user-defined prefixes. However, Kolla-ansible is unable
      to use those images for installation.
      
      This patch fixes that issue.
      
      Closes-Bug: #2073541
      Change-Id: Ia8140b289aa76fcd584e0e72686e3786215c5a99
      ae86e3a0
  22. Jul 18, 2024
    • Mark Goddard's avatar
      Work around OVN DB leader election race condition · bbc7ddf8
      Mark Goddard authored
      After OVN DB leader restarts there is a period before a new leader has
      been elected where the old leader is returned in the cluster status.
      This can result in a failure to apply the connection settings if a
      different leader is elected.
      
      Wait for a few seconds for the leader election to complete.
      
      Change-Id: I20f08c986fa6b4b3ec668dad649e69f23119796b
      Closes-Bug: #2059124
      bbc7ddf8
  23. Jul 17, 2024
    • Victor Chembaev's avatar
      Fix octavia-interface timeout · a3fcc07c
      Victor Chembaev authored
      Added Restart=on-failure policy to octavia-interface systemd unit
      Added octavia_interface_wait_timeout variable to control
      TimeoutStartSec in octavia-interface systemd unit
      
      Change-Id: I9de6c27131ce78e85aac56ea5d91d9740fd58354
      Closes-Bug: 2067036
      a3fcc07c
Loading