Contains Neutron drivers for integration with Infoblox grids for IPAM and DNS.
This release of the driver supports:
The IPAM driver consists of two components: the networking_infoblox Python module, and the infoblox-ipam-agent. Each of these depend upon the infoblox-client [1] library.
The IPAM driver will be consulted by Neutron whenever subnet or IP allocation is needed. The driver will use RESTful API calls (aka, “Web-API” or “WAPI”) to perform these operations in Infoblox. Additionally, the driver will tag each of these entities in Infoblox with various meta-data from OpenStack, such as the tenant and the corresponding OpenStack IDs for the objects. This tagging allows the entities to show up in the Cloud tab of the UI (which is available with the Cloud Network Automation license), giving full visibility into the OpenStack cloud from within Infoblox.
The agent serves a few functions. First, it will populate the local Neutron database with data about the Infoblox grid. This enables the selection of the member and the network view to be made when allocating subnets and IP addresses, without additional WAPI calls. Second, it listens for events on the OpenStack message bus, and makes WAPI calls related to objects that are not directly part of the IPAM function.
See the documentation link above for details on Installation and Configuration.
When a change is made to the EAs within Infoblox that are used to control the IPAM driver configuration, those changes are not automatically synchronized to OpenStack. They will be syncrhonized during subnet or network creation or when the IPAM agent is restarted.
Currently there is no script to migrate existing OpenStack installation data into Infoblox, apart from the built-in vDiscovery in Infoblox 7.2.4 or later.
1. Subnet deletion when using the ML2 plugin will delete the subnet from Neutron but leave the subnet in Infoblox due to Neutron bug 1510653 [2]. This is fixed in the stable/liberty branch of Neutron.
[1] | https://pypi.python.org/pypi/infoblox-client |
[2] | https://launchpad.net/bugs/1510653 |