Skip to content

Commit

Permalink
Apply workaround for FIPS installation (#1826)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Podhradsky <[email protected]>
  • Loading branch information
apodhrad authored Sep 18, 2024
1 parent f42b7ae commit 2e00e4e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ items:
name: aws-creds
installConfigSecretTemplateRef:
name: aws-sno-install-config
installerEnv:
- name: OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION
value: 'true'
size: 0
skipMachinePools: true
- apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ items:
name: azure-creds
installConfigSecretTemplateRef:
name: azure-sno-install-config
installerEnv:
- name: OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION
value: 'true'
size: 0
skipMachinePools: true
- apiVersion: v1
Expand Down
3 changes: 3 additions & 0 deletions ods_ci/tasks/Resources/Provisioning/Hive/GCP/gcp-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ items:
name: gcp-creds
installConfigSecretTemplateRef:
name: gcp-sno-install-config
installerEnv:
- name: OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION
value: 'true'
size: 0
skipMachinePools: true
- apiVersion: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ items:
name: ibmcloud-sno-install-config
manifestsSecretRef:
name: ${infrastructure_configurations}[hive_cluster_name]-manifests
installerEnv:
- name: OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION
value: 'true'
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ items:
spec:
baseDomain: ${infrastructure_configurations}[base_domain]
imageSetRef:
name: ${infrastructure_configurations}[image_set] # see line 100
name: ${infrastructure_configurations}[image_set] # see line 102
inventory:
- name: ${infrastructure_configurations}[hive_cluster_name]-conf # see line 72
- name: ${infrastructure_configurations}[hive_cluster_name]-conf # see line 74
platform:
openstack:
cloud: ${infrastructure_configurations}[osp_cloud_name]
credentialsSecretRef:
name: ${infrastructure_configurations}[hive_cluster_name]-cred # see line 91
name: ${infrastructure_configurations}[hive_cluster_name]-cred # see line 93
installConfigSecretTemplateRef:
name: ${infrastructure_configurations}[hive_cluster_name]-sec # see line 30
name: ${infrastructure_configurations}[hive_cluster_name]-sec # see line 32
installerEnv:
- name: OPENSHIFT_INSTALL_SKIP_HOSTCRYPT_VALIDATION
value: 'true'
size: 1
maxSize: 1
runningCount: 1
Expand Down

0 comments on commit 2e00e4e

Please sign in to comment.