Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
    • Maksim Malchuk's avatar
      Add initial support for systemd-networkd link configuration · 2c22526f
      Maksim Malchuk authored
      
      Added initial support for systemd-networkd link configuration, now
      you can configure and rename the name of a network interface if you
      know the MAC address of the interface.
      
      Also added unit tests and fixed issues in the test_overcloud_host_configure.py:
       * Added unit test for networkd.
       * Fixed pep8 issues.
       * Removed unused import.
       * Fixed 'not in' issue in assert.
      
      Change-Id: I8321183dbc747ef521aa0d2660ebeef8b0342c6a
      Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
      2c22526f
  2. Aug 30, 2024
  3. Aug 23, 2024
  4. Aug 22, 2024
  5. Aug 21, 2024
  6. Aug 20, 2024
  7. Jul 31, 2024
  8. Jul 30, 2024
    • Michal Nasiadka's avatar
      Allow using Bifrost/Ironic introspection data MAC address · d27ae6c3
      Michal Nasiadka authored
      Currently Kayobe sets ipv4_interface_mac to pxe interface
      MAC address.
      
      In cases where provisioning network interface and admin
      network interface are different - this feature can be used
      to get MAC address from Ironic introspection data.
      
      Change-Id: Ie3c9248f0b3e47e3645e1886c0492265d52969c9
      d27ae6c3
  9. Jul 29, 2024
  10. Jul 25, 2024
    • Will Szumski's avatar
      Use explicit version of community.docker · a22bbd93
      Will Szumski authored
      This works around a bug in the ansible packaged version of
      community.docker when using requests>=2.32. It is also more flexible if
      we can control the versions.
      
      Also fixes an issue where kolla collections would not be installed if
      the same role existed in the kayobe ansible collections path.
      
      This relies on the support added in kolla-ansible to use ansible-core,
      see: https://review.opendev.org/c/openstack/kolla-ansible/+/896406.
      
      Closes-Bug: #2072980
      Change-Id: Id9b19f10bc8ac38927914fb9782892b7daf1be82
      a22bbd93
  11. Jul 23, 2024
  12. Jul 10, 2024
  13. Jul 05, 2024
  14. Jul 03, 2024
  15. Jun 27, 2024
  16. Jun 24, 2024
  17. Jun 21, 2024
  18. Jun 20, 2024
  19. Jun 19, 2024
  20. Jun 17, 2024
  21. Jun 07, 2024
    • OpenStack Release Bot's avatar
      Update master for stable/2024.1 · f8f8cabc
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/2024.1.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/2024.1.
      
      Sem-Ver: feature
      Change-Id: If0e5d03825feeed634ee20b802e9663bdd4bf8de
      f8f8cabc
  22. Jun 05, 2024
  23. Jun 04, 2024
  24. Jun 03, 2024
    • Zuul's avatar
      afa0b75c
    • Will Szumski's avatar
      Add seed service destroy · 2c58388a
      Will Szumski authored
      This can be useful when using a seed VM that is not deployed by kayobe,
      and can therefore not use ``kayobe seed deprovision``, especially when
      iterating on kayobe-config during the inital stages of a deployment, or
      for development, where you want to re-run the playbooks from a clean-ish
      state.
      
      Change-Id: I43a9c2a57fcfe2c9d84f39903aac7c258f9a897f
      2c58388a
    • Mark Goddard's avatar
      Introduce max fail percentage to playbooks · 6c54ce4d
      Mark Goddard authored
      This allows us to continue execution until a certain proportion of hosts
      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
      kayobe_max_fail_percentage, and individual playbooks may define a max
      failure percentage via <playbook>_max_fail_percentage.
      
      Related Kolla Ansible patch:
      https://review.opendev.org/c/openstack/kolla-ansible/+/805598
      
      Change-Id: Ib81c72b63be5765cca664c38141ffc769640cf07
      6c54ce4d
Loading