From 6a4d370fa0fbacecfa9a97a103a4c4a061afa7cf Mon Sep 17 00:00:00 2001 From: Rohan Gupta <52221549+thisrohangupta@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:40:40 -0700 Subject: [PATCH 1/5] Create infrastructure.yaml --- samples/infrastructure.yaml | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 samples/infrastructure.yaml diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml new file mode 100644 index 0000000..9c43ac1 --- /dev/null +++ b/samples/infrastructure.yaml @@ -0,0 +1,55 @@ +## Kubernetes + +infrastructure: + name: prod-platformdemo-k8scluster + id: prodplatformdemok8scluster + description: "" + tags: {} + org: default + project: Platform_Demo + uses: k8s-gke| k8s-eks | k8s-aks | k8s-direct + with: + connector: platformdemok8s + namespace: e2e-prod + release: release-<+INFRA_KEY> + simultaneous-deployment: false + +## ECS + +infrastructure: + name: ECS + id: ECS + description: "ECS Deployment Infrastructure" + tags: + account:dev + org: default + project: Platform_Demo + uses: ecs + with: + connector: AWSSalesDanF + region: us-west-2 + cluster: lg-fargate + simultaneous-deployment: false + + +## SSH + +infrastructure: + name: dev-ssh-aws + id: devsshaws + org: default + project: CD_Demo + uses: ssh-aws | ssh-azure | ssh-pdc | winrm-azure | winrm-aws | winrm-pdc + with: + credentials: sshawsdemo + connector: account.AWS_Sales_Account + region: us-west-2 + # instance-filter: Remove Instance Filter + tags: + name: sshdemo-instance + vpcs: [] + host-connection-type: PublicIP + instance-type: Aws + simultaneous-deployment: false + + From fe79b9ebb209eee18e3c340017ce23ae47995c9a Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Wed, 5 Jun 2024 12:28:41 -0400 Subject: [PATCH 2/5] Update infrastructure.yaml --- samples/infrastructure.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml index 9c43ac1..898a8ea 100644 --- a/samples/infrastructure.yaml +++ b/samples/infrastructure.yaml @@ -7,7 +7,7 @@ infrastructure: tags: {} org: default project: Platform_Demo - uses: k8s-gke| k8s-eks | k8s-aks | k8s-direct + uses: kubernetes-gke| kubernetes-eks | kubernetes-aks | kubernetes-direct with: connector: platformdemok8s namespace: e2e-prod @@ -48,8 +48,8 @@ infrastructure: tags: name: sshdemo-instance vpcs: [] - host-connection-type: PublicIP - instance-type: Aws + host-connection-type: public-ip + instance-type: aws simultaneous-deployment: false From 111c6b64a81004a4b0a41130cbce7d4d92d48807 Mon Sep 17 00:00:00 2001 From: Rohan Gupta <52221549+thisrohangupta@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:43:27 -0700 Subject: [PATCH 3/5] Update infrastructure.yaml --- samples/infrastructure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml index 898a8ea..3e6b164 100644 --- a/samples/infrastructure.yaml +++ b/samples/infrastructure.yaml @@ -7,7 +7,7 @@ infrastructure: tags: {} org: default project: Platform_Demo - uses: kubernetes-gke| kubernetes-eks | kubernetes-aks | kubernetes-direct + uses: gke | eks | aks | kubernetes with: connector: platformdemok8s namespace: e2e-prod From ae334d9860504cc2f4cf0231eda1572113228717 Mon Sep 17 00:00:00 2001 From: Rohan Gupta <52221549+thisrohangupta@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:45:43 -0700 Subject: [PATCH 4/5] Update infrastructure.yaml --- samples/infrastructure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml index 3e6b164..1dff1d5 100644 --- a/samples/infrastructure.yaml +++ b/samples/infrastructure.yaml @@ -12,7 +12,7 @@ infrastructure: connector: platformdemok8s namespace: e2e-prod release: release-<+INFRA_KEY> - simultaneous-deployment: false + parallel-deployment: false ## ECS From 74165b7dce9ddbdb6f6524b41a493c26afadaab0 Mon Sep 17 00:00:00 2001 From: Rohan Gupta <52221549+thisrohangupta@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:46:11 -0700 Subject: [PATCH 5/5] Update infrastructure.yaml --- samples/infrastructure.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml index 1dff1d5..71394a2 100644 --- a/samples/infrastructure.yaml +++ b/samples/infrastructure.yaml @@ -29,7 +29,7 @@ infrastructure: connector: AWSSalesDanF region: us-west-2 cluster: lg-fargate - simultaneous-deployment: false + parallel-deployment: false ## SSH @@ -50,6 +50,6 @@ infrastructure: vpcs: [] host-connection-type: public-ip instance-type: aws - simultaneous-deployment: false + parallel-deployment: false