summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot2017-04-042-0/+8
|\ \ \ | |_|/ |/| | Merged by openshift-bot
| * | oc_configmap: Add missing check for nameJose A. Rivera2017-04-032-0/+8
| |/ | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* / Fixed a bug. Ansible requires a msg param when module.fail_json.Kenny Woodson2017-04-032-12/+12
|/
* Fix generated codeScott Dodson2017-03-311-77/+120
|
* Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-309-0/+2463
|\ | | | | Add oc_clusterrole to lib_openshift.
| * Fixed spacing.Kenny Woodson2017-03-292-6/+6
| |
| * Fixed docs. Fixed add_resource.Kenny Woodson2017-03-293-10/+12
| |
| * Fixing linting for spaces.Kenny Woodson2017-03-293-9/+8
| |
| * Adding clusterrole to the toolbox.Kenny Woodson2017-03-289-0/+2462
| |
* | Merge pull request #3628 from kwoodson/yedit_editsOpenShift Bot2017-03-3027-2004/+3122
|\ \ | | | | | | Merged by openshift-bot
| * | Fixed a bug in oc_volume.Kenny Woodson2017-03-2827-670/+776
| | |
| * | 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
| |
* | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-293-0/+8
|/
* Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-276-0/+1977
|\ | | | | Merged by openshift-bot
| * Adding namespace to doc.Kenny Woodson2017-03-232-2/+14
| |
| * Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-235-266/+309
| |
| * first step in ocimageIvan Horvath2017-03-235-0/+1911
| |
| * ocimageIvan Horvath2017-03-231-0/+11
| |
* | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-278-0/+2518
|\ \ | | | | | | Merged by openshift-bot
| * | rebase and regenerateJoel Diaz2017-03-211-11/+19
| | |
| * | fix up things flagged by flake8Joel Diaz2017-03-211-1/+1
| | |
| * | clean up and clarify docs/commentsJoel Diaz2017-03-215-44/+278
| | | | | | | | | | | | update unit tests
| * | add oc_user ansible moduleJoel Diaz2017-03-218-0/+2276
| | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-247-0/+2212
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Adding error checking to the delete.Kenny Woodson2017-03-212-0/+8
| | | |
| * | | Updated comment.Kenny Woodson2017-03-211-1/+1
| | | |
| * | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-214-7/+8
| | | | | | | | | | | | | | | | required name param.
| * | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-217-0/+2203
| | | |
* | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-237-0/+2555
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | Adding tests to increase TC.Kenny Woodson2017-03-221-0/+163
| | | |
| * | | Adding a pvc create test case.Kenny Woodson2017-03-207-0/+2392
| |/ /
* | | Fixed linting and configmap_name paramKenny Woodson2017-03-221-5/+7
| | |
* | | Adding configmap support.Kenny Woodson2017-03-216-25/+55
| | |
* | | Adding configmap support and adding tests.Kenny Woodson2017-03-213-21/+270
| | |
* | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-218-12/+2751
| |/ |/|
* | Fix copy-pasta docstringsRodolfo Carvalho2017-03-212-2/+2
| |
* | Rename _ns -> node_selectorRodolfo Carvalho2017-03-212-6/+6
| | | | | | | | There doesn't seem to be a good reason for the underscore prefix.
* | Reindent codeRodolfo Carvalho2017-03-212-18/+24
|/
* Adding oc_group to lib_openshiftKenny Woodson2017-03-208-0/+2325
|
* Do not update when properties when not passed.Kenny Woodson2017-03-163-44/+222
|
* Fixing variable naming for 35 scoping.Kenny Woodson2017-03-1621-63/+63
|
* Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-157-24/+24
|\ | | | | Merged by openshift-bot
| * Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-107-24/+24
| |
* | Merge pull request #3634 from kwoodson/raise_on_prep_failuresOpenShift Bot2017-03-152-8/+8
|\ \ | | | | | | Merged by openshift-bot
| * | Raise on dry-run failures.Kenny Woodson2017-03-132-8/+8
| |/
* / Removed unused, unwanted, incorrectly committed code.Kenny Woodson2017-03-102-5163/+0
|/
* Merge pull request #3605 from kwoodson/oc_adm_policy_user_fixOpenShift Bot2017-03-096-54/+5319
|\ | | | | Merged by openshift-bot
| * Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-086-54/+5319
| | | | | | | | method searches all and matches on properties.
* | Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher2017-03-0925-50/+914
|\ \ | |/ |/| Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.