summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift
Commit message (Expand)AuthorAgeFilesLines
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-1911-0/+0
* Include missing unit tests to test runner configRodolfo Carvalho2017-02-1911-0/+0
* Fixing a bug by removing default debugKenny Woodson2017-02-172-2/+2
* String compatibility for python2,3Kenny Woodson2017-02-1714-14/+14
* Don't attempt to install python-ruamel-yaml on atomicScott Dodson2017-02-161-0/+6
* Pleasing the linting gods.Kenny Woodson2017-02-1615-68/+188
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-1616-91/+293
* Adding fallback support for pyyaml.Kenny Woodson2017-02-1614-173/+404
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-1322-66/+22
* Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-137-0/+2582
|\
| * Fixing docs, linting, and comments.Kenny Woodson2017-02-103-14/+24
| * Pleasing the linting bot.Kenny Woodson2017-02-085-66/+7
| * Adding integration tests.Kenny Woodson2017-02-084-257/+411
| * Adding oc_env to lib_openshift.Kenny Woodson2017-02-086-0/+2477
* | use the correct name for the ruamel-yaml python moduleJan Chaloupka2017-02-101-8/+1
* | Fixing docs.Kenny Woodson2017-02-094-37/+100
* | Fixing for linters.Kenny Woodson2017-02-093-18/+22
* | Adding test cases.Kenny Woodson2017-02-095-27/+583
* | Fixing docs.Kenny Woodson2017-02-093-8/+1459
* | oc processIvan Horvath2017-02-094-0/+306
|/
* Merge pull request #3283 from kwoodson/router_portKenny Woodson2017-02-087-88/+434
|\
| * Fixing for flake8 spacing.Kenny Woodson2017-02-081-2/+1
| * Fixing tests for linters.Kenny Woodson2017-02-082-100/+100
| * Adding port support for route.Kenny Woodson2017-02-087-88/+435
* | Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson2017-02-0820-38/+109
* | Adding code to copy kubeconfig before running oc commands.Kenny Woodson2017-02-0812-12/+144
|/
* Merge pull request #3285 from twiest/fix_unittestsKenny Woodson2017-02-086-35/+111
|\
| * Fixed ansible module unit and integration tests and added runners.Thomas Wiest2017-02-076-35/+111
* | Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-0817-237/+474
|/
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-0619-85/+2261
* Merge pull request #3249 from kwoodson/oc_labelKenny Woodson2017-02-058-0/+2535
|\
| * Doc enhancements.Kenny Woodson2017-02-024-10/+69
| * Fixing linters.Kenny Woodson2017-02-026-97/+17
| * Adding unit test. Fixed redudant calls to get.Kenny Woodson2017-02-014-55/+245
| * Fixing doc and generating new label with updated base.Kenny Woodson2017-02-013-41/+63
| * oc_label ansible moduleJoel Diaz2017-02-017-0/+2344
* | Ensure python2-ruamel-yaml is installedScott Dodson2017-02-031-0/+5
|/
* Fixing copy pasta comments. Fixed required in docs.Kenny Woodson2017-02-014-16/+18
* Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-314-1/+5
* Adding unit test for oc_service. Added environment fix for non-standard oc i...Kenny Woodson2017-01-3113-135/+377
* Adding integration tests.Kenny Woodson2017-01-311-58/+96
* Adding oc_service to lib_openshift.Kenny Woodson2017-01-317-15/+2153
* Added repoquery to lib_utils.Thomas Wiest2017-01-312-1/+8
* Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-3016-64/+2280
* Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-3014-7/+2063
|\
| * Fixing docs. Added bugzilla to doc.Kenny Woodson2017-01-293-4/+6
| * Fixing linters.Kenny Woodson2017-01-263-15/+21
| * Fixing base.py for node and scale. Autogenerated code.Kenny Woodson2017-01-262-5/+3
| * Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi...Kenny Woodson2017-01-2611-86/+218
| * Adding oadm_manage_node to lib_openshift.Kenny Woodson2017-01-266-0/+1918