By default the openstack environment is configured with gre or vlan segmentation type. This plugin allows to create vxlan private network.
This repo contains all necessary files to build vxlan Fuel plugin.
Requirement | Version/Comment |
---|---|
Mirantis Openstack compatibility | 6.1 |
---------------------------------- | --------------------------------------------------------- |
None.
None.
-
Clone the fuel-plugin repo from: https://github.com/stackforge/fuel-plugin-vxlan.git
git clone
-
Install the Fuel Plugin Builder:
pip install fuel-plugin-builder
-
Build vxlan Fuel plugin:
fpb --build fuel-plugin-vxlan/
-
The vxlan-<x.x.x>.rpm file will be created in the plugin folder (fuel-plugin-vxlan)
-
Move this file to the Fuel Master node with secure copy (scp):
scp vxlan-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp
cd /tmp
-
Install the vxlan plugin:
fuel plugins --install vxlan-<x.x.x>.rpm
-
Verify that the plugin is installed correctly:
fuel plugins --list
-
Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
-
Create a new environment with the Fuel UI wizard with gre segmentation type selected
-
Add a node with the "Compute" role.
-
Click on the settings tab of the Fuel web UI
-
Scroll down the page, select the "vxlan plugin" checkbox
Configure neutron/ml2plugin to use vxlan as default segmentation type Configureboth controller and compute neutron/ml2plugin to create vxlan tunneling Restart neutron services
None.
1.0.0
- Initial release of the plugin
2.0.0
- migrate plugins from 1.0.0 to 2.0.0 package version