mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
vmw-3.5
* Ansible Tower Integration added * fixing YAML errors found by Linter * fixing another lint YAML error * more linter issues fixed * hopefully latest yaml linter issue
OpenShift and Atomic Platform Ansible Contrib
This repository contains unsupported code that can be used in conjunction with the openshift-ansible repository, namely:
- additional roles for OpenShift deployment
- code for provisioning various cloud providers (GCE, AWS, VMWare and Openstack)
- supporting scripts and playbooks for the various reference architectures Red Hat has published
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
Description
Additional roles and playbooks for OpenShift installation and management
https://www.openshift.com/
Languages
Python
50.8%
Shell
45.6%
HTML
2.6%
Ruby
1%