diff --git a/samples/infrastructure.yaml b/samples/infrastructure.yaml new file mode 100644 index 0000000..71394a2 --- /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: gke | eks | aks | kubernetes + with: + connector: platformdemok8s + namespace: e2e-prod + release: release-<+INFRA_KEY> + parallel-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 + parallel-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: public-ip + instance-type: aws + parallel-deployment: false + +