diff --git a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml index 99438fbac481a..41998d3386d0e 100644 --- a/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml +++ b/ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-master-presubmits.yaml @@ -921,9 +921,15 @@ presubmits: - ci-operator env: - name: CLUSTER_TYPE - value: openstack + value: openstack-vexxhost - name: JOB_NAME_SAFE value: e2e-openstack + - name: OPENSTACK_EXTERNAL_NETWORK + value: public + - name: OPENSTACK_FLAVOR + value: ci.m1.xlarge + - name: OS_CLOUD + value: openstack - name: TEST_COMMAND value: run-minimal-tests image: ci-operator:latest @@ -959,6 +965,20 @@ presubmits: projected: sources: - secret: + items: + - key: clouds.yaml + path: clouds.yaml + name: cluster-secrets-openstack-vexxhost + - secret: + items: + - key: .awscred + path: .awscred + - key: ssh-privatekey + path: ssh-privatekey + - key: ssh-publickey + path: ssh-publickey + - key: pull-secret + path: pull-secret name: cluster-secrets-openstack - configMap: name: prow-job-cluster-launch-installer-openstack-e2e