71554ca7cf
As per discussion in the OSA docs summit session, clean up of installation guide. This fixes typos, minor RST mark up changes, and passive voice. This patch also merges a some of the sections into the larger chapter. This is in an effort to remove multiple smaller files. This patch is the first of many to avoid major conflicts. Change-Id: I38daa515ba47fde7719cd0bd3e0e40c2cd0f39f1
31 lines
855 B
ReStructuredText
31 lines
855 B
ReStructuredText
`Home <index.html>`_ OpenStack-Ansible Installation Guide
|
|
|
|
Checking the integrity of your configuration files
|
|
==================================================
|
|
|
|
Execute the following steps before running any playbook:
|
|
|
|
#. Ensure all files edited in ``/etc/`` are Ansible
|
|
YAML compliant. Guidelines can be found here:
|
|
`<http://docs.ansible.com/ansible/YAMLSyntax.html>`_
|
|
|
|
#. Check the integrity of your YAML files:
|
|
|
|
.. note:: Here is an online linter: `<http://www.yamllint.com/>`_
|
|
|
|
#. Run your command with ``syntax-check``:
|
|
|
|
.. code-block:: shell-session
|
|
|
|
# openstack-ansible setup-infrastructure.yml --syntax-check
|
|
|
|
#. Recheck that all indentation is correct.
|
|
|
|
.. note::
|
|
The syntax of the configuration files can be correct
|
|
while not being meaningful for OpenStack-Ansible.
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|