Clouds module updating

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Module updating:

    • from Python packages repository:

      pip3 uninstall clouds
      pip3 install clouds
      
  2. Performing initial configuration of the module:

    openstack aos configure -n clouds
    
  3. Updating databases:

    openstack aos db migrate -n clouds
    
  4. Completing the update procedure, restarting services:

    systemctl restart aos-clouds-*
    

Note

Perform a rollback in case of unsuccessful update of the module. Procedure is described in the section «Recovery plan».