Skip to content

Commit eb28ecb

Browse files
mariammartinsSamir-Citapeabody
authored
fix: Fix project labels (#1107)
Co-authored-by: Samir Ribeiro <[email protected]> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 0a03623 commit eb28ecb

File tree

120 files changed

+544
-504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+544
-504
lines changed

0-bootstrap/README-GitHub.md

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

0-bootstrap/README-GitLab.md

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

0-bootstrap/README-Jenkins.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
305305
git clone <YOUR_NEW_REPO-gcp-org> gcp-org
306306
```
307307

308-
1. Navigate into the repo and change to a non-production branch. All subsequent
308+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
309309
steps assume you are running them from the `gcp-org` directory. If
310310
you run them from another directory, adjust your copy paths accordingly.
311311

@@ -411,7 +411,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
411411
git clone <YOUR_NEW_REPO-gcp-environments> gcp-environments
412412
```
413413

414-
1. Navigate into the repo and change to a non-production branch. All subsequent
414+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
415415
steps assume you are running them from the `gcp-environments` directory. If
416416
you run them from another directory, adjust your copy paths accordingly.
417417

@@ -491,11 +491,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
491491
```
492492

493493
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
494-
1. Merge changes to non-production with.
494+
1. Merge changes to nonproduction with.
495495

496496
```bash
497-
git checkout -b non-production
498-
git push --set-upstream origin non-production
497+
git checkout -b nonproduction
498+
git push --set-upstream origin nonproduction
499499
```
500500

501501
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -517,7 +517,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
517517
git clone <YOUR_NEW_REPO-gcp-networks> gcp-networks
518518
```
519519

520-
1. Navigate into the repo and change to a non-production branch. All subsequent
520+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
521521
steps assume you are running them from the `gcp-networks` directory. If
522522
you run them from another directory, adjust your copy paths accordingly.
523523

@@ -591,7 +591,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
591591
git commit -m 'Initialize networks repo'
592592
```
593593

594-
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `non-production` and `production` environments depend on it.
594+
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `nonproduction` and `production` environments depend on it.
595595
1. To use the `validate` option of the `tf-wrapper.sh` script, please follow the [instructions](https://cloud.google.com/docs/terraform/policy-validation/validate-policies#install) to install the terraform-tools component.
596596
1. Also update `backend.tf` with your backend bucket from gcp-bootstrap output.
597597

@@ -644,7 +644,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
644644
```
645645

646646
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
647-
1. After production has been applied, apply development and non-production.
647+
1. After production has been applied, apply development and nonproduction.
648648
1. Merge changes to development
649649

650650
```bash
@@ -653,11 +653,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
653653
```
654654

655655
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
656-
1. Merge changes to non-production.
656+
1. Merge changes to nonproduction.
657657

658658
```bash
659-
git checkout -b non-production
660-
git push --set-upstream origin non-production
659+
git checkout -b nonproduction
660+
git push --set-upstream origin nonproduction
661661
```
662662

663663
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -670,7 +670,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
670670
git clone <YOUR_NEW_REPO-gcp-networks> gcp-networks
671671
```
672672

673-
1. Navigate into the repo and change to a non-production branch. All subsequent
673+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
674674
steps assume you are running them from the `gcp-networks` directory. If
675675
you run them from another directory, adjust your copy paths accordingly.
676676

@@ -744,7 +744,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
744744
git commit -m 'Initialize networks repo'
745745
```
746746

747-
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `non-production` and `production` environments depend on it.
747+
1. You must manually plan and apply the `shared` environment (only once) since the `development`, `nonproduction` and `production` environments depend on it.
748748
1. To use the `validate` option of the `tf-wrapper.sh` script, please follow the [instructions](https://cloud.google.com/docs/terraform/policy-validation/validate-policies#install) to install the terraform-tools component.
749749
1. Also update `backend.tf` with your backend bucket from gcp-bootstrap output.
750750

@@ -797,7 +797,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
797797
```
798798

799799
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
800-
1. After production has been applied, apply development and non-production.
800+
1. After production has been applied, apply development and nonproduction.
801801
1. Merge changes to development
802802

803803
```bash
@@ -806,11 +806,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
806806
```
807807

808808
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
809-
1. Merge changes to non-production.
809+
1. Merge changes to nonproduction.
810810

811811
```bash
812-
git checkout -b non-production
813-
git push --set-upstream origin non-production
812+
git checkout -b nonproduction
813+
git push --set-upstream origin nonproduction
814814
```
815815

816816
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
@@ -823,7 +823,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
823823
git clone <YOUR_NEW_REPO-gcp-projects> gcp-projects
824824
```
825825

826-
1. Navigate into the repo and change to a non-production branch. All subsequent
826+
1. Navigate into the repo and change to a nonproduction branch. All subsequent
827827
steps assume you are running them from the `gcp-projects` directory. If
828828
you run them from another directory, adjust your copy paths accordingly.
829829

@@ -872,11 +872,11 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
872872
mv common.auto.example.tfvars common.auto.tfvars
873873
mv shared.auto.example.tfvars shared.auto.tfvars
874874
mv development.auto.example.tfvars development.auto.tfvars
875-
mv non-production.auto.example.tfvars non-production.auto.tfvars
875+
mv nonproduction.auto.example.tfvars nonproduction.auto.tfvars
876876
mv production.auto.example.tfvars production.auto.tfvars
877877
```
878878

879-
1. See any of the envs folder [README.md](../4-projects/business_unit_1/production/README.md) files for additional information on the values in the `common.auto.tfvars`, `development.auto.tfvars`, `non-production.auto.tfvars`, and `production.auto.tfvars` files.
879+
1. See any of the envs folder [README.md](../4-projects/business_unit_1/production/README.md) files for additional information on the values in the `common.auto.tfvars`, `development.auto.tfvars`, `nonproduction.auto.tfvars`, and `production.auto.tfvars` files.
880880
1. See any of the shared folder [README.md](../4-projects/business_unit_1/shared/README.md) files for additional information on the values in the `shared.auto.tfvars` file.
881881
1. Use `terraform output` to get the backend bucket value from gcp-bootstrap output.
882882

@@ -899,7 +899,7 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
899899
for i in `find . -name 'backend.tf'`; do sed -r -i "s/UPDATE_ME|UPDATE_PROJECTS_BACKEND/${backend_bucket}/" $i; done
900900
```
901901

902-
1. You need to manually plan and apply only once the `shared` environments since `development`, `non-production`, and `production` depend on it.
902+
1. You need to manually plan and apply only once the `shared` environments since `development`, `nonproduction`, and `production` depend on it.
903903
1. Use `terraform output` to get the Cloud Build project ID and the projects step Terraform Service Account from gcp-bootstrap output. An environment variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` will be set using the Terraform Service Account to enable impersonation.
904904

905905
```bash
@@ -954,12 +954,12 @@ Here you will configure a VPN Network tunnel to enable connectivity between the
954954
```
955955

956956
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).
957-
1. After development has been applied, apply non-production.
958-
1. Merge changes to non-production branch.
957+
1. After development has been applied, apply nonproduction.
958+
1. Merge changes to nonproduction branch.
959959

960960
```bash
961-
git checkout -b non-production
962-
git push --set-upstream origin non-production
961+
git checkout -b nonproduction
962+
git push --set-upstream origin nonproduction
963963
```
964964

965965
1. Review the apply output in your Controller's web UI (you might want to use the option to "Scan Multibranch Pipeline Now" in your Jenkins Controller UI).

0 commit comments

Comments
 (0)