vmware-nsx/vmware_nsx/services/ipam/nsx_v3
Adit Sarfaty 1266099049 NSX|V3 IPAM support
The NSX-V3 plugin will use the NSX-V3 backend IPAM.
An IP pool will be created for each subnet, and port IPs will be allocated
from this pool.
The current backend limitation is that we cannot allocate a specific IP,
so port create/update with fixed_ips will fail, unless the requested ip
is the subnet gateway ip.

To enable this option set 'ipam_driver = vmware_nsxv3_ipam' in the
neutron.conf

Change-Id: I5263555cbb776018a5d01f19d0997fd2adf6483d
2017-01-15 12:49:00 +00:00
..
README.rst NSX|V3 IPAM support 2017-01-15 12:49:00 +00:00
__init__.py NSX|V3 IPAM support 2017-01-15 12:49:00 +00:00
driver.py NSX|V3 IPAM support 2017-01-15 12:49:00 +00:00

README.rst

Enabling NSXv3 IPAM for external & provider networks in Devstack

  1. Download DevStack

  2. Update the local.conf file:

    [[post-config|$NEUTRON_CONF]]
    [DEFAULT]
    ipam_driver = vmware_nsxv3_ipam
  3. run stack.sh