Repository for all scripts hosted on the lab's fileshare used to administer the lab cluster.
Local Run Instructions
- scp the acs key out of fileshare and into the .ssh folder for each environment (cloud staging, production, on premise).
- scp the secrets.env file out of the fileshare and into the .ssh folder for each environment.
- For on.premise.production cat out the id_rsa file on the fileshare, copy the contents and touch a new id_rsa file in .ssh. Copy in the contents to the new id_rsa locally.
- chmod 600 the new id_rsa file and any other acs_key files that you may have had to create.
- Ensure you are on the VPN when you attempt to run any sre scripts from local.