summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|\ \ | | | | | | Merged by openshift-bot
| * | 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
|\ | | | | Merged by openshift-bot
| * 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
|\ \ | | | | | | Merged by openshift-bot
| * | clean up and clarify docs/commentsJoel Diaz2017-03-211-2/+2
| | | | | | | | | | | | update unit tests
| * | add oc_user ansible moduleJoel Diaz2017-03-211-0/+227
| | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-241-0/+187
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | 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
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot
| * | | Adding a pvc create test case.Kenny Woodson2017-03-201-0/+167
| |/ /
* | | Adding configmap support.Kenny Woodson2017-03-211-1/+5
| | |
* | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-211-0/+191
| |/ |/|
* | 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/+148
|
* Do not update when properties when not passed.Kenny Woodson2017-03-161-16/+20
|
* Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-151-0/+0
|\ | | | | Merged by openshift-bot
| * Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-101-0/+0
| |
* | Raise on dry-run failures.Kenny Woodson2017-03-131-4/+4
|/
* Merge pull request #3605 from kwoodson/oc_adm_policy_user_fixOpenShift Bot2017-03-092-27/+78
|\ | | | | Merged by openshift-bot
| * Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-082-27/+78
| | | | | | | | method searches all and matches on properties.
* | Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher2017-03-092-4/+4
|\ \ | |/ |/| Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
| * Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-082-2/+2
| |
| * Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-2/+2
| | | | | | | | cases.
* | Generic message directing people to contact supportScott Dodson2017-03-071-1/+10
|/
* Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-062-58/+77
| | | | 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
|
* Fixed docs. Added check for delete failures. Updated namespace to None.Kenny Woodson2017-03-061-2/+4
|
* 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/+180
|
* Fixing checkout for bindings with -binding suffixjupierce2017-03-022-2/+2
|
* oadm_policy_group/adm_policy_user modulejupierce2017-03-022-0/+389
|
* Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson2017-03-011-0/+3
| | | | error in secure.
* Fixed failures on create when objects exist.Kenny Woodson2017-02-282-48/+82
|
* Updating delete/recreate with replace --force.Kenny Woodson2017-02-281-8/+4
|
* 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-283-4/+9
| | | | reencrypt for route.
* Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-1/+7
|
* Merge pull request #3387 from enj/enj/f/sdn_moduleScott Dodson2017-02-271-0/+58
|\ | | | | Add SDNValidator Module
| * Add SDNValidator ModuleMonis Khan2017-02-211-0/+58
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Adding get_env_var to deploymentconfig.Kenny Woodson2017-02-241-3/+4
| |
* | Fixed default variables. Added a fix to generated secret in env var.Kenny Woodson2017-02-241-0/+7
| |
* | Updated for pylint. Fixed create doc.Kenny Woodson2017-02-221-4/+12
| |