Conversation
Port the Nova + Cinder Availability Zones scenario from the legacy openshift-ir-plugin / rhos-infrared automation into the shiftstack-qa stages. The AZ job installs OCP IPI on OpenStack with one Nova aggregate per compute host (one AZ each), OCP masters/workers distributed evenly across the AZs, and rootVolumes placed on per-AZ Cinder backends. Post- install verification asserts the OCP nodes and their root volumes landed in the expected Nova and Cinder AZs. Stages/roles: - prepare: configure_az.yml creates host aggregates + per-AZ volume types, configure_az_ceph_crush.yml pins each per-AZ pool to its host-local OSDs. - install: discovers Nova/Cinder AZs (tools_cluster_checks/discover_az.yml) and renders zones + per-AZ rootVolume types/zones into install-config. - verification: check_azs.yml verifies Nova and Cinder AZ placement. - day2ops: scaleup_worker and cinder_registry (AZ-aware registry storage). - cleanup: remove_az.yml tears down aggregates and AZ volume types, gated by az_remove_on_cleanup. - jobs_definitions/availability_zones_4.22_nightly.yaml wires it together. All AZ behaviour is gated behind az_enable / openshift_root_volumes (default false), so non-AZ jobs are unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Change-Id: I45bdf61b3bc8e270c950e2e07590a736a9cd81ce Signed-off-by: Daniel Lawton <dlawton@redhat.com>
dlaw4608
requested review from
chenwng,
ekuris-redhat,
eshulman2,
gryf,
imatza-rh and
mandre
as code owners
September 4, 2026 13:22
dlaw4608
requested review from
stephenfin,
tusharjadhav3302 and
winiciusallan
as code owners
September 4, 2026 13:22
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the Nova + Cinder Availability Zones scenario from the legacy
openshift-ir-plugin / rhos-infrared automation into the shiftstack-qa
stages, so it can run under ci-framework on RHOSO 18.
What it does
Installs OCP IPI on OpenStack with one Nova aggregate per compute host
(one AZ each), OCP masters/workers distributed evenly across the AZs, and
rootVolumes placed on per-AZ Cinder backends. Post-install verification
asserts the OCP nodes and their root volumes landed in the expected Nova
and Cinder AZs. Day2 coverage includes worker scaleup and an AZ-aware
integrated-registry test.
Changes
configure_az.yml(host aggregates + per-AZ volume types),configure_az_ceph_crush.yml(pins each per-AZ pool to its host-localOSDs).
zonesandper-AZ rootVolume
types/zonesinto install-config.check_azs.ymlverifies Nova and Cinder AZ placement.scaleup_workerandcinder_registry.remove_az.yml, gated byaz_remove_on_cleanup.jobs_definitions/availability_zones_4.22_nightly.yamlties it together.Backward compatibility
All AZ behaviour is gated behind
az_enable/openshift_root_volumes(default
false). Existing shiftstack jobs are unaffected.Add Availability Zones (AZ) scenario support
Ports the Nova + Cinder Availability Zones scenario from the legacy
openshift-ir-plugin / rhos-infrared automation into the shiftstack-qa
stages, so it can run under ci-framework on RHOSO 18.
What it does
Installs OCP IPI on OpenStack with one Nova aggregate per compute host
(one AZ each), OCP masters/workers distributed evenly across the AZs, and
rootVolumes placed on per-AZ Cinder backends. Post-install verification
asserts the OCP nodes and their root volumes landed in the expected Nova
and Cinder AZs. Day2 coverage includes worker scaleup and an AZ-aware
integrated-registry test.
Changes
configure_az.yml(host aggregates + per-AZ volume types),configure_az_ceph_crush.yml(pins each per-AZ pool to its host-localOSDs).
zonesandper-AZ rootVolume
types/zonesinto install-config.check_azs.ymlverifies Nova and Cinder AZ placement.scaleup_workerandcinder_registry.remove_az.yml, gated byaz_remove_on_cleanup.jobs_definitions/availability_zones_4.22_nightly.yamlties it together.