1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Lukas Grossar d16d2f739b Fix JSON output of namespaces in project_export.sh (#1079)
When a user with access to multiple projects is used to perform the
backup, all projects are being written to the <project_dir>/ns.json
files and a subsequent restore fails, because project_import.sh can't
detect the correct namespace to restore to.
2018-10-09 08:50:37 +02:00
2018-07-05 10:00:45 -05:00
2016-05-05 17:10:49 -04:00
2017-10-05 10:26:47 +02:00
2018-07-05 10:13:36 -05:00
2018-07-05 10:00:45 -05:00
2017-01-26 16:51:05 -05:00
2017-08-18 18:02:04 +02:00
2016-03-30 12:26:10 -04:00
2018-07-05 10:00:45 -05:00
2017-01-26 16:51:05 -05:00
2018-02-22 14:29:23 -05:00
2018-02-22 14:29:23 -05:00

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
Description
Additional roles and playbooks for OpenShift installation and management
https://www.openshift.com/
Readme 9.9 MiB
Languages
Python 50.8%
Shell 45.6%
HTML 2.6%
Ruby 1%