Role os_neutron for OpenStack-Ansible
c44b0b17c0
Since Mitaka, Neutron does the right job, calculating MTU for networks and advertising them thru DHCP and RA. 1. Don't disable MTU advertisement in neutron.conf (advertise_mtu). 2. Don't disable MTU calculation (path_mtu = 0, segment_mtu = 0). 3. Don't set network_device_mtu (it breaks data path and is deprecated). Change-Id: I28536c5a13711c8e82d056fb47567234aab4e547 |
||
---|---|---|
defaults | ||
doc | ||
files/rootwrap.d | ||
handlers | ||
library | ||
meta | ||
releasenotes | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
other-requirements.txt | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
OpenStack Neutron
- tags
-
openstack, neutron, cloud, ansible
- category
-
*nix
Role for deployment, setup and installation of Neutron.
- This role will install the following:
-
- neutron-server
- neutron-agents
- name: Installation and setup of Neutron
hosts: neutron_all
user: root
roles:
- { role: "os_neutron", tags: [ "os-neutron" ] }
vars:
neutron_galera_address: "{{ internal_lb_vip_address }}"