summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_env.py
Commit message (Collapse)AuthorAgeFilesLines
* roles/lib_openshift: Handle /usr/local/bin/oc with sudoColin Walters2017-02-211-4/+16
| | | | | | | | | | | | The real changes here are in `src/lib/{base,import}.py` remember, the rest is committed to git rather than built for some reason. This is tested on CentOS AH (python2), I haven't yet tested the Python 3 path here. I tried the suggestion in the PR for using Ansible's `module` but AFAICS that would require passing down the `module` variable pretty far down into this code. This implementation seems OK too. Closes: https://github.com/openshift/openshift-ansible/issues/3410
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-201-1/+1
|
* String compatibility for python2,3Kenny Woodson2017-02-171-1/+1
|
* Pleasing the linting gods.Kenny Woodson2017-02-161-5/+14
|
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-161-5/+16
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-161-13/+30
|
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-131-4/+1
|
* Fixing docs, linting, and comments.Kenny Woodson2017-02-101-7/+12
|
* Pleasing the linting bot.Kenny Woodson2017-02-081-0/+2
|
* Adding integration tests.Kenny Woodson2017-02-081-3/+3
|
* Adding oc_env to lib_openshift.Kenny Woodson2017-02-081-0/+1784