Closed cbaxley closed 2 months ago
# Either in powershell locally or on azure with the repo checked out
cd LME/testing
./SetupTestbed.ps1 -NumClients 2 -AutoShutdownTime 0000 -AllowedSources "your.ip/32" -l centralus -ResourceGroup LME-yourname-T1 -y
./InstallTestbed.ps1 -ResourceGroup LME-cbaxley-T1 -b release-1.4.0 | Tee-Object -FilePath "./T1.output.log
^ When you do this for testing, turn on all the VMs before you run the installtestbed script or else the script does not work.
๐ฃ Description
Creates a readme and scripts to easily upgrade from 1x to 2x
๐ญ Motivation and context
We need a path to upgrade from 1x to 2x.
๐งช Testing
You will now have a 1.4 release installed.
cd ~ && git clone https://github.com/cisagov/LME.git
cd LME && git checkout -t origin/cbaxley-393-upgrade-to-2.0
scripts/upgrade
and follow its directionsโ Pre-approval checklist
โ Pre-merge Checklist
โ Post-merge Checklist