nuxeo/openshift-ansible-contrib

Name: openshift-ansible-contrib

Owner: Nuxeo

Description: Additional roles and playbooks for OpenShift installation and management

Forked from: openshift/openshift-ansible-contrib

Created: 2017-09-18 21:19:05.0

Updated: 2017-09-18 21:19:08.0

Pushed: 2017-09-19 23:09:59.0

Homepage: https://www.openshift.com

Size: 5324

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

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

install tox detox

List the test environments available:

-l

Run all of the tests with:


Run all of the tests in parallel with detox:

x

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

-e py27-ansible22-flake8

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

-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):

ce .tox/py27-ansible22-flake8/bin/activate

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.