Skip to content

Commit

Permalink
update QE azurestack CI jobs to run under cluster profile azurestack-…
Browse files Browse the repository at this point in the history
…qe (#60104)
  • Loading branch information
jinyunma authored Dec 23, 2024
1 parent 6b8e878 commit d63a6e1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ chain:
documentation: |-
The resource group of boot image vhd.
- name: RHCOS_VHD_STORAGE_ACCOUNT
default: "vhdsa"
default: "vhdsaqe"
documentation: |-
The storage aaccount of boot image vhd.
- name: BASE_DOMAIN_RESOURCE_GROUP_NAME
default: "os4-common"
documentation: |-
The base domain resource group name
documentation: |-
Create an IPI cluster on Azure Stack Hub for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ chain:
documentation: |-
The resource group of boot image vhd.
- name: RHCOS_VHD_STORAGE_ACCOUNT
default: "vhdsa"
default: "vhdsaqe"
documentation: |-
The storage aaccount of boot image vhd.
- name: BASE_DOMAIN_RESOURCE_GROUP_NAME
default: "os4-common"
documentation: |-
The base domain resource group name
documentation: |-
Create an IPI cluster behind proxy on Azure Stack Hub for QE e2e tests.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chain:
documentation: |-
The resource group of boot image vhd.
- name: RHCOS_VHD_STORAGE_ACCOUNT
default: "vhdsa"
default: "vhdsaqe"
documentation: |-
The storage aaccount of boot image vhd.
documentation: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ baseDomain: ${BASE_DOMAIN}
credentialsMode: Manual
platform:
azure:
baseDomainResourceGroupName: openshiftInstallerRG
baseDomainResourceGroupName: ${BASE_DOMAIN_RESOURCE_GROUP_NAME}
region: ${LEASED_RESOURCE}
cloudName: AzureStackCloud
armEndpoint: ${ENDPOINT}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ ref:
default: "mtcazs.wwtatc.com"
documentation: |-
The endpoint suffix for storage accounts.
- name: BASE_DOMAIN_RESOURCE_GROUP_NAME
default: "openshiftInstallerRG"
documentation: |-
The base domain resource group name
documentation: |-
The IPI ASH configure step generates the Azure Stack Hub specific install-config.yaml contents based on the cluster profile and optional input files.

0 comments on commit d63a6e1

Please sign in to comment.