mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
Update cloud.gov org references
This changeset adjusts our references to the cloud.gov org we are using from gsa-tts-benefits-studio-prototyping to gsa-tts-benefits-studio. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
2
.github/workflows/deploy-demo.yml
vendored
2
.github/workflows/deploy-demo.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
cf_org: gsa-tts-benefits-studio-prototyping
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-demo
|
cf_space: notify-demo
|
||||||
push_arguments: >-
|
push_arguments: >-
|
||||||
--vars-file deploy-config/demo.yml
|
--vars-file deploy-config/demo.yml
|
||||||
|
|||||||
2
.github/workflows/deploy-prod.yml
vendored
2
.github/workflows/deploy-prod.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
cf_org: gsa-tts-benefits-studio-prototyping
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-production
|
cf_space: notify-production
|
||||||
push_arguments: >-
|
push_arguments: >-
|
||||||
--vars-file deploy-config/production.yml
|
--vars-file deploy-config/production.yml
|
||||||
|
|||||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
cf_org: gsa-tts-benefits-studio-prototyping
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-staging
|
cf_space: notify-staging
|
||||||
push_arguments: >-
|
push_arguments: >-
|
||||||
--vars-file deploy-config/staging.yml
|
--vars-file deploy-config/staging.yml
|
||||||
|
|||||||
4
.github/workflows/restage-apps.yml
vendored
4
.github/workflows/restage-apps.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
cf_org: gsa-tts-benefits-studio-prototyping
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-${{ inputs.environment }}
|
cf_space: notify-${{ inputs.environment }}
|
||||||
full_command: "cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}"
|
full_command: "cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}"
|
||||||
- name: Restage ${{matrix.app}} egress
|
- name: Restage ${{matrix.app}} egress
|
||||||
@@ -31,6 +31,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
cf_username: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
cf_org: gsa-tts-benefits-studio-prototyping
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-${{ inputs.environment }}-egress
|
cf_space: notify-${{ inputs.environment }}-egress
|
||||||
full_command: "cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}"
|
full_command: "cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ locals {
|
|||||||
module "s3" {
|
module "s3" {
|
||||||
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.3.0"
|
source = "github.com/18f/terraform-cloudgov//s3?ref=v0.3.0"
|
||||||
|
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-management"
|
cf_space_name = "notify-management"
|
||||||
name = local.s3_service_name
|
name = local.s3_service_name
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
org="gsa-tts-benefits-studio-prototyping"
|
org="gsa-tts-benefits-studio"
|
||||||
|
|
||||||
usage="
|
usage="
|
||||||
$0: Create a Service User Account for a given space
|
$0: Create a Service User Account for a given space
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-demo"
|
cf_space_name = "notify-demo"
|
||||||
env = "demo"
|
env = "demo"
|
||||||
app_name = "notify-api"
|
app_name = "notify-api"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
org="gsa-tts-benefits-studio-prototyping"
|
org="gsa-tts-benefits-studio"
|
||||||
|
|
||||||
usage="
|
usage="
|
||||||
$0: Destroy a Service User Account in a given space
|
$0: Destroy a Service User Account in a given space
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-local-dev"
|
cf_space_name = "notify-local-dev"
|
||||||
recursive_delete = true
|
recursive_delete = true
|
||||||
key_name = "${var.username}-api-dev-key"
|
key_name = "${var.username}-api-dev-key"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
username=`whoami`
|
username=`whoami`
|
||||||
org="gsa-tts-benefits-studio-prototyping"
|
org="gsa-tts-benefits-studio"
|
||||||
|
|
||||||
usage="
|
usage="
|
||||||
$0: Reset terraform state so run.sh can be run again or for a new username
|
$0: Reset terraform state so run.sh can be run again or for a new username
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
username=`whoami`
|
username=`whoami`
|
||||||
org="gsa-tts-benefits-studio-prototyping"
|
org="gsa-tts-benefits-studio"
|
||||||
|
|
||||||
usage="
|
usage="
|
||||||
$0: Create development infrastructure
|
$0: Create development infrastructure
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ from subprocess import check_output
|
|||||||
|
|
||||||
from cloudfoundry_client.client import CloudFoundryClient
|
from cloudfoundry_client.client import CloudFoundryClient
|
||||||
|
|
||||||
ORG_NAME = "gsa-tts-benefits-studio-prototyping"
|
ORG_NAME = "gsa-tts-benefits-studio"
|
||||||
|
|
||||||
|
|
||||||
client = CloudFoundryClient.build_from_cf_config()
|
client = CloudFoundryClient.build_from_cf_config()
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-production"
|
cf_space_name = "notify-production"
|
||||||
env = "production"
|
env = "production"
|
||||||
app_name = "notify-api"
|
app_name = "notify-api"
|
||||||
@@ -75,7 +75,7 @@ module "sns_sms" {
|
|||||||
# TODO: decide on public API domain name
|
# TODO: decide on public API domain name
|
||||||
# 1) the app has first been deployed
|
# 1) the app has first been deployed
|
||||||
# 2) the route has been manually created by an OrgManager:
|
# 2) the route has been manually created by an OrgManager:
|
||||||
# `cf create-domain gsa-tts-benefits-studio-prototyping api.notify.gov`
|
# `cf create-domain gsa-tts-benefits-studio api.notify.gov`
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# module "domain" {
|
# module "domain" {
|
||||||
# source = "github.com/18f/terraform-cloudgov//domain?ref=v0.2.0"
|
# source = "github.com/18f/terraform-cloudgov//domain?ref=v0.2.0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-sandbox"
|
cf_space_name = "notify-sandbox"
|
||||||
env = "sandbox"
|
env = "sandbox"
|
||||||
app_name = "notify-api"
|
app_name = "notify-api"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
org="gsa-tts-benefits-studio-prototyping"
|
org="gsa-tts-benefits-studio"
|
||||||
|
|
||||||
usage="
|
usage="
|
||||||
$0: Set egress rules for given space
|
$0: Set egress rules for given space
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
locals {
|
locals {
|
||||||
cf_org_name = "gsa-tts-benefits-studio-prototyping"
|
cf_org_name = "gsa-tts-benefits-studio"
|
||||||
cf_space_name = "notify-staging"
|
cf_space_name = "notify-staging"
|
||||||
env = "staging"
|
env = "staging"
|
||||||
app_name = "notify-api"
|
app_name = "notify-api"
|
||||||
|
|||||||
Reference in New Issue
Block a user