[DOCS] Add links to README; minor restructure
Change-Id: Idc4f409c5ef0e1514de52eaa858ce60bd9c17baa
This commit is contained in:
parent
d41584821e
commit
5772632e0e
@ -3,3 +3,9 @@ OpenStack-Ansible neutron
|
||||
=========================
|
||||
|
||||
Ansible role that installs and configures OpenStack neutron.
|
||||
|
||||
Documentation for the project can be found at:
|
||||
http://docs.openstack.org/developer/openstack-ansible-os_neutron/
|
||||
|
||||
The project home is at:
|
||||
http://launchpad.net/openstack-ansible
|
||||
|
@ -24,7 +24,7 @@ Prerequisites
|
||||
#. The deployment environment is configured according to OSA best
|
||||
practices such as cloning OSA software and bootstrapping Ansible.
|
||||
See `OpenStack-Ansible Install Guide
|
||||
<http://docs.openstack.org/developer/openstack-ansible/install-guide/index.html>`_
|
||||
<http://docs.openstack.org/developer/openstack-ansible/install-guide/index.html>`_.
|
||||
|
||||
#. VCS stand-alone components, VSD and VSC, are configured and
|
||||
deployed. See the Nuage Networks VSD and VSC Install Guides.
|
||||
@ -106,7 +106,7 @@ VCS environment:
|
||||
|
||||
#. Replace *Local Package Repository* with the link of the local
|
||||
repository hosting the Nuage VRS packages. For example:
|
||||
``http://192.0.2.10/debs/3.2/vrs/``
|
||||
``http://192.0.2.10/debs/3.2/vrs/``:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -79,7 +79,7 @@ configure the following parameters:
|
||||
pg_vip: PG_VIP
|
||||
|
||||
#. Replace ``FABRIC_IFC`` with the name of the interface to be used
|
||||
for PLUMgrid Fabric.
|
||||
for PLUMgrid Fabric:
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -11,22 +11,3 @@ Neutron role for OpenStack-Ansible
|
||||
|
||||
:tags: openstack, neutron, cloud, ansible
|
||||
:category: \*nix
|
||||
|
||||
This role will install the following Upstart services:
|
||||
* neutron-server
|
||||
* neutron-agents
|
||||
|
||||
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 manage configuration.
|
||||
|
@ -2,6 +2,11 @@
|
||||
Overview
|
||||
========
|
||||
|
||||
This role installs the following Upstart services:
|
||||
|
||||
* neutron-server
|
||||
* neutron-agents
|
||||
|
||||
Default variables
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -9,6 +14,11 @@ Default variables
|
||||
:language: yaml
|
||||
:start-after: under the License.
|
||||
|
||||
Required variables
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
None.
|
||||
|
||||
Example playbook
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user