You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reusing the WWT steps used by QE team to install a cluster on
azurestack for the e2e-azurestack tests in order to move from
the deprecated PPE environment to WWT.
Copy file name to clipboardExpand all lines: ci-operator/step-registry/ipi/conf/azurestack/rhcos/ipi-conf-azurestack-rhcos-ref.yaml
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ ref:
12
12
mount_path: /var/run/azurestack-cluster-secrets
13
13
env:
14
14
- name: RHCOS_VHD_RESOURCE_GROUP
15
-
default: "rhcos-storage-rg"
15
+
default: "rhcosvhd"
16
16
documentation: |-
17
-
The resource group of boot image vhd, the default value is for PPE3 environment.
17
+
The resource group of boot image vhd, the default value is for WWT environment.
18
18
- name: RHCOS_VHD_STORAGE_ACCOUNT
19
-
default: "rhcosvhdsa"
19
+
default: "vhdsa"
20
20
documentation: |-
21
-
The storage aaccount of boot image vhd, the default value is for PPE3 environment.
21
+
The storage aaccount of boot image vhd, the default value is for WWT environment.
22
22
documentation: |-
23
23
The IPI ASH configure RHCOS step checks whether the RHCOS image specified in COREOS stream is available in the environment, uploads it if not available, and specifies the image in the install config.
Copy file name to clipboardExpand all lines: ci-operator/step-registry/ipi/deprovision/azure/resourcegroup/ipi-deprovision-azure-resourcegroup-commands.sh
0 commit comments