summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2OpenShift Bot2017-04-283-33/+51
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | Fix OpenShift registry deployment on OSE 3.2Lénaïc Huard2017-04-253-33/+51
| | | | | | | | | | | | | | | | Fix #4000
* | | | Merge pull request #3968 from jarrpa/oc_obj-kindsOpenShift Bot2017-04-253-14/+8
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | oc_obj: Allow for multiple kinds in deleteJose A. Rivera2017-04-213-14/+8
| |/ / / | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | Merge pull request #3973 from kwoodson/remove_resource_versionOpenShift Bot2017-04-2428-0/+196
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-2128-0/+196
| | | |
* | | | Merge pull request #3944 from pilou-/add_missing_mock_for_oc_binaryOpenShift Bot2017-04-213-10/+35
|\ \ \ \ | |/ / / |/| | | Merged by openshift-bot
| * | | Use return_value when value is constantPierre-Louis Bonicoli2017-04-181-8/+2
| | | | | | | | | | | | | | | | Thanks to Tim Bielawa for pointing it out.
| * | | Add missing mock for locate_oc_binary methodPierre-Louis Bonicoli2017-04-183-6/+37
| |/ / | | | | | | | | | | | | When locate_oc_binary has not been mocked, the test suite fails when oc executable is available.
* / / Adding module calls instead of command for idempotency.Kenny Woodson2017-04-195-12/+20
|/ /
* | Fixing a compatibility issue with python 2.7 to 3.5 when reading from ↵Kenny Woodson2017-04-102-2/+2
| | | | | | | | subprocess.
* | Fixed a bug when oc command fails.Kenny Woodson2017-04-062-2/+2
| |
* | Merge pull request #3840 from kwoodson/oc_obj_delete_selectorScott Dodson2017-04-0635-520/+857
|\ \ | | | | | | 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-053-4/+4
| | |
| * | FixedKenny Woodson2017-04-054-4/+4
| | | | | | | | | | | | name and selector to be mutually exclusive
| * | Adding ability to delete by selector.Kenny Woodson2017-04-0533-500/+813
| | |
| * | Adding delete with selector support.Kenny Woodson2017-04-052-24/+48
| | |
* | | Merge pull request #3821 from kwoodson/default_router_certOpenShift Bot2017-04-052-0/+6
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-042-0/+6
| | |
* | | Merge pull request #3850 from kwoodson/skip_generated_tcOpenShift Bot2017-04-0528-81/+90
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Removing test coverage for shared code.Kenny Woodson2017-04-0428-81/+90
| |/ /
* | | Merge pull request #3841 from jarrpa/oc_label-get-fixOpenShift Bot2017-04-042-4/+4
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | oc_label: handle case where _get() returns no resultsJose A. Rivera2017-04-032-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | 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
| | | | |