RETIRED, A collection of python libraries for the Validation Framework
Go to file
Mathieu Bultel 1ac91f1f31 Allow to set python interper for ansible execution
Some environment still use python2.7 and so /usr/bin/python
interpreter for ansible.
In that case, Ansible will fail to execute.
This option allow the user to pass a specific python interpeter
for the remote.
In None python_interpreter, and connection local is set we use
the local sys.executable, if both are None we use the default.

Change-Id: I4bd25ed50091a963d0b1e5e3a727ece19b90747e
2020-09-03 11:08:01 +02:00
doc Update openstackdocstheme. 2020-06-23 13:54:26 +02:00
playbooks Switch legacy Zuul jobs to native Zuul v3 jobs 2020-07-23 00:19:22 +02:00
roles Switch legacy Zuul jobs to native Zuul v3 jobs 2020-07-23 00:19:22 +02:00
validations_libs Allow to set python interper for ansible execution 2020-09-03 11:08:01 +02:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Add API Documentation structure 2020-05-14 11:53:31 +00:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
.zuul.yaml Switch legacy Zuul jobs to native Zuul v3 jobs 2020-07-23 00:19:22 +02:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst Fix title. 2020-05-14 08:44:21 +00:00
bindep.txt Adding the foundation files 2020-02-28 14:47:28 +01:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-28 14:44:40 +02:00
requirements.txt Remove mock as a test requirement and add PyYAML as requirement. 2020-03-17 10:10:45 +01:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:22 -05:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-05-28 14:44:40 +02:00
tox.ini Add API Documentation structure 2020-05-14 11:53:31 +00:00

README.rst

# validations-libs

A collection of python libraries for the Validation Framework