We joyfully announce the release of: kayobe 17.3.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/kayobe Download the package from: https://tarballs.openstack.org/kayobe/ Please report issues through: https://bugs.launchpad.net/kayobe/+bugs For more details, please see below. 17.3.0 ^^^^^^ New Features ************ * Adds variables to configure authentication parameters in the "image- download" role, which is used to download IPA images. The new variables are "image_download_url_username", "image_download_url_password", "image_download_force_basic_auth" and "image_download_unredirected_headers". See documentation of the get_url and uri Ansible modules for more details on how to use these variables. Bug Fixes ********* * Fixes an issue where slave interfaces would not be brought back up when bouncing the master interface. LP#2072340 (https://bugs.launchpad.net/kayobe/+bug/2072340). Changes in kayobe 17.2.0..17.3.0 -------------------------------- b5eaaef6 CI: pin to ansible-compat<25.0.0 748486e2 Bump version of MichaelRigart.interfaces c9799262 Support IPA download with authenticated requests 58580156 Fix release note markup d7ee8aab Fix release note link Diffstat (except docs and test files) ------------------------------------- ansible/roles/image-download/defaults/main.yml | 20 ++++++++++++++++++++ ansible/roles/image-download/tasks/main.yml | 8 ++++++++ dev/functions | 21 ++++++++++++++++++++- dev/overcloud-test-bounce-interface.sh | 21 +++++++++++++++++++++ molecule-requirements.txt | 2 +- .../kayobe-overcloud-host-configure-base/run.yml | 10 ++++++++++ ...rovision-prompt-host-lists-cfb701162c114c60.yaml | 2 +- ...xes-slave-interface-bounce-81d8dc8e5e474447.yaml | 6 ++++++ .../notes/image-download-auth-e9fd02b71e26dd52.yaml | 12 ++++++++++++ .../pin-ipa-requirements-f9566011b2400e6c.yaml | 2 +- requirements.yml | 2 +- 11 files changed, 101 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/molecule-requirements.txt b/molecule-requirements.txt index 794a7bf5..60ecf735 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -6 +6 @@ ansible-lint>=3.0.0,<6.0.0,!=4.3.0 # MIT -ansible-compat # MIT +ansible-compat<25.0.0 # MIT