summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library
Commit message (Collapse)AuthorAgeFilesLines
* Removed unrequired no-members from yedit and generated codeSteve Milner2017-02-2215-135/+398
|
* Removed oadm_ references in doc.Kenny Woodson2017-02-212-2/+2
|
* Removed unused code. Made tests executable.Kenny Woodson2017-02-211-25/+6
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-203-38/+87
|
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-207-136/+175
|
* Renaming registry and router roles to oc_adm_Kenny Woodson2017-02-202-8/+8
|
* Fixing registry doc and suggestions.Kenny Woodson2017-02-202-76/+142
|
* Adding router and registry to lib_openshift.Kenny Woodson2017-02-202-0/+5347
|
* Replace has_key in new modulesSteve Milner2017-02-201-2/+2
| | | | | | | The dict.has_key has been removed in Python 3. However, both Python 2 and 3 support: if needle in dict
* Fixing a bug by removing default debugKenny Woodson2017-02-171-1/+1
|
* String compatibility for python2,3Kenny Woodson2017-02-1713-13/+13
|
* Pleasing the linting gods.Kenny Woodson2017-02-1613-65/+182
|
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-1613-65/+208
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-1613-169/+390
|
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-1311-33/+11
|
* Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-131-0/+1791
|\ | | | | Adding oc_env to lib_openshift.
| * 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
| |
* | Fixing docs.Kenny Woodson2017-02-091-30/+72
| |
* | Fixing for linters.Kenny Woodson2017-02-091-9/+11
| |
* | Adding test cases.Kenny Woodson2017-02-091-15/+16
| |
* | Fixing docs.Kenny Woodson2017-02-091-0/+1448
|/
* Merge pull request #3283 from kwoodson/router_portKenny Woodson2017-02-081-44/+68
|\ | | | | Adding test cases. Adding support for specifying port on route.
| * Adding port support for route.Kenny Woodson2017-02-081-44/+68
| |
* | Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson2017-02-0811-22/+22
| |
* | Adding code to copy kubeconfig before running oc commands.Kenny Woodson2017-02-0811-11/+132
|/
* Merge pull request #3285 from twiest/fix_unittestsKenny Woodson2017-02-081-1/+1
|\ | | | | Fixed ansible module unit and integration tests and added runners.
| * Fixed ansible module unit and integration tests and added runners.Thomas Wiest2017-02-071-1/+1
| |
* | Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-0811-192/+412
|/
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-0611-81/+1675
|
* Doc enhancements.Kenny Woodson2017-02-021-4/+32
|
* Fixing linters.Kenny Woodson2017-02-021-5/+6
|
* Adding unit test. Fixed redudant calls to get.Kenny Woodson2017-02-011-29/+31
|
* Fixing doc and generating new label with updated base.Kenny Woodson2017-02-011-36/+57
|
* oc_label ansible moduleJoel Diaz2017-02-011-0/+1517
| | | | used for adding/removing labels on various OpenShift objects
* Fixing copy pasta comments. Fixed required in docs.Kenny Woodson2017-02-011-8/+9
|
* Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-311-0/+2
|
* Adding unit test for oc_service. Added environment fix for non-standard oc ↵Kenny Woodson2017-01-319-122/+155
| | | | installs.
* Adding oc_service to lib_openshift.Kenny Woodson2017-01-311-0/+1587
|
* Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-308-56/+1648
|
* Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-307-6/+1483
|\ | | | | Adding oadm_manage_node lib_openshift.
| * Fixing docs. Added bugzilla to doc.Kenny Woodson2017-01-291-2/+3
| |
| * Fixing linters.Kenny Woodson2017-01-261-5/+9
| |
| * 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 ↵Kenny Woodson2017-01-266-12/+25
| | | | | | | | openshift_cmd for namespace.
| * Adding oadm_manage_node to lib_openshift.Kenny Woodson2017-01-261-0/+1461
| |
* | Adding fix for when the resource does not exist. Added test cases.Kenny Woodson2017-01-271-0/+2
|/
* Fixing namespace param in doc to reflect default value.Kenny Woodson2017-01-261-1/+1
|