From 9d5f00be2a043d1f5618dda6b6440f3a4c2d6619 Mon Sep 17 00:00:00 2001 From: Poornima Krishnasamy Date: Mon, 11 Mar 2024 14:12:51 +0000 Subject: [PATCH] Add correct labels to issue template, remove migration template --- .../cloud-platform-migration-template.md | 85 ------------------- .../cloud-platform-story-template.md | 2 +- .../cloud-platform-support-request.md | 2 +- 3 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/cloud-platform-migration-template.md 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' ---