We exuberantly announce the release of: bifrost 6.0.3: Deployment of physical machines using OpenStack Ironic and Ansible This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/bifrost Download the package from: https://tarballs.openstack.org/bifrost/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/bifrost For more details, please see below. 6.0.3 ^^^^^ Bug Fixes * Uses the appropriate ironic-python-agent branch when building a deploy ramdisk instead of unconditionally using master. Set "ipa_git_branch" to override. Changes in bifrost 6.0.2..6.0.3 ------------------------------- 981a036 Check out global requirements when creating test VMs 51bdaf1 Use upper-constraints everywhere in ironic installation 5e2d192 Collect output of pip freeze in the CI b2e52ab Fix XFS disk image builds d737274 Use the infra-cached cirros image 248faf8 Rename Leap 15.0 to 15 b947842 Use the correct git branch of IPA when building deploy ramdisks 3d90a59 Migrate to Zuul v3 native jobs f106fc8 Remove openSUSE Leap 42.3 jobs Diffstat (except docs and test files) ------------------------------------- .../bifrost-integration-dhcp => ci}/post.yaml | 5 +- playbooks/ci/pre.yaml | 5 ++ playbooks/ci/run.yaml | 14 ++++ playbooks/legacy/bifrost-integration-dhcp/run.yaml | 74 ------------------- .../bifrost-integration-dibipa-debian/post.yaml | 15 ---- .../bifrost-integration-dibipa-debian/run.yaml | 74 ------------------- .../legacy/bifrost-integration-tinyipa/post.yaml | 15 ---- .../legacy/bifrost-integration-tinyipa/run.yaml | 83 ---------------------- .../bifrost-create-dib-image/defaults/main.yml | 2 + .../roles/bifrost-create-dib-image/tasks/main.yml | 15 +++- .../roles/bifrost-create-dib-image/vars/main.yml | 1 + .../bifrost-create-vm-nodes/defaults/main.yml | 11 ++- .../roles/bifrost-create-vm-nodes/tasks/main.yml | 29 ++++++++ .../roles/bifrost-ironic-install/defaults/main.yml | 8 +-- .../defaults/required_defaults_Suse_family.yml | 7 +- .../required_defaults_openSUSE_Leap_15.0.yml | 49 ------------- .../tasks/inspector_install.yml | 4 +- .../roles/bifrost-ironic-install/tasks/install.yml | 44 ++++-------- .../bifrost-ironic-install/tasks/pip_install.yml | 32 +++++++-- .../tasks/staging_install.yml | 2 +- .../bifrost-keystone-install/defaults/main.yml | 4 +- .../bifrost-keystone-install/tasks/install.yml | 4 +- .../roles/bifrost-openstack-ci-prep/README.md | 8 --- .../files/parse_zuul_changes.py | 64 ----------------- .../roles/bifrost-openstack-ci-prep/tasks/main.yml | 2 +- .../bifrost-prep-for-install/defaults/main.yml | 7 ++ playbooks/test-bifrost-create-vm.yaml | 7 +- playbooks/test-bifrost.yaml | 18 +++-- .../notes/ipa-branch-6d1d30876b584cbf.yaml | 6 ++ scripts/collect-test-info.sh | 23 ++++-- scripts/test-bifrost-build-images.sh | 1 - scripts/test-bifrost-inventory-dhcp.sh | 1 - scripts/test-bifrost-keystone-auth.sh | 1 - scripts/test-bifrost-venv.sh | 1 - scripts/test-bifrost.sh | 24 ++----- ...{legacy-bifrost-jobs.yaml => bifrost-jobs.yaml} | 57 +++++---------- zuul.d/project.yaml | 14 ++-- 37 files changed, 198 insertions(+), 533 deletions(-)