summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class
Commit message (Expand)AuthorAgeFilesLines
* add selector and storage class name to oc_pvc moduleJeff Cantrill2017-07-271-0/+2
* Fixed spacing and lint errors.Kenny Woodson2017-07-171-2/+2
* Fixed tests and added sleep for update.Kenny Woodson2017-07-141-0/+1
* Fixing needs_update comparison. Added a small pause for race conditions. Fi...Kenny Woodson2017-07-141-5/+12
* Adding storageclass support to lib_openshift.Kenny Woodson2017-07-141-0/+147
* Merge pull request #4380 from jarrpa/oc_obj-fixesOpenShift Bot2017-06-131-2/+8
|\
| * oc_obj: set _delete() rc to 0 if err is 'not found'Jose A. Rivera2017-06-061-1/+6
| * oc_obj: only check 'items' if exists in deleteJose A. Rivera2017-06-061-1/+2
* | oc_secret: allow use of force for secret typeJose A. Rivera2017-06-071-5/+9
|/
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-0/+7
* add support for oc_service for labels, externalIPsRich Megginson2017-05-303-3/+6
* oc_process: Better error output on failed template() callJose A. Rivera2017-05-191-1/+1
* Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.Andrew Butcher2017-05-151-0/+4
* Merge pull request #4030 from liggitt/reserved-namespacesOpenShift Bot2017-05-121-0/+2
|\
| * Reserve kubernetes and 'kubernetes-' prefixed namespacesJordan Liggitt2017-04-271-0/+2
* | Updating oc_obj to use get instead of getattrewolinetz2017-05-081-1/+1
* | Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2OpenShift Bot2017-04-281-16/+25
|\ \ | |/ |/|
| * Fix OpenShift registry deployment on OSE 3.2Lénaïc Huard2017-04-251-16/+25
* | oc_obj: Allow for multiple kinds in deleteJose A. Rivera2017-04-211-6/+3
|/
* Adding module calls instead of command for idempotency.Kenny Woodson2017-04-192-2/+6
* Fixing a compatibility issue with python 2.7 to 3.5 when reading from subproc...Kenny Woodson2017-04-101-1/+1
* 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-065-21/+30
|\
| * Fixed a string format and a lint space issueKenny Woodson2017-04-051-1/+1
| * FixedKenny Woodson2017-04-051-1/+1
| * Adding ability to delete by selector.Kenny Woodson2017-04-054-12/+9
| * 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
|\ \ | |/ |/|
| * Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-041-0/+3
* | Merge pull request #3841 from jarrpa/oc_label-get-fixOpenShift Bot2017-04-041-2/+2
|\ \
| * | oc_label: handle case where _get() returns no resultsJose A. Rivera2017-04-031-2/+2
* | | Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot2017-04-041-0/+4
|\ \ \ | |_|/ |/| |
| * | oc_configmap: Add missing check for nameJose A. Rivera2017-04-031-0/+4
| |/
* | Fixed a bug. Ansible requires a msg param when module.fail_json.Kenny Woodson2017-04-031-6/+6
|/
* Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-301-0/+163
|\
| * Fixing linting for spaces.Kenny Woodson2017-03-291-4/+4
| * Adding clusterrole to the toolbox.Kenny Woodson2017-03-281-0/+163
* | Merge pull request #3628 from kwoodson/yedit_editsOpenShift Bot2017-03-301-1/+1
|\ \
| * | Fixed a bug in oc_volume.Kenny Woodson2017-03-281-1/+1
| |/
* | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-291-0/+1
|/
* Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-271-0/+91
|\
| * Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-231-16/+17
| * first step in ocimageIvan Horvath2017-03-231-0/+90
* | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-271-0/+227
|\ \
| * | clean up and clarify docs/commentsJoel Diaz2017-03-211-2/+2
| * | add oc_user ansible moduleJoel Diaz2017-03-211-0/+227
* | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-241-0/+187
|\ \ \
| * | | Adding error checking to the delete.Kenny Woodson2017-03-211-0/+4
| * | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-211-0/+183
* | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-231-0/+167
|\ \ \ \ | |_|_|/ |/| | |