You can create additional Neutron availability zones with NSX-T Data Center by updating your VMware Integrated OpenStack deployment.
This procedure shows how to create an availability zone using the VMware Integrated OpenStack UI. You can also create an availability zone using the viocli update neutron command. See Create a Neutron Availability Zone with NSX-T Data Center for VMware Integrated OpenStack version 6.0.
Prerequisites
Create a separate DHCP profile and metadata proxy server for each availability zone. Availability zones can share an edge cluster or use separate edge clusters.
- For information about creating a DHCP profile, see Create a DHCP Server Profile in the NSX-T Administration Guide.
- For information about creating a metadata proxy server, see Add a Metadata Proxy Server in the NSX-T Administration Guide.
Procedure
- Log in to VMware Integrated OpenStack.
- Click OpenStack Deployment and select the deployment you want to configure.
- Click the Manage tab, then click Configure Neutron.
- Click the Add button and enter values for the availability zone.
Option Description Availability Zone Enter a name for the availability zone. The alphanumeric string can include special characters (_) and (-).
Default overlay TZ Select a default overlay transport zone for the availability zone.
Default VLAN TZ Select a default VLAN transport zone for the availability zone.
Default Tier0 router Select a default tier0 router for the availability zone.
DHCP profile Select a DHCP profile configured for the availability zone.
Metadata proxy Select the metadata proxy server configured for the availability zone.
- Click OK.
Results
Example: Creating Separate Availability Zones for N-VDS Standard and Enhanced Data Path
The following procedure implements separate availability zones so that you can deploy NFV workloads on N-VDS in enhanced data path mode and other workloads in standard mode. In this example, VMware Integrated OpenStack has been deployed with NSX-T Data Center in standard mode. The availability zones are configured on the same tier-0 router and edge cluster. The VMware Integrated OpenStack management network uses the IP address range 192.0.2.10 to 192.0.2.50.
-
In NSX-T Data Center, configure an overlay transport zone and VLAN transport zone using N-VDS in enhanced data path mode. See Enhanced Data Path.
The overlay transport zone is named
nfv-overlay-tz
and the VLAN transport zone is namednfv-vlan-tz
. - Create a DHCP profile for the new availability zone.
- In NSX Manager, select .
- In the Server Profiles tab, click Add.
- Enter nfv-dhcp as the name and select the existing edge cluster.
- Click Add.
- Create a metadata proxy server for the new availability zone.
- In NSX Manager, select .
- In the Metadata Proxies tab, click Add.
- Enter nfv-mdp as the name.
- Enter http://192.0.2.10:8775 as the Nova server URL.
- Enter mdpassword as the secret.
- Select the existing edge cluster.
- Click Add.
- Log in to VMware Integrated OpenStack.
- Select OpenStack Deployment and select the deployment you want to configure.
- Click the Manage tab, then click Configure Neutron.
- Click the Add button and enter values for the NFV availability zone.
- Enter nfv-az for the name of the availability zone.
- For the default overlay transport zone, select nfv-overlay-tz.
- For the default VLAN transport zone, select nfv-vlan-tz.
- Select a default tier0 router.
- For the DHCP profile, select nfv-dhcp.
- For the metadata proxy server, select nfv-mdp.
- Click OK.
- Create a network in the new availability zone.
- Log in to the Integrated OpenStack Manager as the
root
user. - Load the cloud administrator credentials file.
sudo su - source ~/cloudadmin.rc
- Create the network.
neutron net-create nfv-network --tenant-id nfv-project --availability-zone-hint nfv-az
- Log in to the Integrated OpenStack Manager as the