diff --git a/.github/ISSUE_TEMPLATE/cloud-platform-migration-template.md b/.github/ISSUE_TEMPLATE/cloud-platform-migration-template.md deleted file mode 100644 index 9369fdb7..00000000 --- a/.github/ISSUE_TEMPLATE/cloud-platform-migration-template.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -name: Cloud Platform Migration -about: Track migrations to cloud platform - ---- - -## Information -Service name : - -Production service URL : - -Planned Migration Date : - -Contact Person : - - - -## Environments -Below are the expected steps to migrate to the Cloud Platfom - -### **Development environment** -#### Infrastructure Resources - -- [ ] The Kubernetes Namespaces have been created -- [ ] The AWS resource (RDS/Elasticache/ECR/S3/etc.) have been created -- [ ] The Route53 zone has been created (if applicable) - -#### Kubernetes Deployments - -- [ ] The Ingresses have been created (if applicable) -- [ ] The Certificates have been created (if applicable) -- [ ] The applications are deploying successfully - -#### Data Migration - -- [ ] A Data validation strategy has been defined -- [ ] The RDS instances have been migrated successfully -- [ ] The S3 buckets have been migrated (if applicable) - ---- -### **Staging environment** -#### Infrastructure Resources - -- [ ] The Kubernetes Namespaces have been created -- [ ] The AWS resource (RDS/Elasticache/ECR/S3/etc.) have been created -- [ ] The Route53 zone has been created (if applicable) - -#### Kubernetes Deployments - -- [ ] The Ingresses have been created (if applicable) -- [ ] The Certificates have been created (if applicable) -- [ ] The applications are deploying successfully - -#### Data Migration - -- [ ] A Data validation strategy has been defined -- [ ] The RDS instances have been migrated successfully -- [ ] The S3 buckets have been migrated (if applicable) - - - ---- -### **Production environment** -#### Infrastructure Resources - -- [ ] The Kubernetes Namespaces have been created -- [ ] The AWS resource (RDS/Elasticache/ECR/S3/etc.) have been created -- [ ] The Route53 zone has been created - -#### Kubernetes Deployments - -- [ ] The Ingresses have been created -- [ ] The Certificates have been created -- [ ] The applications are deploying successfully - -#### Data Migration - -- [ ] A Data validation strategy has been defined -- [ ] The RDS instances have been migrated successfully -- [ ] The S3 buckets have been migrated (if applicable) - -#### DNS Switch - -- [ ] DNS authority has been delegated to the cloud platform Route53 zone (if applicable) -- [ ] The DNS switch has happened, the URL is now routing to the new service. diff --git a/.github/ISSUE_TEMPLATE/cloud-platform-story-template.md b/.github/ISSUE_TEMPLATE/cloud-platform-story-template.md index da34babf..21428751 100644 --- a/.github/ISSUE_TEMPLATE/cloud-platform-story-template.md +++ b/.github/ISSUE_TEMPLATE/cloud-platform-story-template.md @@ -1,7 +1,7 @@ --- name: Cloud Platform Story about: Create new Cloud Platform story - +labels: 'needs-refining' --- ## Background diff --git a/.github/ISSUE_TEMPLATE/cloud-platform-support-request.md b/.github/ISSUE_TEMPLATE/cloud-platform-support-request.md index b9a8cc63..8f1fc736 100644 --- a/.github/ISSUE_TEMPLATE/cloud-platform-support-request.md +++ b/.github/ISSUE_TEMPLATE/cloud-platform-support-request.md @@ -1,7 +1,7 @@ --- name: Cloud Platform Support Request about: This template is for service teams of Cloud Platform to create a new support request -labels: 'support team, needs refining' +labels: 'support-team, needs-refining' ---