Skip to content
Snippets Groups Projects
  1. Sep 17, 2024
  2. Aug 30, 2024
  3. Aug 27, 2024
  4. Aug 20, 2024
  5. Aug 13, 2024
    • Sven Kieske's avatar
      external/internal vip: use proper ip comparison · a5f0e16c
      Sven Kieske authored
      The variable kolla_same_external_internal_vip in group_vars/all.yml
      was set to true or false depending on the jinja2 equality operator
      - == - which only checks if two objects are the same.
      
      This is problematic because IPs can be the same but have different
      string representations, e.g. leading zeroes in some octets, but still
      repesent the same instance of an IP.
      
      Example: 192.168.1.1 and 192.168.001.001 are the same.
      
      Fix this, by using the ansible.utils.ipaddr() jinja2 filter instead
      to increase robustness.
      
      Closes-Bug: #2076889
      Introduced-By: https://review.opendev.org/c/openstack/kolla/+/285005
      
      
      
      Signed-off-by: default avatarSven Kieske <kieske@osism.tech>
      Change-Id: Ied43b9d0c4b33bb514d367f3f99c2e30e104d139
      a5f0e16c
  6. Aug 12, 2024
  7. Aug 08, 2024
    • 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
  8. 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
  9. Jun 19, 2024
    • Mark Goddard's avatar
      Add support for customising Neutron physical network names · 64dcfb72
      Mark Goddard authored
      Previously Kolla Ansible hard-coded Neutron physical networks starting
      at physnet1 up to physnetN, matching the number of interfaces in
      neutron_external_interface and bridges in neutron_bridge_name.
      
      Sometimes we may want to customise the physical network names used. This
      may be to allow for not all hosts having access to all physical
      networks, or to use more descriptive names.
      
      For example, in an environment with a separate physical network for
      Ironic provisioning, controllers might have access to two physical
      networks, while compute nodes have access to one.
      
      This change adds a neutron_physical_networks variable, making it
      possible to customise the Neutron physical network names used for the
      OVS, OVN, Linux bridge and OVS DPDK plugins. The default behaviour is
      unchanged.
      
      Change-Id: Ib5b8ea727014964919c6b3bd2352bac4a4ac1787
      64dcfb72
  10. May 16, 2024
  11. Apr 29, 2024
  12. Apr 25, 2024
  13. Apr 24, 2024
  14. Apr 22, 2024
  15. Mar 15, 2024
  16. Mar 11, 2024
  17. Jan 30, 2024
  18. Jan 29, 2024
    • Alex-Welsh's avatar
      Update keystone service user passwords · ffd6e3bf
      Alex-Welsh authored
      Service user passwords will now be updated in keystone if services are
      reconfigured with new passwords set in config. This behaviour can be
      overridden.
      
      Closes-Bug: #2045990
      Change-Id: I91671dda2242255e789b521d19348b0cccec266f
      ffd6e3bf
  19. Jan 24, 2024
  20. Jan 22, 2024
    • Hongbin Lu's avatar
      Zun: remove docker's cluster-store option · a0ca41cd
      Hongbin Lu authored
      * Remove docker's cluster-store option. This option was removed from
        the latest version of docker so we removed it.
      * Switch kuryr's capability_scope from "global" to "local". The "global"
        scope relies on a cluster store but docker no longer supports it.
      
      Change-Id: Ie62396184552938d099223f9d325a41c9a5067c3
      a0ca41cd
  21. Jan 17, 2024
  22. Dec 28, 2023
  23. Nov 30, 2023
  24. Nov 28, 2023
  25. Nov 22, 2023
  26. Nov 15, 2023
  27. Nov 07, 2023
  28. Oct 25, 2023
  29. Oct 20, 2023
  30. Oct 12, 2023
  31. Oct 11, 2023
  32. Oct 06, 2023
Loading