Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Migrate test.orbbook urls to aries-vcr instances.
Browse files Browse the repository at this point in the history
- `von-x` based instances are being decommissioned.

Signed-off-by: Wade Barnes <wade.barnes@shaw.ca>
  • Loading branch information
WadeBarnes committed Sep 10, 2020
1 parent e63808b commit 086d5be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/OrgBook-REST-Services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OrgBook REST Services

OrgBook provides a [Swagger](https://swagger.io/) ([OpenAPI](https://www.openapis.org)) page that provides an interactive way to test out its available APIs. TheOrgBook's Swagger page is available in a local OrgBook install at [http://localhost:8080/api/](http://localhost:8080/api/), or (for example) in a stable test deployment at [https://test.orgbook.gov.bc.ca/api/](https://test.orgbook.gov.bc.ca/api/).
OrgBook provides a [Swagger](https://swagger.io/) ([OpenAPI](https://www.openapis.org)) page that provides an interactive way to test out its available APIs. TheOrgBook's Swagger page is available in a local OrgBook install at [http://localhost:8080/api/](http://localhost:8080/api/), or (for example) in a stable test deployment at [https://vonx-test.orgbook.gov.bc.ca/api/](https://vonx-test.orgbook.gov.bc.ca/api/).

## Organization Name Search

Expand Down Expand Up @@ -88,7 +88,7 @@ Review the returned JSON structure (below - abbreviated for clarity). A useful f
You can use the `source_id` value in, for example, the following query to get more information about the organization.

```
http://test.orgbook.gov.bc.ca/api/v2/topic/ident/registration/S0030754/formatted
http://vonx-test.orgbook.gov.bc.ca/api/v2/topic/ident/registration/S0030754/formatted
```

That provides some basic information about querying for organizations and then getting details on those organization. We recommend you experiment with other API endpoints using the Swagger pages on your local or the test instance.
Expand Down
6 changes: 3 additions & 3 deletions openshift/certificate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ devex-von-bc-tob-dev,angular-on-nginx,Combined.crt,private.key
# - vonx-dev-api.orgbook.gov.bc.ca
devex-von-bc-tob-dev,django,Combined.crt,private.key
#
# - test.orgbook.gov.bc.ca
# - vonx-test.orgbook.gov.bc.ca
devex-von-bc-tob-test,angular-on-nginx,Combined.crt,private.key
# - test-api.orgbook.gov.bc.ca
# - vonx-test-api.orgbook.gov.bc.ca
devex-von-bc-tob-test,django,Combined.crt,private.key
#
# - orgbook.gov.bc.ca
devex-von-bc-tob-prod,orgbook,Combined.crt,private.key
# - www.orgbook.gov.bc.ca
devex-von-bc-tob-prod,www-orgbook,Combined.crt,private.key
# - api.orgbook.gov.bc.ca
# - vonx-api.orgbook.gov.bc.ca
devex-von-bc-tob-prod,django,Combined.crt,private.key

# Tools
Expand Down
6 changes: 3 additions & 3 deletions tob-api/openshift/django-deploy.bc-tob.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# NAME=django
# APP_GROUP=tob
# IMAGE_NAMESPACE=devex-von-tools
APPLICATION_DOMAIN=test-api.orgbook.gov.bc.ca
APPLICATION_DOMAIN=vonx-test-api.orgbook.gov.bc.ca
# ROUTE_PATH=/api/v2/indy
# DATABASE_SERVICE_NAME=postgresql
# DATABASE_ENGINE=postgresql
Expand Down Expand Up @@ -39,7 +39,7 @@ LEDGER_URL=http://test.bcovrin.vonx.io
# USER_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
# ADMIN_USER_ID=[a-zA-Z_][a-zA-Z0-9_]{10}
# ADMIN_PASSWORD=[a-zA-Z0-9_~!@#$%^&*()-=<>,.?;:|]{16}
APPLICATION_URL=https://test.orgbook.gov.bc.ca
APPLICATION_URL=https://vonx-test.orgbook.gov.bc.ca
# EMAIL_SETTINGS_STORE_NAME=email-settings
# FEEDBACK_TARGET_EMAIL=
# SMTP_SERVER_ADDRESS=
Expand All @@ -48,4 +48,4 @@ APPLICATION_URL=https://test.orgbook.gov.bc.ca
# CPU_LIMIT=750m
# MEMORY_REQUEST=100Mi
# MEMORY_LIMIT=512Mi
APPLICATION_URL=https://test.orgbook.gov.bc.ca
APPLICATION_URL=https://vonx-test.orgbook.gov.bc.ca
4 changes: 2 additions & 2 deletions tob-web/openshift/angular-on-nginx-deploy.bc-tob.test.param
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# APP_GROUP=tob
# IMAGE_NAMESPACE=devex-von-tools
# REAL_IP_FROM=172.51.0.0/16
API_URL=https://test-api.orgbook.gov.bc.ca/api/v2/
API_URL=https://vonx-test-api.orgbook.gov.bc.ca/api/v2/
# API_SERVICE_NAME=django
# API_PATH=/api/v2/
# AdditionalRealIpFromRules=
Expand All @@ -16,7 +16,7 @@ API_URL=https://test-api.orgbook.gov.bc.ca/api/v2/
# BLACK_LIST_CONFIG_FILE_NAME=blacklist.conf
# BLACK_LIST_CONFIG_MAP_NAME=blacklist-conf
# BLACK_LIST_CONFIG_MOUNT_PATH=/etc/nginx/
APPLICATION_DOMAIN=test.orgbook.gov.bc.ca
APPLICATION_DOMAIN=vonx-test.orgbook.gov.bc.ca
TAG_NAME=bc-tob-test
# HTTP_BASIC=
# TOB_THEME=bcgov
Expand Down

0 comments on commit 086d5be

Please sign in to comment.