Home OpenStack-Ansible Installation Guide

Checking the integrity of your configuration files

Execute the following steps before running any playbook:

  1. Ensure all files edited in /etc/ are Ansible YAML compliant. Guidelines can be found here: http://docs.ansible.com/ansible/YAMLSyntax.html

  2. Check the integrity of your YAML files:

    Note

    Here is an online linter: http://www.yamllint.com/

  3. Run your command with syntax-check:

    # openstack-ansible setup-infrastructure.yml --syntax-check
    
  4. Recheck that all indentation is correct.

    Note

    The syntax of the configuration files can be correct while not being meaningful for OpenStack-Ansible.


Previous topic

Securing services with SSL certificates

Next topic

Configuring Identity service (keystone) federation (optional)

Project Source

This Page