[DOCS] Fix up validation failures
Attempting to build the documentation with "tox -e docs" results in a failure due to several lint errors. This patch fixes those errors so that the docs build successfully. The 'docs' target is also added to the 'linters' target chain so that the doc8 linting is executed as part of the lint checks to ensure that these issues don't re-occur. Change-Id: I9e1bf2cabe9a0591963d1afadbeb24cb614e0b27
This commit is contained in:
parent
e3afd5b3e4
commit
2b422dbad1
@ -1,8 +1,8 @@
|
|||||||
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
||||||
|
|
||||||
================================
|
=================================
|
||||||
Appendix A: Configuration files
|
Appendix A: Configuration files
|
||||||
================================
|
=================================
|
||||||
|
|
||||||
`openstack_user_config.yml
|
`openstack_user_config.yml
|
||||||
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_
|
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
||||||
|
|
||||||
=================================================
|
==================================================
|
||||||
Appendix E: Customizing host and service layouts
|
Appendix E: Customizing host and service layouts
|
||||||
=================================================
|
==================================================
|
||||||
|
|
||||||
Understanding the default layout
|
Understanding the default layout
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -10,7 +10,8 @@ OpenStack Ansible supports Block Storage (cinder) and Object Storage (swift).
|
|||||||
Block storage (cinder)
|
Block storage (cinder)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. Suggestion: Document the location of the cinder-api service (containers on the infra hosts)
|
.. Suggestion: Document the location of the cinder-api service (containers on
|
||||||
|
the infra hosts)
|
||||||
.. Suggestion: Document the location of the cinder-volumes service
|
.. Suggestion: Document the location of the cinder-volumes service
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
@ -28,7 +29,7 @@ set up a container inside one of the infra hosts.
|
|||||||
``cinder_volumes`` do not run in HA `active/active` mode.
|
``cinder_volumes`` do not run in HA `active/active` mode.
|
||||||
This is not to be set up on multiple hosts. If you have multiple storage
|
This is not to be set up on multiple hosts. If you have multiple storage
|
||||||
backends, set up one per volumes container.
|
backends, set up one per volumes container.
|
||||||
For more information: `https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html>`_.
|
For more information: `<https://specs.openstack.org/openstack/cinder-specs/specs/mitaka/cinder-volume-active-active-support.html>`_.
|
||||||
|
|
||||||
|
|
||||||
Networking for Block Storage (cinder)
|
Networking for Block Storage (cinder)
|
||||||
@ -42,8 +43,10 @@ and ``br-mgmt`` for API requests. ``cinder-volumes`` hosts require
|
|||||||
Object Storage (swift)
|
Object Storage (swift)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
.. Suggestion: Document the location of the swift-proxy hosts (containers on the infra hosts).
|
.. Suggestion: Document the location of the swift-proxy hosts (containers on
|
||||||
.. Suggestion: Document the location of the swift account/object/container services (on separate physical hosts)
|
the infra hosts).
|
||||||
|
.. Suggestion: Document the location of the swift account/object/container
|
||||||
|
services (on separate physical hosts)
|
||||||
|
|
||||||
Networking for Object Storage (swift)
|
Networking for Object Storage (swift)
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
||||||
|
|
||||||
====================
|
=====================
|
||||||
Chapter 1. Overview
|
Chapter 1. Overview
|
||||||
====================
|
=====================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
||||||
|
|
||||||
================================
|
=================================
|
||||||
Appendix A: Configuration files
|
Appendix A: Configuration files
|
||||||
================================
|
=================================
|
||||||
|
|
||||||
`openstack_user_config.yml
|
`openstack_user_config.yml
|
||||||
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_
|
<https://raw.githubusercontent.com/openstack/openstack-ansible/master/etc/openstack_deploy/openstack_user_config.yml.example>`_
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
||||||
|
|
||||||
====================
|
=====================
|
||||||
Chapter 1. Overview
|
Chapter 1. Overview
|
||||||
====================
|
=====================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -173,6 +173,7 @@ commands =
|
|||||||
{[testenv:ansible-lint]commands}
|
{[testenv:ansible-lint]commands}
|
||||||
{[testenv:ansible-syntax]commands}
|
{[testenv:ansible-syntax]commands}
|
||||||
{[testenv:inventory]commands}
|
{[testenv:inventory]commands}
|
||||||
|
{[testenv:docs]commands}
|
||||||
|
|
||||||
|
|
||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user