summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| * | Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-101-7/+7
| | |
* | | Merge pull request #3634 from kwoodson/raise_on_prep_failuresOpenShift Bot2017-03-151-4/+4
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Raise on dry-run failures.Kenny Woodson2017-03-131-4/+4
| |/ /
* / / 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-094-27/+5241
|\ \ | | | | | | Merged by openshift-bot
| * | Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-084-27/+5241
| | | | | | | | | | | | method searches all and matches on properties.
* | | Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher2017-03-0920-44/+64
|\ \ \ | |/ / |/| | Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
| * | Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-0820-82/+82
| | |
| * | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-0720-22/+42
| | | | | | | | | | | | cases.
* | | Generic message directing people to contact supportScott Dodson2017-03-071-1/+10
|/ /
* | Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-061-26/+45
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Fixed the none namespace. Fixed tests with latest loc_oc_binary call.Kenny Woodson2017-03-061-2/+2
| |
* | Updating the namespace param to None.Kenny Woodson2017-03-061-1/+1
| |
* | Regenerated code with latest yedit changes.Kenny Woodson2017-03-061-4/+11
| |
* | Fixed docs. Added check for delete failures. Updated namespace to None.Kenny Woodson2017-03-061-40/+132
| |
* | Fixing lintersKenny Woodson2017-03-061-0/+1
| |
* | Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-061-4/+7
| |
* | Adding oc_project to lib_openshift.Kenny Woodson2017-03-061-0/+1568
| |
* | Re-generate modulesScott Dodson2017-03-032-4/+18
| |
* | Merge pull request #3527 from joelddiaz/yedit-path-exceptionsKenny Woodson2017-03-0317-34/+153
|\ \ | | | | | | raise exceptions when walking through object path
| * | regenerate lib_openshift with yedit exception changesJoel Diaz2017-02-2817-34/+153
| | |
* | | Fixing checkout for bindings with -binding suffixjupierce2017-03-022-2/+2
| | |
* | | oadm_policy_group/adm_policy_user modulejupierce2017-03-022-0/+4183
| | |
* | | Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson2017-03-011-0/+3
| |/ |/| | | | | error in secure.
* | Merge pull request #3493 from kwoodson/registry_reencyrpt_routeScott Dodson2017-03-0117-87/+143
|\ \ | | | | | | Adding support for a route with reencrypt and certificates.
| * | Fixed failures on create when objects exist.Kenny Woodson2017-02-282-47/+81
| | |
| * | Updating delete/recreate with replace --force.Kenny Woodson2017-02-282-10/+6
| | |
| * | Fixed logic error. Ensure both svc and dc exist.Kenny Woodson2017-02-281-1/+1
| | |
| * | Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-2816-36/+56
| | | | | | | | | | | | reencrypt for route.
| * | Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-1/+7
| | |
* | | Merge pull request #3522 from mtnbikenc/pvc-type-fixRussell Teague2017-02-281-4/+5
|\ \ \ | |_|/ |/| | Add 'persistentVolumeClaim' to volume_info type
| * | Add 'persistentVolumeClaim' to volume_info typeRussell Teague2017-02-281-4/+5
| |/
* / lib_openshift: new module atomic_containerGiuseppe Scrivano2017-02-281-0/+203
|/ | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>