Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
    • Matt Crees's avatar
      Support saving baremetal compute inspection data · c04b6ddf
      Matt Crees authored
      Add the command ``kayobe baremetal introspection data save`` to save the
      hardware introspection data gathered by ``kayobe baremetal compute
      inspect``. This mirrors the functionality of ``kayobe overcloud
      introspection data save``, but for use with the baremetal compute
      Ironic, rather than Bifrost.
      
      Change-Id: I654f7d6e923c442a8aa08f536cc2b82c5e5b69d1
      c04b6ddf
  2. Mar 13, 2024
  3. Mar 05, 2024
  4. Mar 04, 2024
  5. Mar 01, 2024
  6. Feb 23, 2024
  7. Feb 20, 2024
  8. Feb 19, 2024
  9. Feb 16, 2024
  10. Feb 15, 2024
  11. Feb 14, 2024
    • Dawud's avatar
      Fix wipe-disks role to work on util-linux >= 2.37 · 3942d294
      Dawud authored
      On newer versions of util-linux, the ``wipe_disks`` role was not
      properly configured due to the fact that ``lsblk -J`` returns a slightly
      different output than what was previously returned. Previously the
      output would contain a key called ``mountpoint``, however this has been
      changed to ``mountpoints``. This has now been fixed by looking at the
      new key as well as the old key.
      
      Closes-bug: #2051859
      Change-Id: I2a59f4eb3ae27f37fda38e05924315887cb04c41
      Unverified
      3942d294
  12. Feb 13, 2024
    • Pierre Riteau's avatar
      CI: support .gitreview of unmaintained branch · bb51db15
      Pierre Riteau authored
      Change-Id: Ica6c0b204094ed61aef8242c934eb3b7715ce944
      bb51db15
    • Pierre Riteau's avatar
      Add missing space in help output · 4337e78e
      Pierre Riteau authored
      Change-Id: I6834aa6a19a73efe807402fa767b9ceaf1170a20
      4337e78e
    • Seunghun Lee's avatar
      Make OVS container build regex independent to OVN · ec5bbf39
      Seunghun Lee authored
      Currently building OVN container images and OVS container images are
      mutually exclusive.
      
      This becomes problem when all container images are needed to be built
      at the same time.
      
      ``kolla_build_neutron_ovs`` is added to let user to build OVS even if
      OVN is enabled when it's explictly set to true.
      
      Default value ensures regex mapping behaves normally when
      ``kolla_build_neutron_ovs`` is not given.
      
      Release note is also added.
      
      Change-Id: I7efe883fce4117a5167b6db4a711004d77a44f81
      ec5bbf39
  13. Feb 11, 2024
  14. Feb 09, 2024
  15. Feb 07, 2024
  16. Feb 05, 2024
  17. Feb 02, 2024
  18. Feb 01, 2024
  19. Jan 22, 2024
    • Matt Crees's avatar
      Ask for confirmation during overcloud deprovision · 74f1bf7e
      Matt Crees authored
      Prompts the user to confirm before deprovisioning any overcloud hosts.
      The user is given a list of hosts which will be deprovisioned. Automatic
      confirmation can be achieved by setting ``confirm_deprovison`` to
      ``yes``.
      
      Change-Id: I6eea5bb7c268912e6f39627f64c92715877311a3
      74f1bf7e
  20. Jan 09, 2024
    • Ghanshyam Mann's avatar
      Update python classifier in setup.cfg · 395bd34f
      Ghanshyam Mann authored
      As per the current release tested runtime, we test
      till python 3.11 so updating the same in python
      classifier in setup.cfg
      
      Change-Id: If9ccc21a51e85eefe1fc403db889051b933fc29d
      395bd34f
  21. Dec 22, 2023
  22. Dec 21, 2023
    • Mark Goddard's avatar
      Make hooks environment-aware · 0055d384
      Mark Goddard authored
      Previously it was only possible to define custom playbook hooks in the
      base configuration, and not in environments. This could be limiting in
      cases where different environments require different hooks.
      
      With this change it is now possible to define hooks both in the base
      configuration and in environments.
      
      Change-Id: Ic003c18402177318ac1aa4c2d851263893bd4e9f
      0055d384
  23. Dec 20, 2023
  24. Dec 19, 2023
Loading