Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename bcgov/indy-catalyst to hyperledger/aries-vcr #59

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion jenkins/frontend/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
6 changes: 3 additions & 3 deletions jenkins/frontend/config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion openshift/settings.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/agent/agent-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/api/api-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/api/api-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/api/api-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/api/api-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/api/api-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/api/api-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/db/db-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/frontend/frontend-artifacts-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-deploy.bc.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-deploy.bc.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-deploy.bc.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-deploy.bc.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/frontend/frontend-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/frontend/frontend-runtime-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading