Role os_neutron for OpenStack-Ansible
Go to file
Qing Wu Wang 461788fdf9 Enable higher performance I/O through
In Ubuntu 16.04 the updated kernel that is shipped has conntrack support.
The inclusion of conntrack led to a new firewall driver that removed the
need for hybrid vif plugging. Hybrid vif plugging allowed security groups
to operate properly, but led to significant performance degradation's
when paired with OVS.

Since the inclusion of OVS for the PowerVM driver occurred during the
OpenStack Newton release, it aligned well with the Ubuntu 16.04 release.
As such, the PowerVM driver team did not enable hybrid vif plugging, but
instead focused on standard plugging.

This change set allows an option to turn off the hybrid vif plugging
(for all architectures), but will automatically detect it for PowerVM
and turn it off.  This will enable deployments on newer operating systems
to have higher network I/O performance.

Change-Id: I0801b0d6925a0d3c0ae9b14d38310d5906355b98
Partially-Implements: blueprint powervm-virt-driver
2016-07-20 14:59:44 -04:00
defaults Support for Open vSwitch Distributed Virtual Routing 2016-07-18 09:50:15 -04:00
doc Update sphinx configuration 2016-07-12 16:53:39 +01:00
files Add metadata checksum fix for AIO-type networks configs 2016-06-07 16:56:07 +01:00
handlers Fix handler case where no old process is found 2016-07-16 06:45:45 -07:00
library Update os_neutron to handle newton migrations 2016-04-20 21:17:39 +01:00
meta Add missing xenial to meta.yml 2016-06-27 15:33:05 -04:00
releasenotes Enable higher performance I/O through 2016-07-20 14:59:44 -04:00
tasks Enable higher performance I/O through 2016-07-20 14:59:44 -04:00
templates Support for Open vSwitch Distributed Virtual Routing 2016-07-18 09:50:15 -04:00
tests Move UCA repo URL var to role defaults 2016-07-16 22:00:41 +01:00
vars Move UCA repo URL var to role defaults 2016-07-16 22:00:41 +01:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:03:56 +10:00
.gitreview Implement base configuration for independent repository 2016-03-01 13:21:12 -08:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Cleanup/standardize usage of tags 2016-07-12 10:05:44 -04:00
Vagrantfile Adding Vagrantfile for local development/testing 2016-06-23 11:11:48 -04:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:56:35 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:56:35 +01:00
setup.cfg Implement base configuration for independent repository 2016-03-01 13:21:12 -08:00
setup.py Updated from global requirements 2016-07-15 03:58:01 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:58:01 +00:00
tox.ini Use plugins repo version of the human_log callback plugin 2016-07-15 14:03:15 +01:00

README.rst

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 }}"

Tags

This role supports two tags: neutron-install and neutron-config

The neutron-install tag can be used to install and upgrade.

The neutron-config tag can be used to maintain configuration of the service.