All Projects → openshift → Openshift Ansible Contrib

openshift / Openshift Ansible Contrib

Licence: apache-2.0
Additional roles and playbooks for OpenShift installation and management

Programming Languages

python
139335 projects - #7 most used programming language

OpenShift and Atomic Platform Ansible Contrib

Build Status

This repository contains unsupported code that can be used in conjunction with the openshift-ansible repository, namely:

NOTE: Some repositories containing scripts and ansible playbooks are deprecated.

Contributing

If you're submitting a pull request or doing a code review, please take a look at our contributing guide.

Running tests locally

We use tox to manage virtualenvs and run tests. Alternatively, tests can be run using detox which allows for running tests in parallel

pip install tox detox

List the test environments available:

tox -l

Run all of the tests with:

tox

Run all of the tests in parallel with detox:

detox

Running a particular test environment (python 2.7 flake8 tests in this case):

tox -e py27-ansible22-flake8

Running a particular test environment in a clean virtualenv (python 3.5 yamllint tests in this case):

tox -r -e py35-ansible22-yamllint

If you want to enter the virtualenv created by tox to do additional testing/debugging (py27-flake8 env in this case):

source .tox/py27-ansible22-flake8/bin/activate
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].