Skip to content
Snippets Groups Projects
  1. Sep 11, 2024
  2. Aug 23, 2024
  3. Jul 24, 2024
  4. Jul 03, 2024
  5. Jul 02, 2024
  6. Apr 22, 2024
  7. Mar 19, 2024
  8. Mar 18, 2024
  9. Mar 14, 2024
  10. Mar 07, 2024
  11. Feb 02, 2024
    • Bartosz Bezak's avatar
      Sync development quickstart doc · fc439e74
      Bartosz Bezak authored
      The development quickstart document has not been updated for a
      while, and it has become desynchronized with the regular quickstart.
      
      Change-Id: I6b14623b73b0032df94f0f633659a1b6dfc15dea
      fc439e74
  12. Dec 05, 2023
    • Mark Goddard's avatar
      Support Ansible max_fail_percentage · af6e1ca4
      Mark Goddard authored
      This allows us to continue execution until a certain proportion of hosts
      to fail. This can be useful at scale, where failures are common, and
      restarting a deployment is time-consuming.
      
      The default max failure percentage is 100, keeping the default
      behaviour. A global max failure percentage may be set via
      kolla_max_fail_percentage, and individual services may define a max
      failure percentage via <service>_max_fail_percentage.
      
      Note that all hosts in the inventory must be reachable for fact
      gathering, even those not included in a --limit.
      
      Closes-Bug: #1833737
      Change-Id: I808474a75c0f0e8b539dc0421374b06cea44be4f
      af6e1ca4
  13. Nov 29, 2023
  14. Nov 28, 2023
    • Jan Gutter's avatar
      etcd: Add support for more scenarios · ed3b27cc
      Jan Gutter authored
      This commit addresses a few shortcomings in the etcd service:
        * Adding or removing etcd nodes required manual intervention.
      
        * The etcd service would have brief outages during upgrades or
          reconfigures because restarts weren't always serialised.
      
      This makes the etcd service follow a similar pattern to mariadb:
        * There is now a distiction between bootstrapping the cluster
          and adding / removing another member.
      
        * This more closely follows etcd's upstream bootstrapping
          guidelines.
      
        * The etcd role now serialises restarts internally so the
          kolla_serial pattern is no longer appropriate (or necessary).
      
      This does not remove the need for manual intervention in all
      failure modes: the documentation has been updated to address the
      most common issues.
      
      Note that there's repetition in the container specifications: this
      is somewhat deliberate. In a future cleanup, it's intended to reduce
      the duplication.
      
      Change-Id: I39829ba0c5894f8e549f9b83b416e6db4fafd96f
      ed3b27cc
  15. Nov 08, 2023
  16. Oct 13, 2023
  17. Aug 24, 2023
  18. Aug 03, 2023
    • Matt Crees's avatar
      Add genconfig to the Operating Kolla guide · 08f408b5
      Matt Crees authored
      While this section of the guide does not need to explain every command
      available, ``kolla-ansible genconfig`` is a useful command for people
      newer to using KA, so it seems worth mentioning in the guide.
      
      Change-Id: I6f58bb395012b701ad349e967fb3d2f16e9373c7
      08f408b5
  19. Jun 17, 2023
  20. Jun 07, 2023
  21. May 18, 2023
  22. Apr 20, 2023
  23. Apr 13, 2023
  24. Mar 29, 2023
    • Pierre Riteau's avatar
      Update notes about CentOS support · 8f82c294
      Pierre Riteau authored
      Remove notes referring to old releases (Train, Victoria). Add a note to
      cover migration to RL9.
      
      Change-Id: I57bcc9c3967fb6cdea56cb9a252255322ec2f1c9
      8f82c294
  25. Jan 29, 2023
  26. Jan 26, 2023
  27. Jan 04, 2023
  28. Dec 12, 2022
  29. Dec 08, 2022
  30. Oct 18, 2022
    • Marcin Juszkiewicz's avatar
      Default to Rocky Linux instead of CentOS Stream · 3c6959df
      Marcin Juszkiewicz authored
      We agreed that CentOS Stream 9 images are not published as we keep it
      for CI use only (to check potential failures before it hits RHEL).
      
      We recommend Rocky Linux 9 instead.
      
      Change-Id: I06e6746e5c2abbdcd97912ea2f99d82fc662531d
      3c6959df
    • Marcin Juszkiewicz's avatar
      Update RHEL family information · 33d37575
      Marcin Juszkiewicz authored
      Some time ago we dropped RHEL as one of possible options. During 'Zed'
      cycle we added Rocky Linux 9 as alternative to CentOS Stream 9.
      
      This change updates some mentions of both.
      
      Change-Id: I9ed93efcb7d1ff97b1c7d8342db8252aba2a9887
      33d37575
  31. Sep 27, 2022
  32. Aug 30, 2022
  33. Aug 22, 2022
    • wangxiyuan's avatar
      Upgrade openEuler Distro · bafdab17
      wangxiyuan authored
      openEuler 20.03 LTS SP2 is out of date. This patch:
      1. Upgrade openEuler to 22.03 TLS for host OS.
      2. Switch guest OS from centOS 8 to ubuntu
      
      Change-Id: If2ff036e965def141f67240945802611e1f4dc4e
      bafdab17
  34. Aug 08, 2022
    • Monty Taylor's avatar
      Add clouds.yaml file and use it · 73a1812c
      Monty Taylor authored
      clouds.yaml[0] is a richer way to express configuration for OpenStack
      clouds. It's also fully supported by Ansible's OpenStack modules as
      well as python-openstackclient and openstacksdk. It's the future - who
      doesn't like the future?
      
      Write a file using both the public (default) and the internal endpoints
      for the admin user. Also, change all of the examples to reference it
      and to get python-openstackclient to use it too.
      
      [0] https://docs.openstack.org/openstacksdk/latest/user/guides/connect_from_config.html
      
      Implements: blueprint use-clouds-yaml
      Change-Id: I557d2e4975c7b3d3c713a556b9ba47af9567ce6e
      73a1812c
  35. Jul 27, 2022
    • k-s-dean's avatar
      adds firewalld configuration based on enabled services · 8553e52a
      k-s-dean authored
      This change introduces automated configuration of firewalld and adds
      a new filter for extracting services from the project_services dict.
      the filter selects any enabled services and their haproxy element
      and returns them so they can be iterated over.
      This commit also enables automated configuration of firewalld from enabled
      openstack services and adds them to the defined zone and reloads the
      system firewall.
      
      Change-Id: Iea3680142711873984efff2b701347b6a56dd355
      8553e52a
  36. Jun 20, 2022
Loading