RETIRED, A collection of Ansible playbooks to detect and report potential issues during TripleO deployments
Go to file
Martin André 8ed8cc11ab Use tripleo bug tracker on launchpad
Retire the tripleo-validations launchpad project to make it easier for
tripleo-validations to be part of the coordinated tripleo release.

Change-Id: I18dff62200e8558f809a3b36f53c64d01279bc07
2016-07-27 11:04:38 +02:00
doc/source Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
tripleo_validations Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
.coveragerc Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
.gitignore Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
.gitreview Added .gitreview 2016-05-24 23:19:55 +00:00
.mailmap Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
.testr.conf Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
CONTRIBUTING.rst Use tripleo bug tracker on launchpad 2016-07-27 11:04:38 +02:00
HACKING.rst Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
LICENSE Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
MANIFEST.in Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
README.rst Use tripleo bug tracker on launchpad 2016-07-27 11:04:38 +02:00
babel.cfg Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
requirements.txt Fix requirements 2016-06-09 10:45:12 +03:00
setup.cfg Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00
setup.py Fix requirements 2016-06-09 10:45:12 +03:00
test-requirements.txt Updated from global requirements 2016-06-21 18:07:12 +00:00
tox.ini Initial Cookiecutter Commit. 2016-05-27 15:00:12 +02:00

README.rst

TripleO Validations

A collection of Ansible playbooks to detect and report potential issues during TripleO deployments

The validations will help detect issues early in the deployment process and prevent field engineers from wasting time on misconfiguration or hardware issues in their environments.

All validations are written in Ansible and are written in a way that's consumable by the Mistral validation framework or by Ansible directly. They are available independently from the UI or the command line client.

Prerequisites

The TripleO validations require Ansible 2.0 or above:

$ sudo pip install 'ansible>=2'