1
0
mirror of https://github.com/openshift/openshift-ansible-contrib.git synced 2026-02-05 09:45:58 +01:00
Tomas Sedovic e49d2a3865 Set a consistent API/UI endpoint
Instead of it being the first master hostname in the single-master
scenario or the first load balancer mostname in multi-master, the
sample cluster will always have the following entrypoint by default:

https://console.{{env_id}}.{{public_dns_domain}}:8443

That will simplify the documentation and be easier to look up and
understand for the newcomers trying it out.
2017-10-18 15:17:06 +02:00
2017-10-18 15:17:06 +02:00
2016-05-05 17:10:49 -04:00
2017-10-05 10:26:47 +02:00
2017-10-18 12:53:31 +02:00
2017-10-18 12:53:31 +02: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
2017-01-26 16:51:05 -05:00
2017-01-26 17:12:27 -05:00
2017-01-26 16:51:05 -05:00
2017-01-26 16:51:05 -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:

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%