Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
    • 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
  2. Sep 27, 2022
  3. 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
  4. Apr 21, 2022
    • Vladislav Belogrudov's avatar
      Add doc fix for all-in-one in venv · 5bcf5391
      Vladislav Belogrudov authored
      When running in virtual environment a bootstrapping task will
      install 'docker' python module in the environment. After that
      prechecks and deploy phase will not find the module because
      their 'ansible interpreter' is host wide. With this fix it is
      advised to set an interpreter to the one in virtual environment
      
      Closes-Bug: #1969812
      Change-Id: I1bb6a3af3fa6346fff0a262e0c53d12c544f46db
      5bcf5391
  5. Apr 20, 2022
    • Vladislav Belogrudov's avatar
      Fix ansible version in install command · 7a6aeff4
      Vladislav Belogrudov authored
      There are no 5.* versions of ansible for CentOS 8 Stream yet.
      One should use pip install 'ansible>=4,<6' according to the
      current documentation.
      
      Closes-Bug: #1969617
      Change-Id: Ie4f502f955dac5ae9ee8ddb4779c2fa2e26840d9
      7a6aeff4
  6. Apr 11, 2022
  7. Mar 28, 2022
  8. Mar 10, 2022
  9. Feb 21, 2022
  10. Jan 07, 2022
  11. Dec 20, 2021
    • Radosław Piliszek's avatar
      [docs] Mark init-runonce properly · 1c93c8ea
      Radosław Piliszek authored
      This is a docs amendment to let users know that calling
      init-runonce is not a required deployment step and it may not work
      for them if they modified the defaults.
      
      Change-Id: Ia3922b53d91a1a820447fec6a8074b941edc2ee9
      1c93c8ea
  12. Nov 11, 2021
  13. Nov 10, 2021
  14. Nov 09, 2021
  15. Nov 04, 2021
  16. Oct 27, 2021
  17. Sep 30, 2021
  18. Sep 23, 2021
  19. Sep 16, 2021
  20. May 12, 2021
  21. Mar 08, 2021
  22. Jan 27, 2021
    • Piotr Parczewski's avatar
      [docs] Unify project's naming convention · 5db72659
      Piotr Parczewski authored
      There are inconsitencies across the documentation and the source code files
      when it comes to project's name (Kolla Ansible vs. Kolla-Ansible). This
      commit aims at unifying it so that the naming becomes consistent everywhere.
      
      Change-Id: I903b2e08f5458b1a1abc4af3abefe20b66c23a54
      5db72659
  23. Dec 11, 2020
    • Adrian Andreias's avatar
      [docs] Add python3-venv package to quickstart.rst · 43a1e386
      Adrian Andreias authored
      Python virtual environment creation fails on a fresh system if
      python3-venv is not installed (Debian/Ubuntu).
      
      Installation instructions used to be in the Quick Start guide, but
      were removed in kolla-ansible/+/735894
      
      Change-Id: I867322ee43d509fe46b6afba9216586515fee0d5
      43a1e386
  24. Nov 20, 2020
    • likui's avatar
      Update docs for Ubuntu 20.04 · a62cce67
      likui authored
      * Use 'apt install' command instead of legacy 'apt-get'
      
      Change-Id: Idae8d325bce354fa3b4c5be412965122af8f1413
      a62cce67
  25. Oct 23, 2020
  26. Sep 29, 2020
  27. Sep 23, 2020
  28. Aug 11, 2020
  29. Jun 30, 2020
  30. Jun 18, 2020
    • Konstantinos Mouzakitis's avatar
      Adding support for multiple globals files · f6d8c0d4
      Konstantinos Mouzakitis authored
      Added a spec file for this blueprint.
      Changed the kolla-ansible script to accept more than one
      globals.yml file. That will still be the main one but operators
      will be able to create more, under the /etc/kolla/globals.d
      directory.
      Also added some paragraphs in the quickstart documentation
      about this.
      Finally, Adding a release note
      
      Change-Id: I34eb91d0e2ed80694594b8fc6801cf8ad77da754
      Implements: blueprint multiple-globals-files
      f6d8c0d4
  31. May 29, 2020
  32. May 24, 2020
  33. Apr 24, 2020
  34. Feb 11, 2020
  35. Jan 24, 2020
  36. Jan 09, 2020
  37. Sep 18, 2019
  38. Sep 16, 2019
    • Mark Goddard's avatar
      Add custom filters for checking services · af2e7fd7
      Mark Goddard authored
      These filters can be used to capture a lot of the logic that we
      currently have in 'when' statements, about which services are enabled
      for a particular host.
      
      In order to use these filters, it is necessary to install the
      kolla_ansible python module, and not just the dependencies listed in
      requirements.txt. The CI test and quickstart install from source
      documentation has been updated accordingly.
      
      Ansible is not currently in OpenStack global requirements, so for unit
      tests we avoid a direct dependency on Ansible and provide fakes where
      necessary.
      
      Change-Id: Ib91cac3c28e2b5a834c9746b1d2236a309529556
      af2e7fd7
Loading