OpenStack Neutron ml2 plugin installation
Tested on Ubuntu Precise (12.04) and Trusty (14.04)
None
| Name | Default value | Description | Note |
|---|---|---|---|
tunnel_id_ranges |
1:1000 |
GRE tunnel id range |
None.
- hosts: compute001
roles:
- role: openstack-neutron_plugin_ml2
tunnel_id_ranges: 1000:2000
- hosts: network001
roles:
- role: openstack-neutron_plugin_ml2
tunnel_id_ranges: 1000:2000
A complete Ansible playbook demo, which uses this role, is available on Github (openstack-ansible-galaxy/vagrant-ansible-openstack) https://github.com/openstack-ansible-galaxy/vagrant-ansible-openstack
Apache
Davide Guerri - [email protected]