Skip to content

Commit 2c3efdf

Browse files
author
Josh Ferrell
committed
Merge external infrastructure, peered VPCs and internal ELB E2E test.
Add new line to external-securitygroups.yaml Move infrastructure creation and delete to setup nodes Move most of infrastructure creation/deletion to setup nodes. Validation in container node Changes to error handling in CreateRoute Change Describe to mention external security groups Added comments for setup nodes and infrastructure functions Additional comments to explain architecture setup Add additional condition before attempting to delete peering
1 parent eaafc00 commit 2c3efdf

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)