fecgov / fecfile-web-api

Back-end API for FECfile application
7 stars 2 forks source link

Test PROD site recoverability if Cloud.gov apps lost #929

Open mjtravers opened 1 week ago

mjtravers commented 1 week ago

In the case when our app resources are lost on Cloud.gov, the fecfile-api-proxy, fecfile-web-app, and fecfile-web-api apps should be able to be redeployed successfully and recover the site activities.

To test this:

  1. Delete the following apps from the Cloud.gov PROD space: fecfile-api-proxy, fecfile-web-app, fecfile-web-api, fecfile-web-services
  2. Document all the steps taken in code and UI to run this exercise.
  3. Breadcrumbs are available on CloudFoundry documentation and Cloud.gov documentation.
  4. Through CircleCI, redeploy the fecfile-api-proxy, fecfile-web-app, and fecfile-web-api repos
  5. Verify the site recovers and is usable again.
  6. Create a follow up ticket to run this exercise on the other environments (DEV and STAGE)

QA Notes

Verify PROD is usable with a general smoke test.

DEV Notes

null

Design

null

FECFILE-1436