Skip to content

Commit

Permalink
Merge "Switch IPA builds to CentOS Stream 9 for yoga" into stable/yoga
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Feb 1, 2024
2 parents 9c40d9c + d3e5296 commit 6f09659
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/ipa
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ipa_build_dib_elements: >
ipa_build_dib_env_default:
# TODO(mgoddard): Use {{ os_release }} here when we use os_distribution
# above.
DIB_RELEASE: "8-stream"
DIB_RELEASE: "9-stream"
DIB_REPOLOCATION_ironic_python_agent: "{{ ipa_build_source_url }}"
DIB_REPOREF_ironic_python_agent: "{{ ipa_build_source_version }}"
DIB_REPOREF_requirements: "{{ openstack_branch }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
upgrade:
- |
Ironic Python Agent images are now built using CentOS Stream 9 by default.
fixes:
- |
Fixes issues with TLS and eventlet affecting Ironic Python Agent. IPA
images should be rebuilt for affected deployments.

0 comments on commit 6f09659

Please sign in to comment.