ea0b0356b4
This change adds the documentation forthe Open vSwitch Neutron Agent configuration. Builds on top of the OVS blog post from Travis Truman: https://medium.com/@travistruman/ configuring-openstack-ansible-for-open-vswitch-b7e70e26009d Change-Id: Idd8111856d9462e5d34e7c2d0c0b190812ae1409
47 lines
919 B
ReStructuredText
47 lines
919 B
ReStructuredText
==================================
|
|
Neutron role for OpenStack-Ansible
|
|
==================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
configure-network-services.rst
|
|
app-openvswitch.rst
|
|
app-nuage.rst
|
|
app-plumgrid.rst
|
|
app-calico.rst
|
|
|
|
:tags: openstack, neutron, cloud, ansible
|
|
:category: \*nix
|
|
|
|
This role installs the following Upstart services:
|
|
|
|
* neutron-server
|
|
* neutron-agents
|
|
|
|
Default variables
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../defaults/main.yml
|
|
:language: yaml
|
|
:start-after: under the License.
|
|
|
|
Required variables
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
None.
|
|
|
|
Example playbook
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: ../../examples/playbook.yml
|
|
:language: yaml
|
|
|
|
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 the
|
|
configuration of the service.
|