Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
  2. Mar 21, 2023
  3. Mar 15, 2023
  4. Mar 08, 2023
  5. Mar 07, 2023
    • Bartosz Bezak's avatar
      use OS python to create kolla-ansible venv · 06858145
      Bartosz Bezak authored
      Currently kayobe creates kolla-ansible venv using kayobe venv
      python3. There are corner cases when creation k-a venv fails
      while using kayobe venv created with python 3.6 buggy setuptools/
      virtualenv command. Using OS python to create venv solves those
      corner cases issues and preserves compatibilty.
      
      Story: 2010634
      Task: 47599
      
      Change-Id: Ie0d9bf895f6714cbb8b0bd31a008eb388f4c51c2
      06858145
  6. Mar 06, 2023
  7. Mar 03, 2023
    • Pierre Riteau's avatar
      CI: Disable disk image build in seed-upgrade jobs · 77ca0771
      Pierre Riteau authored
      This build takes time and can fail due to lack of disk space. It got
      enabled when we changed overcloud_dib_build_host_images to true.
      
      Also fix bifrost overrides which was wrongly applied, we need to use
      dib.yml instead of bifrost.yml, like in kayobe-seed-base.
      
      Change-Id: I1edafbb41a26587a5ef794b3b9886fdf189a0a1a
      77ca0771
  8. Feb 21, 2023
  9. Feb 17, 2023
    • Erik Berg's avatar
      Use assert to test/validate condition · e6bd07fa
      Erik Berg authored
      This test seems to have a fault, where the variable/list
      kolla_ironic_enabled_console_interfaces could be undefined, the
      test would not fail.
      
      Anyway, using assert shows what we're testing, and doesn't list the
      task as skipped when we meet the requirements.
      
      Change-Id: Id9c4abc285be0240f9bdc21d21537d3a2d9bfd57
      e6bd07fa
  10. Feb 16, 2023
  11. Feb 08, 2023
  12. Jan 26, 2023
  13. Jan 23, 2023
  14. Jan 17, 2023
  15. Jan 16, 2023
  16. Jan 14, 2023
  17. Jan 13, 2023
  18. Jan 12, 2023
  19. Jan 10, 2023
    • Matt Crees's avatar
      Add command to run config validation · 4af5fd17
      Matt Crees authored
      Adds the command ``kayobe overcloud service configuration validate`` to
      run the ``oslo-config-validator`` on all hosts via Kolla-Ansible. The
      output directory of the results is specified with the flag
      ``--output-dir``.
      
      Change-Id: I5d5d16eeabe69e8659e33722165928df096b3559
      4af5fd17
  20. Jan 09, 2023
  21. Jan 06, 2023
  22. Jan 05, 2023
  23. Jan 03, 2023
  24. Dec 28, 2022
  25. Dec 24, 2022
  26. Dec 21, 2022
    • Scott Solkhon's avatar
      Add Hashi Vault support for Kolla passwords · 08bd6815
      Scott Solkhon authored
      This commit adds the necessary changes needed to support
      reading and writing Kolla passwords to a Hashicorp Vault server
      using Kolla-Ansible commands `kolla-readpwd` and `kolla-writepwd`.
      
      This follows the support that was added into Kolla-Ansible in
      the Change-Id Icf0eaf7544fcbdf7b83f697cc711446f47118a4d.
      
      Change-Id: I732988e6160cc64d663d6ef8179f04d3e1226537
      08bd6815
  27. Dec 16, 2022
Loading