-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix generation of bastion image in e2e tests
- Loading branch information
Showing
11 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
test/e2e/data/kustomize/common-patches/cluster-prev1beta1/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Modifications to release templates common to all e2e test scenarios | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- target: | ||
kind: OpenStackCluster | ||
name: \${CLUSTER_NAME} | ||
path: patch-cluster.yaml |
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
test/e2e/data/kustomize/common-patches/cluster/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Modifications to release templates common to all e2e test scenarios | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
patches: | ||
- target: | ||
kind: OpenStackCluster | ||
name: \${CLUSTER_NAME} | ||
path: patch-cluster.yaml |
15 changes: 15 additions & 0 deletions
15
test/e2e/data/kustomize/common-patches/cluster/patch-cluster.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- op: add | ||
path: /spec/bastion | ||
value: | ||
enabled: true | ||
spec: | ||
flavor: ${OPENSTACK_BASTION_MACHINE_FLAVOR} | ||
image: | ||
filter: | ||
name: ${OPENSTACK_BASTION_IMAGE_NAME} | ||
sshKeyName: ${OPENSTACK_SSH_KEY_NAME} | ||
- op: add | ||
path: /spec/controlPlaneAvailabilityZones | ||
value: | ||
- ${OPENSTACK_FAILURE_DOMAIN} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters