To upgrade to VMware Integrated OpenStack 7.1 from 7.0 or 7.0.1 versions, you apply a patch.

Prerequisites

  • Create a folder to download and save the VMware Integrated OpenStack 7.1 patch packages from the VMware Integrated OpenStack download page.
  • Verify that the VMware Integrated OpenStack manager has 20 GB of free disk space. To free some disk space, you can remove the downloaded tar ball patch.
  • If you have an existing VMware Integrated OpenStack 7.0 or 7.0.1 with an OpenStack deployment, create a backup of your existing deployment. See Back Up Your Deployment.
  • Applying patch cannot update the previously customized images in CR. For using the images delivered in the patch, you must remove the image related configuration by using viocli update <CR name>.

Procedure

  1. Log in to the Integrated OpenStack Manager in the VMware Integrated OpenStack environment.
    ssh root@mgmt-server-ip
    Navigate to the VMware Integrated OpenStack 7.1 patch folder.
    cd <vio-patch-folder>
    Unpack the tarball.
    tar -zxvf vio-patch-7.1.0.0-build-number.tar.gz
  2. Run the patch -prepare.sh script. This script reminds you the next steps for installing the patch.
    ./patch-prepare.sh
  3. Add the patch to your VMware Integrated OpenStack manager.
    viocli patch add -l /<vio-patch-folder>/patch-<vio-patch-version>.tar.gz
    Verify that the patch has been added.
    viocli patch list

    If properly added, the state of the patch appears as: ADDED.

  4. Install the patch.
    viocli patch install -p patch-<vio-patch-version>
    
    Verify that the patch has been installed.
    viocli patch list

    If properly installed on an existing VMware Integrated OpenStack 7.x deployment, the state of the patch appears as: APPLIED.

    If the patch has been applied, check the patch deployment status.
    viocli get deployment
    

    During the patch process, there can be some deployment state transitions between OUTAGE, RECONFIGURING, DEGRADED, and RUNNING.

    If the deployment is stable, the state of the patch appears as: RUNNING, indicating that all OpenStack services have been patched.

    Note:
    • If an error occurs or the deployment is not stable, retain the support bundle for tracking.
    • If VMware Integrated OpenStack is integrated with vRealize Operations Manager, you must accept the new certificate of VMware Integrated OpenStack manager by clicking the VALIDATE CONNECTION from vRealize Operations Manager after applying the VMware Integrated OpenStack 7.1 patch.