Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone the git repository in your computer (git@github.com:TheIdentitySelector/thiss-ops.git)
  2. Open cosmos-rules.yaml and update the version under thiss::dockerhost.


    Code Block
    languagebash
    '^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:


  3. Do git add global/overlay/etc/puppet/cosmos-rules.yaml and git commit. You should ofcourse have right to commit in the repository.
  4. Run 'make db'
  5. Run the script thiss-ops/bump-tag afterwards.
  6. 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'. 
  7. You can check the status by running the command service docker-thiss_js status.
  8. You can also enter 'docker ps' in order to see if the new version is present on docker image tag. 

...