diff --git a/ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml b/ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml index 87df58c5d..75eff46ad 100644 --- a/ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml +++ b/ods_ci/tasks/Resources/Provisioning/Hive/AWS/aws-cluster.yaml @@ -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 diff --git a/ods_ci/tasks/Resources/Provisioning/Hive/AZURE/azure-cluster.yaml b/ods_ci/tasks/Resources/Provisioning/Hive/AZURE/azure-cluster.yaml index c009631c3..6b4c1d24f 100644 --- a/ods_ci/tasks/Resources/Provisioning/Hive/AZURE/azure-cluster.yaml +++ b/ods_ci/tasks/Resources/Provisioning/Hive/AZURE/azure-cluster.yaml @@ -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 diff --git a/ods_ci/tasks/Resources/Provisioning/Hive/GCP/gcp-cluster.yaml b/ods_ci/tasks/Resources/Provisioning/Hive/GCP/gcp-cluster.yaml index 6cd75f858..5e3fb78a8 100644 --- a/ods_ci/tasks/Resources/Provisioning/Hive/GCP/gcp-cluster.yaml +++ b/ods_ci/tasks/Resources/Provisioning/Hive/GCP/gcp-cluster.yaml @@ -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 diff --git a/ods_ci/tasks/Resources/Provisioning/Hive/IBM/ibmcloud-cluster.yaml b/ods_ci/tasks/Resources/Provisioning/Hive/IBM/ibmcloud-cluster.yaml index 9fbdd5a8f..ec8340b45 100644 --- a/ods_ci/tasks/Resources/Provisioning/Hive/IBM/ibmcloud-cluster.yaml +++ b/ods_ci/tasks/Resources/Provisioning/Hive/IBM/ibmcloud-cluster.yaml @@ -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' diff --git a/ods_ci/tasks/Resources/Provisioning/Hive/OSP/hive_osp_cluster_template.yaml b/ods_ci/tasks/Resources/Provisioning/Hive/OSP/hive_osp_cluster_template.yaml index c65f78bf5..6659ab541 100644 --- a/ods_ci/tasks/Resources/Provisioning/Hive/OSP/hive_osp_cluster_template.yaml +++ b/ods_ci/tasks/Resources/Provisioning/Hive/OSP/hive_osp_cluster_template.yaml @@ -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