Skip to content

Commit 1048d74

Browse files
authored
Merge pull request #3366 from josh-ferrell/e2e_extinfra_merge
Merge external infrastructure, peered VPCs, internal ELB and private subnets E2E test.
2 parents eaafc00 + 2c3efdf commit 1048d74

File tree

10 files changed

+251
-249
lines changed

10 files changed

+251
-249
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ providers:
226226
- sourcePath: "./infrastructure-aws/generated/cluster-template.yaml"
227227
- sourcePath: "./infrastructure-aws/generated/cluster-template-gpu.yaml"
228228
- sourcePath: "./infrastructure-aws/generated/cluster-template-upgrades.yaml"
229-
- sourcePath: "./infrastructure-aws/generated/cluster-template-external-infrastructure.yaml"
230-
- sourcePath: "./infrastructure-aws/generated/cluster-template-external-securitygroups.yaml"
231229
- sourcePath: "./infrastructure-aws/generated/cluster-template-peered-remote.yaml"
232230
- sourcePath: "./infrastructure-aws/generated/cluster-template-internal-elb.yaml"
233231
- sourcePath: "./infrastructure-aws/kustomize_sources/topology/clusterclass-quick-start.yaml"

test/e2e/data/infrastructure-aws/kustomize_sources/external-infrastructure/kustomization.yaml

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

test/e2e/data/infrastructure-aws/kustomize_sources/external-infrastructure/patches/external-infrastructure.yaml

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

test/e2e/data/infrastructure-aws/kustomize_sources/external-securitygroups/kustomization.yaml

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

test/e2e/data/infrastructure-aws/kustomize_sources/internal-elb/patches/az-select.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ spec:
1616
spec:
1717
failureDomain: "us-west-2a"
1818

19-
20-

test/e2e/data/infrastructure-aws/kustomize_sources/peered-remote/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ resources:
33
patchesStrategicMerge:
44
- patches/management.yaml
55
- patches/az-select.yaml
6+
- patches/external-securitygroups.yaml
67

test/e2e/data/infrastructure-aws/kustomize_sources/peered-remote/patches/az-select.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ spec:
1717
failureDomain: "us-west-2a"
1818

1919

20-
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ metadata:
55
spec:
66
network:
77
securityGroupOverrides:
8-
controlplane: "${CP_SG_ID}"
9-
apiserver-lb: "${API_SG_ID}"
10-
node: "${NODE_SG_ID}"
11-
lb: "${LB_SG_ID}"
12-
8+
controlplane: "${SG_ID}"
9+
apiserver-lb: "${SG_ID}"
10+
node: "${SG_ID}"
11+
lb: "${SG_ID}"
12+
bastion: ${SG_ID}
13+

0 commit comments

Comments
 (0)