Changes in puppet-sunet
...
We have created two separate branches in a branch https://github.com/SUNET/puppet-sunet:
...
...
...
prod for the prod servers
...
In staging and Beta servers, we run
https://github.com/SUNET/puppet-sunet/tree/
...
Reference case: https://jira.sunet.se/browse/SA-72 (when we did for the first time)testing
NOTE: Stop cosmos on affected servers and after bump-tag, run cosmos as test in few servers with redudnancy, then reboot and check that the service is working, there's no error in cosmos logs and no alarms in nagios.
in puppet-sunet
Code Block |
---|
git checkout stablesa-2023v1beta git pull git checkout sa-betaprod git diff HEAD..stablesa-2023v1beta (checked the diffs) git merge stablesa-2023v1beta git status (check if there are conflicts) git diff stablesa-2023v1beta:<file> HEAD:<file> (to check file with conflicts) fix conflicts locally or run git merge --abort && git merge stablesa-2023v1beta -X theirs (to replace the conflicted files with those from stablesa-2023v1beta) ./bump-tag |
OLD Branch
- sa-beta https://github.com/SUNET/puppet-sunet/tree/sa-beta
- Reference case: https://jira.sunet.se/browse/SA-72 (when we did for the first time)
Multiverse update
Reference case: https://jira.sunet.se/browse/SA-72 (when we did for the first time)
NOTE : Read the exceptions to know what may have happened in the last update.
...