A common Ansible libraries and plugins for the validations framework
Project description
A collection of Ansible roles and playbooks to detect and report potential issues during 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.
Free software: Apache_license
Documentation: https://docs.openstack.org/validations-common/latest/
Release notes: https://docs.openstack.org/releasenotes/validations-commons/
Bugs - Upstream: https://bugs.launchpad.net/tripleo/+bugs?field.tag=validations
Bugs - Downstream: https://bugzilla.redhat.com/buglist.cgi?component=validations-common&product=Red%20Hat%20OpenStack
Installation
Recommended process
There are several different ways to install validations-common. However it is recommended to both install and use the package inside python virtual environment.
At the command line using pip.
$ python3 -m pip install validations-common
Or, if you have virtualenvwrapper installed.
$ mkvirtualenv validations-common
$ python3 -m pip install validations-common
Installation with package manager
Alternatively it is possible to install validations-common using package manager.
Such as yum or dnf…
$ yum|dnf install validations-common
or the more modern dnf.
$ dnf install validations-common
Usage
Once the validations-common project has been installed, navigate to the chosen share path, usually /usr/share/ansible to access the installed roles, playbooks, and libraries.
While the validations-common can be run by itself, it nonetheless depends on Ansible and validations-libs. Therefore it isn’t recommended to use only validations-common.
Validations Callbacks
http_json callback
The callback http_json sends Validations logs and information to an HTTP server as a JSON format in order to get caught and analysed with external tools for log parsing (as Fluentd or others).
This callback inherits from validation_json the format of the logging remains the same as the other logger that the Validation Framework is using by default.
To enable this callback, you need to add it to the callback whitelist. Then you need to export your http server url and port:
export HTTP_JSON_SERVER=http://localhost export HTTP_JSON_PORT=8989
The callback will post JSON log to the URL provided. This repository has a simple HTTP server for testing purpose under:
tools/http_server.py
The default host and port are localhost and 8989, feel free to adjust those values to your needs.
Running the molecule tests
In order to run the molecule tests locally on your local machine, please follow the instructions documented in the Tripleo Validations Developers Guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for validations_common-1.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ec175ed212e6b0db98b46bb1a38da783ef79e4507a127a14be9e22ebc762f69 |
|
MD5 | ccbbcfb4c1c918a44658f0b2ac57c89e |
|
BLAKE2b-256 | c14d6af982b375fbbdf622da65b028c1f66bf27072173f4881acf553fb3cdf27 |