/
Running Data Migration
Running Data Migration
Before installing networking-infoblox, you may have already created networks, subnets, and ports in OpenStack. If you wish to migrate those objects to the Infoblox Grid, you can run the sync_neutron_to_infoblox.py
script under the networking_infoblox tools
folder:
- Use the following command to enter the container:
$ docker exec -it infoblox_ipam_agent /bin/bash
- Enter the following command to source the overcloudrc file:
$ source overcloudrc
- Enter the path of the networking_infoblox python package:
$ cd /usr/lib/python2.7/site-packages/networking_infoblox/tools
- Run the sync neutron script once the overcloudrc file is sourced. Enter the following command to run the sync_neutron_to_infoblox python file:
$ python sync_neutron_to_infoblox.py
- To exit the IPAM agent container, press Ctrl+P and Ctrl+Q in your keyboard.
Related content
Running Data Migration
Running Data Migration
More like this
Configuring the Infoblox Grid
Configuring the Infoblox Grid
More like this
Creating Extensible Attribute Definitions and Network View Associations
Creating Extensible Attribute Definitions and Network View Associations
More like this
Creating Extensible Attribute Definitions and Network View Associations
Creating Extensible Attribute Definitions and Network View Associations
More like this
Installing Infoblox IPAM Driver for OpenStack Neutron
Installing Infoblox IPAM Driver for OpenStack Neutron
More like this
Creating the Infoblox Neutron Database
Creating the Infoblox Neutron Database
More like this