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 #28

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 @@

# BC Registries Agent 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) compatible instance of the [von-bc-registries-agent](https://github.com/bcgov/von-bc-registries-agent).
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) compatible instance of the [von-bc-registries-agent](https://github.com/bcgov/von-bc-registries-agent).

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
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.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=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
APPLICATION_DOMAIN=bc-reg-agent-dev.pathfinder.gov.bc.ca
# ROUTE_TIMEOUT=120s
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=agent
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
APPLICATION_DOMAIN=bc-reg-agent-dev.pathfinder.gov.bc.ca
ROUTE_TIMEOUT=120s
IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.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=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
APPLICATION_DOMAIN=bc-reg-agent-prod.pathfinder.gov.bc.ca
# ROUTE_TIMEOUT=120s
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/agent/agent-deploy.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=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
APPLICATION_DOMAIN=bc-reg-agent-test.pathfinder.gov.bc.ca
# ROUTE_TIMEOUT=120s
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
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 @@ -283,7 +283,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
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.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-bc-registries-agent-tools
TAG_NAME=dev
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
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.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-bc-registries-agent-tools
TAG_NAME=dev
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.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-bc-registries-agent-tools
TAG_NAME=prod
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-deploy.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-bc-registries-agent-tools
TAG_NAME=test
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/bc-reg-fdw/bc-reg-fdw-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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/bc-reg-fdw/bc-reg-fdw-deploy.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bc-reg-fdw
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# POSTGRESQL_DATABASE_NAME=BC_REGISTRIES
# POSTGRESQL_USER=[a-zA-Z_][a-zA-Z0-9_]{10}
# POSTGRESQL_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/bc-reg-fdw/bc-reg-fdw-deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,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": "POSTGRESQL_DATABASE_NAME",
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/bc-reg-fdw/bc-reg-fdw-deploy.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=bc-reg-fdw
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
POSTGRESQL_DATABASE_NAME=BC_REGISTRIES
# POSTGRESQL_USER=[a-zA-Z_][a-zA-Z0-9_]{10}
# POSTGRESQL_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bc-reg-fdw
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# POSTGRESQL_DATABASE_NAME=BC_REGISTRIES
# POSTGRESQL_USER=[a-zA-Z_][a-zA-Z0-9_]{10}
# POSTGRESQL_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bc-reg-fdw
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# POSTGRESQL_DATABASE_NAME=BC_REGISTRIES
# POSTGRESQL_USER=[a-zA-Z_][a-zA-Z0-9_]{10}
# POSTGRESQL_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bcreg-controller
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=dev
# CONFIG_ROOT=../config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=bcreg-controller
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=dev
CONFIG_ROOT=../config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bcreg-controller
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=prod
# CONFIG_ROOT=../config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=bcreg-controller
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=test
# CONFIG_ROOT=../config
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/db/db-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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/event-db/event-db-deploy.dev.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=dev
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/event-db/event-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
2 changes: 1 addition & 1 deletion openshift/templates/event-db/event-db-deploy.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=event-db
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
SOURCE_IMAGE_NAME=db
TAG_NAME=dev
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/event-db/event-db-deploy.prod.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=prod
Expand Down
2 changes: 1 addition & 1 deletion openshift/templates/event-db/event-db-deploy.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor-log-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=dev
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=event-processor-log-db
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
SOURCE_IMAGE_NAME=db
TAG_NAME=dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor-log-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=prod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor-log-db
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=db
TAG_NAME=test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=dev
# HOST_NAME=0.0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME=event-processor
SUFFIX=-indy-cat
APP_NAME=BcRegistriesAgent
APP_GROUP=indy-catalyst
APP_GROUP=aries-vcr
IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=dev
HOST_NAME=0.0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=prod
# HOST_NAME=0.0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=event-processor
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
TAG_NAME=test
# HOST_NAME=0.0.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=schema-spy-oracle
# SUFFIX=-indy-cat
# APP_NAME=BcRegistriesAgent
# APP_GROUP=indy-catalyst
# APP_GROUP=aries-vcr
# IMAGE_NAMESPACE=devex-von-bc-registries-agent-tools
# SOURCE_IMAGE_NAME=schema-spy-with-oracle-jdbc
APPLICATION_DOMAIN=schema-spy-oracle-indy-cat-dev.pathfinder.gov.bc.ca
Expand Down
Loading