Author: Unlicensed user
This guide describes how to configure Abiquo to create the NSX infrastructure for each Virtual Datacenter according to the following blueprint:
For each Virtual Datacenter Abiquo will create the ESG and connect the uplink to the configured network.
...
Every time a VDC is deployed, Abiquo will create a NSX edge and connect it the uplink network to provide gateway, router, firewall, load balancing and SNAT services to the VMs inside the VDC.
Expand | ||
---|---|---|
| ||
Limitations
Maximum 9 private networks per VDC as per NSX limitation
Load balancers do not support firewalls.
Abiquo properties
The following properties are global to the platform and must be configured in the /opt/abiquo/config/abiquo.properties fileServer and Remote Services appliances:
Name | Description |
---|---|
abiquo.nsx.transport-zone | The transport zone where the networks created by Abiquo will be attached. |
abiquo.nsx.edge.cluster-id | Identifier (in VCenter) of the cluster where Abiquo will deploy the ESG. |
abiquo.nsx.edge.datastore-id |
CSV list of identifiers (in VCenter) of the |
datastores where Abiquo |
can deploy the ESG appliances according to the datastore-policy | |
abiquo.nsx.edge.datastore-policy | Allocation policy for selection of datastores to deploy ESG appliances. |
abiquo.nsx.edge.dvportgroup-id | Id of the port group where Abiquo will attach the ESG uplink. |
abiquo.nsx.edge.public-network-cidr | Network range where the ESG uplink IP and the "public" load balancer IPs will be taken from. It must be a range dedicated to Abiquo. |
abiquo.nsx.load-balancer-reserved-ips | Number of IP addresses that are reserved for NSX in each private network to allocate to load balancers. Default: 20 |
Adding the NSX device in the Abiquo Datacenter
After you configure the global properties, register the NSX installation in the Abiquo datacenter. Select the desired Abiquo Datacenter and go to the Network > Devices tab to create a new device:
In the popup, enter the details of the NSX you want to configure.
Note | ||
---|---|---|
| ||
When selecting the plugin type, make sure to select the nsx-gateway. |
After you have added the device to Abiquo, all virtual datacenters that the tenant creates will deploy the NSX Gateway blueprint.The following properties can be configured globally or per tenant. See Manage enterprise credentials and properties to configure them as tenant properties.
To configure properties globally in the API properties, add an abiquo.
prefix to their names, such as abiquo.nsx.esg.size
:
Excerpt | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|