Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down