Skip to content

Commit 72146dc

Browse files
committed
e2e: remove bastion from common-patches/cni
The bastion isn't used anywhere in e2e and we'll write proper tests for it, see #1821
1 parent 5fca0e5 commit 72146dc

File tree

7 files changed

+0
-50
lines changed

7 files changed

+0
-50
lines changed

test/e2e/data/kustomize/common-patches/cni/patch-cluster.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
---
2-
- op: add
3-
path: /spec/bastion
4-
value:
5-
enabled: true
6-
instance:
7-
flavor: ${OPENSTACK_BASTION_MACHINE_FLAVOR}
8-
image:
9-
name: ${OPENSTACK_BASTION_IMAGE_NAME}
10-
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}
112
- op: add
123
path: /spec/controlPlaneAvailabilityZones
134
value:

test/e2e/data/kustomize/v1alpha5/bastion.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/e2e/data/kustomize/v1alpha5/kustomization.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ resources:
66
components:
77
- ../common-patches/cni
88
- ../common-patches/ccm
9-
10-
patches:
11-
- path: bastion.yaml
12-
target:
13-
kind: OpenStackCluster
14-
name: \${CLUSTER_NAME}

test/e2e/data/kustomize/v1alpha6/bastion.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/e2e/data/kustomize/v1alpha6/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ patches:
2020
- {}
2121
target:
2222
kind: OpenStackMachineTemplate
23-
- path: bastion.yaml
24-
target:
25-
kind: OpenStackCluster
26-
name: \${CLUSTER_NAME}

test/e2e/data/kustomize/v1alpha7/bastion.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/e2e/data/kustomize/v1alpha7/kustomization.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ patches:
2020
- {}
2121
target:
2222
kind: OpenStackMachineTemplate
23-
- path: bastion.yaml
24-
target:
25-
kind: OpenStackCluster
26-
name: \${CLUSTER_NAME}

0 commit comments

Comments
 (0)