This will be the third part of my Nutanix OpenStack blog series and it will cover the OpenStack Neutron network service. The following blog posts has been released so far:
It’s now time to create two networks that can be used by the images we will create later. The first network will not offer DHCP capabilities but the second one will.
Before we start create any network i’ll show you the existing networks in my AHV based Nutanix Cluster. This can be done via e.g. acli or PRISM and acli net.list (which you can run from any available CVM in the Nutanix cluster) gives you the following available networks:
Important: Do not use a VLAN ID/Identifier that already exists in AHV when creating OpenStack based networks.
Network 1 – VLAN ID 120
Follow the below steps to create a network for Project Customer01 with VLAN ID 120
- Go to System ->Networks and click Create network
- I provided the following information for this specific network
Network created successfully and can be displayed in OpenStack UI
Network 2 – VLAN ID 220 + Subnet
To create a network with IPAM services you follow the steps outlined in section “Network 1 – VLAN ID 120” and then move on with the below steps.
- Click the Network Name in the Networks Section
- Click Create Subnet
- Provide information for the following:
Verify Subnet is created via the Network Details:
Final word
This blog post shows how to create two OpenStack based Networks in an AHV based Nutanix cluster.
Verify the newly created networks via acli (run from any available CVM in the Nutanix cluster) that can be used for Images later.
acli -> net.list
Network verification via Prism -> VM -> Network Config
Click Pencil next to the vlan.220 network to view the DHCP details
And finally a picture of the OpenStack graphical layout of the networks
In addition, part IV in the blog series has been released. Nutanix OpenStack Part IV – Image management