From 08ec61ce86514dca64aa8fc568f7645e0144a5b2 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Wed, 11 Mar 2020 10:23:29 -0700 Subject: [PATCH] Rename bcgov/indy-catalyst to hyperledger/aries-vcr - indy-catalyst is being renamed to aries-vcr and being contributed to Hyperledger - https://github.com/bcgov/aries-vcr/issues/464 Signed-off-by: Wade Barnes --- README.md | 2 +- jenkins/frontend/Jenkinsfile | 2 +- jenkins/frontend/config.groovy | 6 +++--- openshift/settings.sh | 2 +- openshift/templates/agent/agent-build.json | 4 ++-- openshift/templates/agent/agent-deploy.bc.dev.param | 2 +- openshift/templates/agent/agent-deploy.bc.param | 2 +- openshift/templates/agent/agent-deploy.bc.prod.param | 2 +- openshift/templates/agent/agent-deploy.bc.test.param | 2 +- openshift/templates/agent/agent-deploy.yaml | 2 +- openshift/templates/api/api-build.json | 4 ++-- openshift/templates/api/api-deploy.bc.dev.param | 2 +- openshift/templates/api/api-deploy.bc.param | 2 +- openshift/templates/api/api-deploy.bc.prod.param | 2 +- openshift/templates/api/api-deploy.bc.test.param | 2 +- openshift/templates/api/api-deploy.json | 2 +- openshift/templates/backup/backup-build.json | 2 +- openshift/templates/backup/backup-deploy.bc.dev.param | 2 +- openshift/templates/backup/backup-deploy.bc.param | 2 +- openshift/templates/backup/backup-deploy.bc.prod.param | 2 +- openshift/templates/backup/backup-deploy.bc.test.param | 2 +- openshift/templates/backup/backup-deploy.json | 2 +- openshift/templates/db/db-build.json | 4 ++-- openshift/templates/db/db-deploy.bc.dev.param | 2 +- openshift/templates/db/db-deploy.bc.param | 2 +- openshift/templates/db/db-deploy.bc.prod.param | 2 +- openshift/templates/db/db-deploy.bc.test.param | 2 +- openshift/templates/db/db-deploy.json | 2 +- openshift/templates/frontend/frontend-artifacts-build.json | 4 ++-- openshift/templates/frontend/frontend-build.json | 2 +- openshift/templates/frontend/frontend-deploy.bc.dev.param | 2 +- openshift/templates/frontend/frontend-deploy.bc.param | 2 +- openshift/templates/frontend/frontend-deploy.bc.prod.param | 2 +- openshift/templates/frontend/frontend-deploy.bc.test.param | 2 +- openshift/templates/frontend/frontend-deploy.json | 2 +- openshift/templates/frontend/frontend-runtime-build.json | 4 ++-- .../msg-queue-worker/msg-queue-worker-deploy.bc.dev.param | 2 +- .../msg-queue-worker/msg-queue-worker-deploy.bc.param | 2 +- .../msg-queue-worker/msg-queue-worker-deploy.bc.prod.param | 2 +- .../msg-queue-worker/msg-queue-worker-deploy.bc.test.param | 2 +- .../templates/msg-queue-worker/msg-queue-worker-deploy.json | 2 +- openshift/templates/msg-queue/msg-queue-build.json | 2 +- openshift/templates/msg-queue/msg-queue-deploy.bc.dev.param | 2 +- openshift/templates/msg-queue/msg-queue-deploy.bc.param | 2 +- .../templates/msg-queue/msg-queue-deploy.bc.prod.param | 2 +- .../templates/msg-queue/msg-queue-deploy.bc.test.param | 2 +- openshift/templates/msg-queue/msg-queue-deploy.json | 2 +- openshift/templates/schema-spy/schema-spy-build.json | 2 +- .../templates/schema-spy/schema-spy-deploy.bc.dev.param | 2 +- openshift/templates/schema-spy/schema-spy-deploy.bc.param | 2 +- .../templates/schema-spy/schema-spy-deploy.bc.prod.param | 2 +- .../templates/schema-spy/schema-spy-deploy.bc.test.param | 2 +- openshift/templates/schema-spy/schema-spy-deploy.json | 2 +- .../templates/search-engine/search-engine-base-build.json | 2 +- openshift/templates/search-engine/search-engine-build.json | 4 ++-- .../search-engine/search-engine-deploy.bc.dev.param | 2 +- .../templates/search-engine/search-engine-deploy.bc.param | 2 +- .../search-engine/search-engine-deploy.bc.prod.param | 2 +- .../search-engine/search-engine-deploy.bc.test.param | 2 +- openshift/templates/search-engine/search-engine-deploy.json | 2 +- openshift/templates/wallet/wallet-deploy.bc.dev.param | 2 +- openshift/templates/wallet/wallet-deploy.bc.param | 2 +- openshift/templates/wallet/wallet-deploy.bc.prod.param | 2 +- openshift/templates/wallet/wallet-deploy.bc.test.param | 2 +- openshift/templates/wallet/wallet-deploy.json | 2 +- 65 files changed, 73 insertions(+), 73 deletions(-) diff --git a/README.md b/README.md index 213a599..6baad55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # The OrgBook Configurations -This repository contains the [openshift-developer-tools](https://github.com/BCDevOps/openshift-developer-tools/tree/master/bin) compatible OpenShift configurations for the [indy-catalyst](https://github.com/bcgov/indy-catalyst) instance of the OrgBook. +This repository contains the [openshift-developer-tools](https://github.com/BCDevOps/openshift-developer-tools/tree/master/bin) compatible OpenShift configurations for the [aries-vcr](https://github.com/hyperledger/aries-vcr) instance of the OrgBook. For information on how to use these configurations with the `openshift-developer-tools scripts` please refer to the documentation; [README.md](https://github.com/BCDevOps/openshift-developer-tools/blob/master/bin/README.md). diff --git a/jenkins/frontend/Jenkinsfile b/jenkins/frontend/Jenkinsfile index 3e35b9a..fa6e706 100644 --- a/jenkins/frontend/Jenkinsfile +++ b/jenkins/frontend/Jenkinsfile @@ -19,7 +19,7 @@ node { echo "Cleaning out working directory ..." deleteDir() - echo "Checking out the main indy-catalyst credential-registry client code ..." + echo "Checking out the main aries-vcr credential-registry client code ..." sparseCheckout("${config.SOURCE_REPO}", "${config.SOURCE_REPO_BRANCH}", "${config.SOURCE_REPO_WORKING_DIRECTORY}", diff --git a/jenkins/frontend/config.groovy b/jenkins/frontend/config.groovy index b823b2c..a1a79e3 100644 --- a/jenkins/frontend/config.groovy +++ b/jenkins/frontend/config.groovy @@ -2,14 +2,14 @@ // Import this file into the pipeline using 'load'. class config extends bc.baseConfig { // Source repository configuration - public static final String SOURCE_REPO = "https://github.com/bcgov/indy-catalyst.git" + public static final String SOURCE_REPO = "https://github.com/hyperledger/aries-vcr.git" public static final String SOURCE_REPO_BRANCH = "master" public static final String SOURCE_REPO_CONTEXT_DIRECTORY = "client/" - public static final String SOURCE_REPO_WORKING_DIRECTORY = "indy-catalyst" + public static final String SOURCE_REPO_WORKING_DIRECTORY = "aries-vcr" public static final String SOURCE_REPO_THEME_DIRECTORY = "client/src/themes/" // Theme repository configuration - public static final String THEME_REPO = "https://github.com/bcgov/indy-catalyst.git" + public static final String THEME_REPO = "https://github.com/hyperledger/aries-vcr.git" public static final String THEME_REPO_BRANCH = "master" public static final String THEME_REPO_CONTEXT_DIRECTORY = "client/themes/" public static final String THEME_REPO_WORKING_DIRECTORY = "themes" diff --git a/openshift/settings.sh b/openshift/settings.sh index 97a2a2f..61f0541 100644 --- a/openshift/settings.sh +++ b/openshift/settings.sh @@ -1,5 +1,5 @@ export PROJECT_NAMESPACE="devex-von" -export GIT_URI="https://github.com/bcgov/indy-catalyst.git" +export GIT_URI="https://github.com/hyperledger/aries-vcr.git" export GIT_REF="master" # The templates that should not have their GIT referances(uri and ref) over-ridden diff --git a/openshift/templates/agent/agent-build.json b/openshift/templates/agent/agent-build.json index a2c9a7d..f4d9fdd 100644 --- a/openshift/templates/agent/agent-build.json +++ b/openshift/templates/agent/agent-build.json @@ -95,14 +95,14 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", "displayName": "Git Repo URL", "description": "The URL to your GIT repo.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/agent/agent-deploy.bc.dev.param b/openshift/templates/agent/agent-deploy.bc.dev.param index 2bce591..ed4a1bd 100644 --- a/openshift/templates/agent/agent-deploy.bc.dev.param +++ b/openshift/templates/agent/agent-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=agent # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr APPLICATION_DOMAIN=orgbook-agent-dev.pathfinder.gov.bc.ca APPLICATION_ADMIN_DOMAIN=orgbook-agent-admin-dev.pathfinder.gov.bc.ca # ROUTE_TIMEOUT=120s diff --git a/openshift/templates/agent/agent-deploy.bc.param b/openshift/templates/agent/agent-deploy.bc.param index f6214cb..af8008a 100644 --- a/openshift/templates/agent/agent-deploy.bc.param +++ b/openshift/templates/agent/agent-deploy.bc.param @@ -6,7 +6,7 @@ NAME=agent SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr APPLICATION_DOMAIN=orgbook-agent-dev.pathfinder.gov.bc.ca APPLICATION_ADMIN_DOMAIN=orgbook-agent-admin-dev.pathfinder.gov.bc.ca ROUTE_TIMEOUT=120s diff --git a/openshift/templates/agent/agent-deploy.bc.prod.param b/openshift/templates/agent/agent-deploy.bc.prod.param index be7e7dc..0f509ac 100644 --- a/openshift/templates/agent/agent-deploy.bc.prod.param +++ b/openshift/templates/agent/agent-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=agent # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr APPLICATION_DOMAIN=orgbook-agent-prod.pathfinder.gov.bc.ca APPLICATION_ADMIN_DOMAIN=orgbook-agent-admin-prod.pathfinder.gov.bc.ca # ROUTE_TIMEOUT=120s diff --git a/openshift/templates/agent/agent-deploy.bc.test.param b/openshift/templates/agent/agent-deploy.bc.test.param index 60be826..4423e39 100644 --- a/openshift/templates/agent/agent-deploy.bc.test.param +++ b/openshift/templates/agent/agent-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=agent # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr APPLICATION_DOMAIN=orgbook-agent-test.pathfinder.gov.bc.ca APPLICATION_ADMIN_DOMAIN=orgbook-agent-admin-test.pathfinder.gov.bc.ca # ROUTE_TIMEOUT=120s diff --git a/openshift/templates/agent/agent-deploy.yaml b/openshift/templates/agent/agent-deploy.yaml index 85278fb..3ecf3ee 100644 --- a/openshift/templates/agent/agent-deploy.yaml +++ b/openshift/templates/agent/agent-deploy.yaml @@ -304,7 +304,7 @@ parameters: displayName: App Group description: Used to group components together. required: true - value: indy-catalyst + value: aries-vcr - name: APPLICATION_DOMAIN displayName: Application Hostname description: The exposed hostname that will route to the service, if left blank a value will be defaulted. diff --git a/openshift/templates/api/api-build.json b/openshift/templates/api/api-build.json index ef81f8c..8de7bfe 100644 --- a/openshift/templates/api/api-build.json +++ b/openshift/templates/api/api-build.json @@ -98,14 +98,14 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", "displayName": "Git Repo URL", "description": "The URL to your GIT repo, don't use the this default unless your just experimenting.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/api/api-deploy.bc.dev.param b/openshift/templates/api/api-deploy.bc.dev.param index c144e15..72543b0 100644 --- a/openshift/templates/api/api-deploy.bc.dev.param +++ b/openshift/templates/api/api-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=api # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/api/api-deploy.bc.param b/openshift/templates/api/api-deploy.bc.param index 52d7b56..7dc55e9 100644 --- a/openshift/templates/api/api-deploy.bc.param +++ b/openshift/templates/api/api-deploy.bc.param @@ -6,7 +6,7 @@ NAME=api SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools DATABASE_SERVICE_NAME=db DATABASE_ENGINE=postgresql diff --git a/openshift/templates/api/api-deploy.bc.prod.param b/openshift/templates/api/api-deploy.bc.prod.param index fa98b0c..9ff23ef 100644 --- a/openshift/templates/api/api-deploy.bc.prod.param +++ b/openshift/templates/api/api-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=api # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/api/api-deploy.bc.test.param b/openshift/templates/api/api-deploy.bc.test.param index 0c6e72d..078f3f3 100644 --- a/openshift/templates/api/api-deploy.bc.test.param +++ b/openshift/templates/api/api-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=api # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/api/api-deploy.json b/openshift/templates/api/api-deploy.json index 91d45fb..7c9fbaf 100644 --- a/openshift/templates/api/api-deploy.json +++ b/openshift/templates/api/api-deploy.json @@ -397,7 +397,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/backup/backup-build.json b/openshift/templates/backup/backup-build.json index 8f7f1a6..4278b7a 100644 --- a/openshift/templates/backup/backup-build.json +++ b/openshift/templates/backup/backup-build.json @@ -93,7 +93,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", diff --git a/openshift/templates/backup/backup-deploy.bc.dev.param b/openshift/templates/backup/backup-deploy.bc.dev.param index ebbd087..b9c34f0 100644 --- a/openshift/templates/backup/backup-deploy.bc.dev.param +++ b/openshift/templates/backup/backup-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=backup # SUFFIX=-indy-cat # APP_NAME=Backup -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # SOURCE_IMAGE_NAME=backup # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev diff --git a/openshift/templates/backup/backup-deploy.bc.param b/openshift/templates/backup/backup-deploy.bc.param index dbade50..1c94763 100644 --- a/openshift/templates/backup/backup-deploy.bc.param +++ b/openshift/templates/backup/backup-deploy.bc.param @@ -6,7 +6,7 @@ NAME=backup SUFFIX=-indy-cat APP_NAME=Backup -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr SOURCE_IMAGE_NAME=backup IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev diff --git a/openshift/templates/backup/backup-deploy.bc.prod.param b/openshift/templates/backup/backup-deploy.bc.prod.param index 280c599..4b70a3e 100644 --- a/openshift/templates/backup/backup-deploy.bc.prod.param +++ b/openshift/templates/backup/backup-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=backup # SUFFIX=-indy-cat # APP_NAME=Backup -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # SOURCE_IMAGE_NAME=backup # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-prod diff --git a/openshift/templates/backup/backup-deploy.bc.test.param b/openshift/templates/backup/backup-deploy.bc.test.param index 9ad8c40..1871fdb 100644 --- a/openshift/templates/backup/backup-deploy.bc.test.param +++ b/openshift/templates/backup/backup-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=backup # SUFFIX=-indy-cat # APP_NAME=Backup -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # SOURCE_IMAGE_NAME=backup # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-test diff --git a/openshift/templates/backup/backup-deploy.json b/openshift/templates/backup/backup-deploy.json index 06adeb6..4ac68d8 100644 --- a/openshift/templates/backup/backup-deploy.json +++ b/openshift/templates/backup/backup-deploy.json @@ -291,7 +291,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "SOURCE_IMAGE_NAME", diff --git a/openshift/templates/db/db-build.json b/openshift/templates/db/db-build.json index 8c8d796..9ba2c81 100644 --- a/openshift/templates/db/db-build.json +++ b/openshift/templates/db/db-build.json @@ -92,14 +92,14 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", "displayName": "Git Repo URL", "description": "The URL to your GIT repo.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/db/db-deploy.bc.dev.param b/openshift/templates/db/db-deploy.bc.dev.param index 3bb8bce..a40fc3a 100644 --- a/openshift/templates/db/db-deploy.bc.dev.param +++ b/openshift/templates/db/db-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=db # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=dev diff --git a/openshift/templates/db/db-deploy.bc.param b/openshift/templates/db/db-deploy.bc.param index aa16ccb..a6f5a3a 100644 --- a/openshift/templates/db/db-deploy.bc.param +++ b/openshift/templates/db/db-deploy.bc.param @@ -6,7 +6,7 @@ NAME=db SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools SOURCE_IMAGE_NAME=db TAG_NAME=dev diff --git a/openshift/templates/db/db-deploy.bc.prod.param b/openshift/templates/db/db-deploy.bc.prod.param index ec618b7..c904f99 100644 --- a/openshift/templates/db/db-deploy.bc.prod.param +++ b/openshift/templates/db/db-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=db # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=bc-prod diff --git a/openshift/templates/db/db-deploy.bc.test.param b/openshift/templates/db/db-deploy.bc.test.param index 18344a7..e7c2375 100644 --- a/openshift/templates/db/db-deploy.bc.test.param +++ b/openshift/templates/db/db-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=db # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=bc-test diff --git a/openshift/templates/db/db-deploy.json b/openshift/templates/db/db-deploy.json index 09fab43..0d48296 100644 --- a/openshift/templates/db/db-deploy.json +++ b/openshift/templates/db/db-deploy.json @@ -275,7 +275,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/frontend/frontend-artifacts-build.json b/openshift/templates/frontend/frontend-artifacts-build.json index 37f08ba..4ccab40 100644 --- a/openshift/templates/frontend/frontend-artifacts-build.json +++ b/openshift/templates/frontend/frontend-artifacts-build.json @@ -105,7 +105,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "OUTPUT_IMAGE_TAG", @@ -119,7 +119,7 @@ "displayName": "GIT Source Repo URL", "description": "A GIT URL to your source code.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/frontend/frontend-build.json b/openshift/templates/frontend/frontend-build.json index d00eed9..b6b922b 100644 --- a/openshift/templates/frontend/frontend-build.json +++ b/openshift/templates/frontend/frontend-build.json @@ -110,7 +110,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "SOURCE_IMAGE_NAMESPACE", diff --git a/openshift/templates/frontend/frontend-deploy.bc.dev.param b/openshift/templates/frontend/frontend-deploy.bc.dev.param index 17e39b8..9a2c5e6 100644 --- a/openshift/templates/frontend/frontend-deploy.bc.dev.param +++ b/openshift/templates/frontend/frontend-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=frontend # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # REAL_IP_FROM=172.51.0.0/16 # API_URL=http://api-indy-cat:8080/api diff --git a/openshift/templates/frontend/frontend-deploy.bc.param b/openshift/templates/frontend/frontend-deploy.bc.param index 5040a4a..addbde7 100644 --- a/openshift/templates/frontend/frontend-deploy.bc.param +++ b/openshift/templates/frontend/frontend-deploy.bc.param @@ -6,7 +6,7 @@ NAME=frontend SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools REAL_IP_FROM=172.51.0.0/16 API_URL=http://api-indy-cat:8080/api diff --git a/openshift/templates/frontend/frontend-deploy.bc.prod.param b/openshift/templates/frontend/frontend-deploy.bc.prod.param index 2ff49b5..1a4ac48 100644 --- a/openshift/templates/frontend/frontend-deploy.bc.prod.param +++ b/openshift/templates/frontend/frontend-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=frontend # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # REAL_IP_FROM=172.51.0.0/16 # API_URL=http://api-indy-cat:8080/api diff --git a/openshift/templates/frontend/frontend-deploy.bc.test.param b/openshift/templates/frontend/frontend-deploy.bc.test.param index fae6ec6..1582859 100644 --- a/openshift/templates/frontend/frontend-deploy.bc.test.param +++ b/openshift/templates/frontend/frontend-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=frontend # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # REAL_IP_FROM=172.51.0.0/16 # API_URL=http://api-indy-cat:8080/api diff --git a/openshift/templates/frontend/frontend-deploy.json b/openshift/templates/frontend/frontend-deploy.json index 7c51386..2e339d9 100644 --- a/openshift/templates/frontend/frontend-deploy.json +++ b/openshift/templates/frontend/frontend-deploy.json @@ -303,7 +303,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "description": "The namespace where to get the above image name", diff --git a/openshift/templates/frontend/frontend-runtime-build.json b/openshift/templates/frontend/frontend-runtime-build.json index 3222fb0..6eb959a 100644 --- a/openshift/templates/frontend/frontend-runtime-build.json +++ b/openshift/templates/frontend/frontend-runtime-build.json @@ -82,14 +82,14 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", "displayName": "Git Repo URL", "description": "The URL to your GIT repo, don't use the this default unless your just experimenting.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.dev.param b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.dev.param index 6947bb4..ddc78a1 100644 --- a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.dev.param +++ b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=msg-queue-worker # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.param b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.param index 7ace7ec..87d70d6 100644 --- a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.param +++ b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.param @@ -6,7 +6,7 @@ NAME=msg-queue-worker SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools DATABASE_SERVICE_NAME=db DATABASE_ENGINE=postgresql diff --git a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.prod.param b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.prod.param index e483cd8..1e8cdff 100644 --- a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.prod.param +++ b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=msg-queue-worker # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.test.param b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.test.param index 4f0d884..1909733 100644 --- a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.test.param +++ b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=msg-queue-worker # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # DATABASE_SERVICE_NAME=db # DATABASE_ENGINE=postgresql diff --git a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.json b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.json index e702595..14de2ed 100644 --- a/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.json +++ b/openshift/templates/msg-queue-worker/msg-queue-worker-deploy.json @@ -246,7 +246,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/msg-queue/msg-queue-build.json b/openshift/templates/msg-queue/msg-queue-build.json index 3790afb..260c966 100644 --- a/openshift/templates/msg-queue/msg-queue-build.json +++ b/openshift/templates/msg-queue/msg-queue-build.json @@ -60,7 +60,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "OUTPUT_IMAGE_TAG", diff --git a/openshift/templates/msg-queue/msg-queue-deploy.bc.dev.param b/openshift/templates/msg-queue/msg-queue-deploy.bc.dev.param index a94b3b6..c6bc71f 100644 --- a/openshift/templates/msg-queue/msg-queue-deploy.bc.dev.param +++ b/openshift/templates/msg-queue/msg-queue-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=msg-queue # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev APPLICATION_DOMAIN=msg-queue-devex-von-bc-tob-dev.pathfinder.gov.bc.ca diff --git a/openshift/templates/msg-queue/msg-queue-deploy.bc.param b/openshift/templates/msg-queue/msg-queue-deploy.bc.param index c419e25..54c72c6 100644 --- a/openshift/templates/msg-queue/msg-queue-deploy.bc.param +++ b/openshift/templates/msg-queue/msg-queue-deploy.bc.param @@ -6,7 +6,7 @@ NAME=msg-queue SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev APPLICATION_DOMAIN=msg-queue-devex-von-bc-tob-dev.pathfinder.gov.bc.ca diff --git a/openshift/templates/msg-queue/msg-queue-deploy.bc.prod.param b/openshift/templates/msg-queue/msg-queue-deploy.bc.prod.param index b26b476..0d9e3ed 100644 --- a/openshift/templates/msg-queue/msg-queue-deploy.bc.prod.param +++ b/openshift/templates/msg-queue/msg-queue-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=msg-queue # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-prod APPLICATION_DOMAIN=orgbook-msg-queue-prod.pathfinder.gov.bc.ca diff --git a/openshift/templates/msg-queue/msg-queue-deploy.bc.test.param b/openshift/templates/msg-queue/msg-queue-deploy.bc.test.param index efcc08b..78c9408 100644 --- a/openshift/templates/msg-queue/msg-queue-deploy.bc.test.param +++ b/openshift/templates/msg-queue/msg-queue-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=msg-queue # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-test APPLICATION_DOMAIN=msg-queue-devex-von-bc-tob-test.pathfinder.gov.bc.ca diff --git a/openshift/templates/msg-queue/msg-queue-deploy.json b/openshift/templates/msg-queue/msg-queue-deploy.json index 1460067..f54e65a 100644 --- a/openshift/templates/msg-queue/msg-queue-deploy.json +++ b/openshift/templates/msg-queue/msg-queue-deploy.json @@ -288,7 +288,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/schema-spy/schema-spy-build.json b/openshift/templates/schema-spy/schema-spy-build.json index ad700d4..de2a370 100644 --- a/openshift/templates/schema-spy/schema-spy-build.json +++ b/openshift/templates/schema-spy/schema-spy-build.json @@ -88,7 +88,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", diff --git a/openshift/templates/schema-spy/schema-spy-deploy.bc.dev.param b/openshift/templates/schema-spy/schema-spy-deploy.bc.dev.param index f837717..1b7fc71 100644 --- a/openshift/templates/schema-spy/schema-spy-deploy.bc.dev.param +++ b/openshift/templates/schema-spy/schema-spy-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=schema-spy # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools APPLICATION_DOMAIN=schema-spy-indy-cat-dev.pathfinder.gov.bc.ca # DATABASE_SERVICE_NAME=db diff --git a/openshift/templates/schema-spy/schema-spy-deploy.bc.param b/openshift/templates/schema-spy/schema-spy-deploy.bc.param index abc19f0..8fba255 100644 --- a/openshift/templates/schema-spy/schema-spy-deploy.bc.param +++ b/openshift/templates/schema-spy/schema-spy-deploy.bc.param @@ -6,7 +6,7 @@ NAME=schema-spy SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools APPLICATION_DOMAIN=schema-spy-indy-cat-dev.pathfinder.gov.bc.ca DATABASE_SERVICE_NAME=db diff --git a/openshift/templates/schema-spy/schema-spy-deploy.bc.prod.param b/openshift/templates/schema-spy/schema-spy-deploy.bc.prod.param index 60144f8..b440dac 100644 --- a/openshift/templates/schema-spy/schema-spy-deploy.bc.prod.param +++ b/openshift/templates/schema-spy/schema-spy-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=schema-spy # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools APPLICATION_DOMAIN=schema-spy-indy-cat-prod.pathfinder.gov.bc.ca # DATABASE_SERVICE_NAME=db diff --git a/openshift/templates/schema-spy/schema-spy-deploy.bc.test.param b/openshift/templates/schema-spy/schema-spy-deploy.bc.test.param index 8acd3f8..6b078b8 100644 --- a/openshift/templates/schema-spy/schema-spy-deploy.bc.test.param +++ b/openshift/templates/schema-spy/schema-spy-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=schema-spy # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools APPLICATION_DOMAIN=schema-spy-indy-cat-test.pathfinder.gov.bc.ca # DATABASE_SERVICE_NAME=db diff --git a/openshift/templates/schema-spy/schema-spy-deploy.json b/openshift/templates/schema-spy/schema-spy-deploy.json index 5da8b0e..d5ec24a 100644 --- a/openshift/templates/schema-spy/schema-spy-deploy.json +++ b/openshift/templates/schema-spy/schema-spy-deploy.json @@ -274,7 +274,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/search-engine/search-engine-base-build.json b/openshift/templates/search-engine/search-engine-base-build.json index da56921..b9af059 100644 --- a/openshift/templates/search-engine/search-engine-base-build.json +++ b/openshift/templates/search-engine/search-engine-base-build.json @@ -83,7 +83,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", diff --git a/openshift/templates/search-engine/search-engine-build.json b/openshift/templates/search-engine/search-engine-build.json index bcb4587..bf76d3c 100644 --- a/openshift/templates/search-engine/search-engine-build.json +++ b/openshift/templates/search-engine/search-engine-build.json @@ -93,14 +93,14 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "GIT_REPO_URL", "displayName": "Git Repo URL", "description": "The URL to your GIT repo, don't use the default unless your just experimenting.", "required": true, - "value": "https://github.com/bcgov/indy-catalyst.git" + "value": "https://github.com/hyperledger/aries-vcr.git" }, { "name": "GIT_REF", diff --git a/openshift/templates/search-engine/search-engine-deploy.bc.dev.param b/openshift/templates/search-engine/search-engine-deploy.bc.dev.param index f0320ce..bdcbb24 100644 --- a/openshift/templates/search-engine/search-engine-deploy.bc.dev.param +++ b/openshift/templates/search-engine/search-engine-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=search-engine # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev # PERSISTENT_VOLUME_SIZE=5Gi diff --git a/openshift/templates/search-engine/search-engine-deploy.bc.param b/openshift/templates/search-engine/search-engine-deploy.bc.param index 7c27da0..d8aabd4 100644 --- a/openshift/templates/search-engine/search-engine-deploy.bc.param +++ b/openshift/templates/search-engine/search-engine-deploy.bc.param @@ -6,7 +6,7 @@ NAME=search-engine SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools TAG_NAME=dev PERSISTENT_VOLUME_SIZE=5Gi diff --git a/openshift/templates/search-engine/search-engine-deploy.bc.prod.param b/openshift/templates/search-engine/search-engine-deploy.bc.prod.param index d0ee677..7aa8dd8 100644 --- a/openshift/templates/search-engine/search-engine-deploy.bc.prod.param +++ b/openshift/templates/search-engine/search-engine-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=search-engine # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-prod PERSISTENT_VOLUME_SIZE=8Gi diff --git a/openshift/templates/search-engine/search-engine-deploy.bc.test.param b/openshift/templates/search-engine/search-engine-deploy.bc.test.param index ec70c63..35bfec0 100644 --- a/openshift/templates/search-engine/search-engine-deploy.bc.test.param +++ b/openshift/templates/search-engine/search-engine-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=search-engine # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools TAG_NAME=bc-test # PERSISTENT_VOLUME_SIZE=5Gi diff --git a/openshift/templates/search-engine/search-engine-deploy.json b/openshift/templates/search-engine/search-engine-deploy.json index da920bd..f4d7a34 100644 --- a/openshift/templates/search-engine/search-engine-deploy.json +++ b/openshift/templates/search-engine/search-engine-deploy.json @@ -214,7 +214,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE", diff --git a/openshift/templates/wallet/wallet-deploy.bc.dev.param b/openshift/templates/wallet/wallet-deploy.bc.dev.param index e319afa..bb425aa 100644 --- a/openshift/templates/wallet/wallet-deploy.bc.dev.param +++ b/openshift/templates/wallet/wallet-deploy.bc.dev.param @@ -6,7 +6,7 @@ # NAME=wallet # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=dev diff --git a/openshift/templates/wallet/wallet-deploy.bc.param b/openshift/templates/wallet/wallet-deploy.bc.param index 51fc2ca..428e38f 100644 --- a/openshift/templates/wallet/wallet-deploy.bc.param +++ b/openshift/templates/wallet/wallet-deploy.bc.param @@ -6,7 +6,7 @@ NAME=wallet SUFFIX=-indy-cat APP_NAME=OrgBook -APP_GROUP=indy-catalyst +APP_GROUP=aries-vcr IMAGE_NAMESPACE=devex-von-tools SOURCE_IMAGE_NAME=db TAG_NAME=dev diff --git a/openshift/templates/wallet/wallet-deploy.bc.prod.param b/openshift/templates/wallet/wallet-deploy.bc.prod.param index ebf1ba2..1c5abc1 100644 --- a/openshift/templates/wallet/wallet-deploy.bc.prod.param +++ b/openshift/templates/wallet/wallet-deploy.bc.prod.param @@ -6,7 +6,7 @@ # NAME=wallet # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=bc-prod diff --git a/openshift/templates/wallet/wallet-deploy.bc.test.param b/openshift/templates/wallet/wallet-deploy.bc.test.param index cef48b5..c4f7aa7 100644 --- a/openshift/templates/wallet/wallet-deploy.bc.test.param +++ b/openshift/templates/wallet/wallet-deploy.bc.test.param @@ -6,7 +6,7 @@ # NAME=wallet # SUFFIX=-indy-cat # APP_NAME=OrgBook -# APP_GROUP=indy-catalyst +# APP_GROUP=aries-vcr # IMAGE_NAMESPACE=devex-von-tools # SOURCE_IMAGE_NAME=db TAG_NAME=bc-test diff --git a/openshift/templates/wallet/wallet-deploy.json b/openshift/templates/wallet/wallet-deploy.json index 1d62cb1..e279716 100644 --- a/openshift/templates/wallet/wallet-deploy.json +++ b/openshift/templates/wallet/wallet-deploy.json @@ -275,7 +275,7 @@ "displayName": "App Group", "description": "The name assigned to all of the deployments in this project.", "required": true, - "value": "indy-catalyst" + "value": "aries-vcr" }, { "name": "IMAGE_NAMESPACE",