You run an upgrade conversion script on your old deployment to generate the files needed to upgrade. Then you apply the upgrade files on your new deployment to complete the migration process.
Prerequisites
- Install the VMware Integrated OpenStack 6.0 virtual appliance. See Install the New Virtual Appliance.
- Confirm that your existing VMware Integrated OpenStack deployment is running properly. On the old OpenStack Management Server, run the viocli deployment status command.
- Verify that the backup functionality on the existing VMware Integrated OpenStack deployment works properly and that the disk is not full.
- Transfer the upgrade conversion script to the old OpenStack Management Server.
Procedure
Results
What to do next
- Assign your VMware Integrated OpenStack license key to the new deployment. See Upgrade and Assign Your License Key.
- Update any DNS entries to use the IP addresses of the new VMware Integrated OpenStack deployment.
- For NSX-T Data Center deployments, update the metadata proxy configuration in NSX Manager to use the private OpenStack endpoint of the new deployment.
- For VDS deployments, update the Neutron configuration to create four DHCP agents per network.
- Log in to the new Integrated OpenStack Manager as the
root
user. -
Modify the Neutron configuration.
viocli update neutron
- In the
conf
section, create theneutron
section. In theneutron
section, create theDEFAULT
section. -
In the
DEFAULT
section, add the dhcp_agents_per_network parameter and set its value to "4".The configuration file now looks similar to the following:
conf: plugins: [...] neutron: DEFAULT: dhcp_agents_per_network: "4" manifests: [...]
- Log in to the new Integrated OpenStack Manager as the
If the upgrade is unsuccessful or you do not want to use the new version, you can revert to your previous VMware Integrated OpenStack deployment. See Revert to a Previous VMware Integrated OpenStack Deployment.
If the upgrade is successful, you can delete the old VMware Integrated OpenStack deployment. See Delete the Old VMware Integrated OpenStack Deployment.