From 2b85196f9f6c6568bd79d28f7e62f2be550bc07e Mon Sep 17 00:00:00 2001 From: Tim Cheung <152907271+timckt@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:38:16 +0000 Subject: [PATCH] udpate concourse runbook to reminder teammates not to deploy boostrap in their test cluster --- runbooks/source/add-concourse-to-cluster.html.md.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/runbooks/source/add-concourse-to-cluster.html.md.erb b/runbooks/source/add-concourse-to-cluster.html.md.erb index bd70381b..f22a5c27 100644 --- a/runbooks/source/add-concourse-to-cluster.html.md.erb +++ b/runbooks/source/add-concourse-to-cluster.html.md.erb @@ -50,7 +50,7 @@ terraform workspace select terraform plan terraform apply -target=module.concourse ``` -- Clone the concourse [repository](https://github.com/ministryofjustice/cloud-platform-terraform-concourse). +- Clone the Concourse [repository](https://github.com/ministryofjustice/cloud-platform-terraform-concourse). - Login to Concourse @@ -77,6 +77,12 @@ Follow the URL this command outputs, choose to login with Username/Password, and - Apply your pipeline +Please do not deploy the bootstrap pipeline in the [Concourse repository](https://github.com/ministryofjustice/cloud-platform-terraform-concourse/tree/main/pipelines/manager/main) in your test cluster. It is +for production level deployment and may trigger false alarms to our Slack Channel. + +To ensure an isolated testing environment, please create a new folder on your local machine and start with a simple pipeline. You may use [this link](https://concourse-ci.org/tutorial-hello-world.html) as reference +to deploy the first pipeline in your test cluster. + ``` fly --target david-test1 set-pipeline \ --pipeline plan-pipeline \