Skip to main content
Version: 1.14

V1.11 to V1.12

Steps to migrate REGARDS from version 1.11 to 1.12

  • Shutdown REGARDS using the playbook
ansible-playbook -i [...] regards-shutdown.yml [...]
  • Download last playbook version and move your inventory inside the new playbook
  • Edit your inventory file group_vars/all/main.yml :
# Replace 
version: 1.11.1
# Into
version: 1.12.0
info

When this guide has been writen, last version was 1.12.0. Check if there is an updated version available here

  • Edit your inventory file group_vars/regards_nodes/main.yml :
# Add new property enable_healthcheck and enable_resource_limits
group_docker_cots_configuration:
enable_healthcheck: true
enable_resource_limits: true
[...]

group_config_mservices:
enable_healthcheck: true
enable_resource_limits: true
[...]
  • Install REGARDS using the playbook
ansible-playbook -i [...] regards.yml [...]