-
Notifications
You must be signed in to change notification settings - Fork 6
Development environments
For more detailed description of the LHDI environments available to VRO, skip down to the VRO Environments section.
Environment | Claims API (Env) / URL | CorpDB | BGS (external/internal) | VBMS | vets-api |
---|---|---|---|---|---|
dev | (Test) https://claims-test.dev.bip.va.gov/api/v1 | DEVL | http://bepdev.vba.va.gov | DEV | N/A |
qa | (Integration) https://claims-int.dev.bip.va.gov/api/v1 | WEBTEST | http://bepwebtest.vba.va.gov | TEST | N/A |
sandbox | (UAT) https://claims-uat.stage.bip.va.gov/api/v1 | LINKTEST | http://beplinktest.vba.va.gov | UAT | Staging |
prod-test | (PreProduction) https://claims-preprod.preprod.bip.va.gov/api/v1 | PPRD3 | https://bepprep.vba.va.gov | PREPROD | N/A |
prod | (Production) https://claims-prod.prod.bip.va.gov/api/v1 | VBA1 | https://vbmsprod.vba.va.gov | PROD | Production |
Current Environments in use by downstream BIP Claims API.
LHDI ENV | Primary Use Case | Description |
---|---|---|
dev | VRO Core Team | Not recommended for partner team use - Since this environment almost always contains VRO Core feature branch deployments, it is not a good environment for partner team use. VRO Engineers will use slack to sync up on what feature branch is deployed and should include an estimated time period of use. Feature branch coordination may warrant a slack canvas if needed, especially if there ends up being a queue of deployments waiting for dev environment availability. |
qa | VRO Partner Teams | Recommended for partner team use - The QA environment will typically contain the active release branch, which is either going to be the same as the present production deployment or may also contain the active release tag. This could be the develop branch if there is a desire to test a stable develop branch prior to cutting a release tag. |
sandbox | VRO Core and Partner Teams | Sandbox would always contain a release branch for both Core and Partner team deployments, meaning that a release tag has been placed and the versioned build artifacts are deployed. In this sense, Sandbox would be our most stable test environment and a last stop before prod and prod-test. Since we would have already created a release branch, it is safe to say that both Core and Partner team images have been tested and validated by this point. |
prod-test | VRO Core and Partner Teams | Prod-test includes all the same requirements as sandbox, with the primary difference being that prod-test lives the prod cluster of LHDI. This means that images that have been deployed to prod test are both a release branch and SecRel signed. |
Development (non-prod) and prod environments for the various systems, APIs, and data sources with which VRO interacts.
Following Environments are Available for VRO. Note that for partner teams you should replace abd-vro
in the following URLs with your team-specific name.
- The purpose of the development environment is to provide a controlled space for software developers to create, modify, and test new features, enhancements, or bug fixes. Developers have the freedom to experiment without affecting the stability of the production system. Developers use the DEV environment to write and test code, integrate new features, and collaborate on software development tasks.
- Runs mainly on Develop Branch and is frequently Updated.
- https://dev.lighthouse.va.gov/services/abd-vro/
- The QA environment is dedicated to testing and quality assurance activities.Teams use this environment to perform various types of testing, including functional testing, regression testing, performance testing, security testing, and user acceptance testing.More stable then DEV environment and is manually updated.
- Can be used by team for manual testing
- Internal:
- External:
- A sandbox environment used for testing. It provides a safe space for trying out integrations without impacting the production or other critical systems. Previously it was used for testing v1
- Internal:
- External:
- Used as staging env to test prod changes before pushing to prod.
- Read Access to Lighthouse Prod API
- Production data, contains PII
- Internal:
- External
- Release process deploys code from main branch
- Internal
- External
-
Environment Connections
- VRO should use Lighthouse API (as an intermediary) when possible -- this can simplify getting access and staying up-to-date.
- VRO Environment Crosswalk Spreadsheet
Testing the RRD prototype involved these environments:
- va.gov staging user
- Lighthouse sandbox
- VBMS uat
- EVSS pint and VBMS uat interact with the linktest (fake) data.
We'll likely do something similar for testing VRO.
- EVSS preprod corresponds with VBMS prodtest
- va.gov staging
- Lighthouse sandbox
- VRO sandbox (sandbox.lighthouse.va.gov/abd-vro)
- VRO v1 connects to only Lighthouse (not VBMS or EVSS)
- VBMS uat
- EVSS pint and VBMS uat interact with the linktest (fake) data.
- va.gov none - no prod-test env exists
- MAS prodtest
- Lighthouse prod
- VRO prodtest
- VBMS prodtest
On the nonprod cluster:
- DEV - https://dev.lighthouse.va.gov
- QA - https://qa.lighthouse.va.gov
- SANDBOX (used as pre-prod) - https://sandbox.lighthouse.va.gov
- https://sandbox.lighthouse.va.gov/abd-vro
- The environment goes through the same release gates that deployments in the production environment.
On the prod cluster:
- PRODTEST - ?
- PROD - https://api.lighthouse.va.gov
See Kubernetes clusters for details
va.gov (a.k.a. vets-api)
From VA Platform doc and devops repo
- sandbox
- utility
- dev - https://dev.va.gov/
- staging - https://staging.va.gov/
- Test User Dashboard "helps teams to find acceptable high quality test users that are available for use on staging" -- also mentions "requesting a new test account"
- prod - https://www.va.gov/
From Lighthouse doc
- sandbox (https://sandbox-api.va.gov)
- https://sandbox-api.va.gov/oauth2/health/system/v1/token (Validate Token)
- https://deptva-eval.okta.com/oauth2/aus8nm1q0f7VQ0a482p7/v1/token (FHIR CCG Assertion URL)
- https://sandbox-api.va.gov/services/fhir/v0/r4 (FHIR URL)
- https://deptva-eval.okta.com/oauth2/ausj1sd1wiZE9S6BR2p7/v1/token (VRO CCG Assertion URL)
- prodtest & prod (https://api.va.gov)
- https://api.va.gov/oauth2/health/system/v1/token (Validate Token)
- https://va.okta.com/oauth2/aus8evxtl123l7Td3297/v1/token (FHIR CCG Assertion URL)
- https://api.va.gov/services/fhir/v0/r4 (FHIR URL)
- https://va.okta.com/oauth2/ausgbozn6qGzmjAFh297/v1/token (VRO CCG Assertion URL)
- There's 2 ways to submit requests to the Health API team:
- Email [email protected] (consumer support team's preferred method)
- Fill out the contact form at developer.va.gov/support/contact-us
- A few reminders:
- It's okay to send one email that includes the creation of 3 health test patients, for example, but if subsequent changes are needed to the health data for those 3 test patients, a new email should be sent
- Keep [email protected] in the cc line of the email when responding to requests and questions
- Specify that the request is for health test patients
- Indicate which team the request is coming from
- Request does not need to be in a specific format, but be as specific as possible
- Estimated turn around time: ~1 week, depending on the intricacies of the change
In order to login you need:
- Station IDs: the 3-digit number that corresponds to your Regional Office. We usually use 283 for Developers. ARC is 397, and Florida is 317.
- User ID: is the Active Directory account name under which you will authorize access.
- PIV card
For VBMS Prod access
- Fill out this form, sign it, and send it to Zach securely
- Once approved, use your PIV to log in
For VBMS ProdTest access
- you must have access to VBMS Prod
- email [email protected] to be added to the ProdTest URL mailing list, which changes daily.
- dev
- bep.dev.vbms.aide.oit.va.gov
- bepdev.vba.va.gov
- uat (a.k.a. devtest) - Core: https://www.uat.vbms.aide.oit.va.gov/vbmsp2
- to set up the test Veterans in VBMS UAT, see Notion page - involves logging in to VBMS Core, VBMS Rating, VBMS Awards.
- preprod (a.k.a. prodtest) - Core: https://www.pre.vbms.vba.va.gov/vbmsp2
- duplicate of production data updated twice a day
- prod
- INT
- PINT (aka SQA or staging)
- PreProd
- Prod
CMP (a.k.a. MAS - Mail Automation Systems)
- dev - https://iam-dev.ibm-intelligent-automation.com
- test - https://iam-test.ibm-intelligent-automation.com
- prod
MAS tests its OCR function in VBMS prodtest
MPI (Master Person Index, a component of Master Veteran Index (MVI) or formerly known as MVI or Master Patient Index)
MPI can be used to get the Integration Control Number (ICN) for a given veteran.
- Lighthouse Veteran Verification API v2 could provide this lookup capability. API-17363 will look into the feasibility of this (Slack).
Resources
- MPI Testing refers to existing Ruby code
- VA MPI Playbook list service functions
- MPI Service Description
- Contacts