Release Steps
- Modify /etc/hosts file so that sso.stage.redhat.com points to origin-sso-phx2.stage.redhat.com on staging and sso.redhat.com to origin-sso-phx2.redhat.com in production
- Make sure the staging Puppet changes are merged to production
- # Modify nexus.clientID in DM configuration to the ID of the jb-nexus client (velias@redhat.com will give the value)
- Modify _sso.casKeycloakBaseUrl _ in configuration to https://sso.(stage.)redhat.com/auth - it must not end with "/"
- run following command on the database:
update users set keycloakid=null;
- Apply the Ansible migration script
- do cleaning up keycloakid again just in case