UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
- Clone the git repository in your computer (git@github.com:TheIdentitySelector/thiss-ops.git)
- Open cosmos-rules.yaml and update the version under thiss::dockerhost.
Code Block language bash '^static-[0-9]+\.thiss\.io$': sunet_iaas_cloud: thiss::dockerhost: version: '5:19.03.13~3-0~ubuntu-focal' thiss::static: ds_version: 1.5.0 base_url: https://use.thiss.io/ mdq_search_url: https://md.thiss.io/entities/ domain: use.thiss.io context: thiss.io https:
- Do git add global/overlay/etc/puppet/cosmos-rules.yaml and git commit. You should ofcourse have right to commit in the repository.
- Run 'make db'
- Run the script thiss-ops/bump-tag afterwards.
- To verify that the new version is installed, log in to the servers static-1.thiss.io and static.thiss.io and enter 'run-cosmo -v'.
- You can check the status by running the command service docker-thiss_js status.
- You can also enter 'docker ps' in order to see if the new version is present on docker image tag.
...