Skip to content
Snippets Groups Projects
  1. Apr 20, 2023
  2. Apr 19, 2023
  3. Apr 18, 2023
  4. Apr 17, 2023
  5. Apr 14, 2023
  6. Apr 13, 2023
  7. Apr 12, 2023
  8. Apr 08, 2023
  9. Apr 03, 2023
  10. Apr 01, 2023
    • Maksim Malchuk's avatar
      Fix merge action plugins verbose output · 8972241d
      Maksim Malchuk authored
      
      This change fixes the output 'module_args' information of the plugins
      'merge_configs' and 'merge_yaml' when Ansible is executed in maximum
      verbose mode. Now all the plugin options are displayed instead of
      standard 'copy' plugin options only.
      
      Also, this change contains fixes already applied in the Kayobe
      project to improve and synchronize the code of the plugins between
      projects.
      
      Change-Id: Ie2d9a0501fe29bfd854eb31258f282b197855948
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      8972241d
  11. Mar 31, 2023
    • Michal Nasiadka's avatar
      cli: fix find globals.d · 35b92825
      Michal Nasiadka authored
      Currently when the /etc/kolla/globals.d directory does not exist
      it writes an error on stderr.
      
      Change-Id: I2d4b3dd9dde3d383af213dc6fd376bc14c650a7d
      35b92825
  12. Mar 29, 2023
  13. Mar 28, 2023
    • Tom Fifield's avatar
      Add note about removing leading tabs in ceph.conf files · 9070c4fa
      Tom Fifield authored
      As reported in bug #1914814, common ways to generate ceph config files
      result in files that have leading tabs. These tabs make Kolla Ansible's
      ini parser unhappy, so add a note to remind users to remove them.
      
      Closes-Bug: #1914814
      Change-Id: I4b06eae75bf238f2f093bfb76ba37c7f75dfd616
      9070c4fa
    • Matt Crees's avatar
      Use the upgraded image to run Nova upgrade checks · e34fbb17
      Matt Crees authored
      When upgrading Nova, we sometimes hit an error where an old hypervisor
      that hasn’t been upgraded recently (for example due to broken hardware)
      is preventing Nova API from starting properly. This can be detected
      using the tool ``nova-status upgrade check`` to make sure that there are
      no ``nova-compute`` that are older than N-1 releases. This is already
      used in the Kolla Ansible upgrade task for Nova. However, this task uses
      the current ``nova-api`` container, so computes which will be too old
      after the upgrade are not caught.
      
      This patch changes Kolla Ansible so that the upgraded ``nova-api`` image
      is used to run the upgrade checks, allowing computes that will be too
      old to be detected before the upgrades are performed.
      
      Depends-On: https://review.opendev.org/c/openstack/kolla/+/878744
      
      
      
      Closes-Bug: #1957080
      Co-Authored-By: default avatarPierre Riteau <pierre@stackhpc.com>
      Change-Id: I3a899411001834a0c88e37f45a756247ee11563d
      e34fbb17
  14. Mar 27, 2023
  15. Mar 26, 2023
  16. Mar 24, 2023
Loading