summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-2127-0/+189
|/ / /
* / / Adding module calls instead of command for idempotency.Kenny Woodson2017-04-192-6/+10
|/ /
* | Fixing a compatibility issue with python 2.7 to 3.5 when reading from ↵Kenny Woodson2017-04-101-1/+1
| | | | | | | | subprocess.
* | Fixed a bug when oc command fails.Kenny Woodson2017-04-061-1/+1
| |
* | Merge pull request #3840 from kwoodson/oc_obj_delete_selectorScott Dodson2017-04-0627-481/+598
|\ \ | | | | | | Adding ability to delete by selector. Also variable name cleanup and update to use .format.
| * | Fixed a string format and a lint space issueKenny Woodson2017-04-051-2/+2
| | |
| * | FixedKenny Woodson2017-04-052-2/+2
| | | | | | | | | | | | name and selector to be mutually exclusive
| * | Adding ability to delete by selector.Kenny Woodson2017-04-0527-471/+576
| | |
| * | Adding delete with selector support.Kenny Woodson2017-04-051-12/+24
| | |
* | | Merge pull request #3821 from kwoodson/default_router_certOpenShift Bot2017-04-051-0/+3
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-041-0/+3
| | |
* | | Merge pull request #3850 from kwoodson/skip_generated_tcOpenShift Bot2017-04-0527-81/+81
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Removing test coverage for shared code.Kenny Woodson2017-04-0427-81/+81
| |/ /
* | | Merge pull request #3841 from jarrpa/oc_label-get-fixOpenShift Bot2017-04-041-2/+2
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | oc_label: handle case where _get() returns no resultsJose A. Rivera2017-04-031-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot2017-04-041-0/+4
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | oc_configmap: Add missing check for nameJose A. Rivera2017-04-031-0/+4
| |/ / | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* / / Fixed a bug. Ansible requires a msg param when module.fail_json.Kenny Woodson2017-04-031-6/+6
|/ /
* | Fix generated codeScott Dodson2017-03-311-77/+120
| |
* | Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-301-0/+1760
|\ \ | | | | | | Add oc_clusterrole to lib_openshift.
| * | Fixed spacing.Kenny Woodson2017-03-291-3/+3
| | |
| * | Fixed docs. Fixed add_resource.Kenny Woodson2017-03-291-5/+6
| | |
| * | Fixing linting for spaces.Kenny Woodson2017-03-291-4/+4
| | |
| * | Adding clusterrole to the toolbox.Kenny Woodson2017-03-281-0/+1759
| | |
* | | Merge pull request #3628 from kwoodson/yedit_editsOpenShift Bot2017-03-3026-2003/+3121
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Fixed a bug in oc_volume.Kenny Woodson2017-03-2826-669/+775
| | | |
| * | | Adding a few more test cases. Fixed a bug when key was empty. Safeguard ↵Kenny Woodson2017-03-2823-1449/+2461
| |/ / | | | | | | | | | against yedit module being passed an empty key
* / / oc_adm_ca_server_cert.py: re-generate.Slava Semushin2017-03-291-0/+8
|/ /
* | Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-271-0/+1486
|\ \ | | | | | | Merged by openshift-bot
| * | Adding namespace to doc.Kenny Woodson2017-03-231-1/+7
| | |
| * | Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-231-116/+152
| | |
| * | first step in ocimageIvan Horvath2017-03-231-0/+1444
| | |
* | | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-271-0/+1714
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | rebase and regenerateJoel Diaz2017-03-211-11/+19
| | | |
| * | | clean up and clarify docs/commentsJoel Diaz2017-03-211-35/+197
| | | | | | | | | | | | | | | | update unit tests
| * | | add oc_user ansible moduleJoel Diaz2017-03-211-0/+1544
| | | | | | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-241-0/+1577
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Adding error checking to the delete.Kenny Woodson2017-03-211-0/+4
| | | | |
| * | | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | required name param.
| * | | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-211-0/+1573
| | | | |
* | | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-231-0/+1733
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | Adding a pvc create test case.Kenny Woodson2017-03-201-0/+1733
| |/ / /
* | | | Adding configmap support.Kenny Woodson2017-03-212-22/+40
| | | |
* | | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-212-6/+2017
| |/ / |/| |
* | | Rename _ns -> node_selectorRodolfo Carvalho2017-03-211-3/+3
| | | | | | | | | | | | There doesn't seem to be a good reason for the underscore prefix.
* | | Reindent codeRodolfo Carvalho2017-03-211-9/+12
|/ /
* | Adding oc_group to lib_openshiftKenny Woodson2017-03-201-0/+1560
| |
* | Do not update when properties when not passed.Kenny Woodson2017-03-161-14/+18
| |
* | Fixing variable naming for 35 scoping.Kenny Woodson2017-03-1620-60/+60
| |
* | Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-151-7/+7
|\ \ | | | | | | Merged by openshift-bot