Skip to content

Commit

Permalink
e2e: remove bastion from common-patches/cni
Browse files Browse the repository at this point in the history
The bastion isn't used anywhere in e2e and we'll write proper tests for
it, see #1821
  • Loading branch information
EmilienM committed Jan 11, 2024
1 parent 5fca0e5 commit 72146dc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 50 deletions.
9 changes: 0 additions & 9 deletions test/e2e/data/kustomize/common-patches/cni/patch-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
---
- op: add
path: /spec/bastion
value:
enabled: true
instance:
flavor: ${OPENSTACK_BASTION_MACHINE_FLAVOR}
image:
name: ${OPENSTACK_BASTION_IMAGE_NAME}
sshKeyName: ${OPENSTACK_SSH_KEY_NAME}
- op: add
path: /spec/controlPlaneAvailabilityZones
value:
Expand Down
9 changes: 0 additions & 9 deletions test/e2e/data/kustomize/v1alpha5/bastion.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions test/e2e/data/kustomize/v1alpha5/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ resources:
components:
- ../common-patches/cni
- ../common-patches/ccm

patches:
- path: bastion.yaml
target:
kind: OpenStackCluster
name: \${CLUSTER_NAME}
9 changes: 0 additions & 9 deletions test/e2e/data/kustomize/v1alpha6/bastion.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions test/e2e/data/kustomize/v1alpha6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ patches:
- {}
target:
kind: OpenStackMachineTemplate
- path: bastion.yaml
target:
kind: OpenStackCluster
name: \${CLUSTER_NAME}
9 changes: 0 additions & 9 deletions test/e2e/data/kustomize/v1alpha7/bastion.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions test/e2e/data/kustomize/v1alpha7/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ patches:
- {}
target:
kind: OpenStackMachineTemplate
- path: bastion.yaml
target:
kind: OpenStackCluster
name: \${CLUSTER_NAME}

0 comments on commit 72146dc

Please sign in to comment.