NASA-IMPACT / csdap-cumulus

SmallSat Cumulus Deployment
Other
1 stars 1 forks source link

Upgrade Cumulus from 18.1.0 to 18.2.0 - Part 2 of 2 #361

Closed krisstanton closed 4 months ago

krisstanton commented 4 months ago

Updated the Cumulus Core version code

Ticket Reference: #358

Parameter group DB Changes in Sandbox have already been made, so the below steps should work. To see what Parameter group DB changes were made, see comment near the bottom of Ticket #358

Follow these steps to ensure your local sandbox works.

// Pull down the latest code
git checkout main
git fetch
git pull
git checkout iss358__cumulus_core_upgrade_to_18_2_0
git pull

// Run a deployment to your sandbox
DOTENV=.env.sandbox make all-init 
DOTENV=.env.sandbox make all-up-yes

// Run the smoke test
DOTENV=.env.sandbox make bash
cumulus rules enable --name PSScene3Band___1_SmokeTest
cumulus rules run --name PSScene3Band___1_SmokeTest

After running the smoke test, please let me know so I can verify it!

krisstanton commented 4 months ago

Restored package.json and the UAT Plan worked. Pushing deployment to UAT to run the Smoke Test there. If that passes all checks, then we will push to Prod.