You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 years ago | |
---|---|---|
doc/source | 7 years ago | |
tripleo_validations | 7 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 7 years ago | |
.gitreview | 7 years ago | |
.mailmap | 7 years ago | |
.testr.conf | 7 years ago | |
CONTRIBUTING.rst | 7 years ago | |
HACKING.rst | 7 years ago | |
LICENSE | 7 years ago | |
MANIFEST.in | 7 years ago | |
README.rst | 7 years ago | |
babel.cfg | 7 years ago | |
requirements.txt | 7 years ago | |
setup.cfg | 7 years ago | |
setup.py | 7 years ago | |
test-requirements.txt | 7 years ago | |
tox.ini | 7 years ago |
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.
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/tripleo-validations
- Bugs: http://bugs.launchpad.net/tripleo-validations
Prerequisites
The TripleO validations require Ansible 2.0 or above:
$ sudo pip install 'ansible>=2'