summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-275-0/+491
|\ \ | | | | | | Merged by openshift-bot
| * | Adding namespace to doc.Kenny Woodson2017-03-231-1/+7
| | |
| * | Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-234-150/+157
| | |
| * | first step in ocimageIvan Horvath2017-03-234-0/+467
| | |
| * | ocimageIvan Horvath2017-03-231-0/+11
| | |
* | | Merge pull request #3345 from joelddiaz/oc_userOpenShift Bot2017-03-277-0/+804
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | fix up things flagged by flake8Joel Diaz2017-03-211-1/+1
| | | |
| * | | clean up and clarify docs/commentsJoel Diaz2017-03-214-9/+81
| | | | | | | | | | | | | | | | update unit tests
| * | | add oc_user ansible moduleJoel Diaz2017-03-217-0/+732
| | | | | | | | | | | | | | | | module to manipulate OpenShift users, and assign group membership to users
* | | | Merge pull request #3721 from kwoodson/oc_configmapOpenShift Bot2017-03-246-0/+635
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Adding error checking to the delete.Kenny Woodson2017-03-211-0/+4
| | | | |
| * | | | Updated comment.Kenny Woodson2017-03-211-1/+1
| | | | |
| * | | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-213-4/+5
| | | | | | | | | | | | | | | | | | | | required name param.
| * | | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-216-0/+630
| | | | |
* | | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-236-0/+822
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | Adding tests to increase TC.Kenny Woodson2017-03-221-0/+163
| | | | |
| * | | | Adding a pvc create test case.Kenny Woodson2017-03-206-0/+659
| |/ / /
* | | | Fixed linting and configmap_name paramKenny Woodson2017-03-221-5/+7
| | | |
* | | | Adding configmap support.Kenny Woodson2017-03-214-3/+15
| | | |
* | | | Adding configmap support and adding tests.Kenny Woodson2017-03-213-21/+270
| | | |
* | | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-216-6/+734
| |/ / |/| |
* | | Fix copy-pasta docstringsRodolfo Carvalho2017-03-212-2/+2
| | |
* | | 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-207-0/+765
| |
* | Do not update when properties when not passed.Kenny Woodson2017-03-162-30/+204
| |
* | Fixing variable naming for 35 scoping.Kenny Woodson2017-03-161-3/+3
| |
* | Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-156-17/+17
|\ \ | | | | | | Merged by openshift-bot
| * | Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-106-17/+17
| | |
* | | 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-095-6/+850
|\ \ \ | |/ / |/| | Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
| * | Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-086-13/+15
| | |
| * | Fixed for linting.Kenny Woodson2017-03-082-5/+1
| | |
| * | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-076-93/+378
| | | | | | | | | | | | cases.
| * | Adding test_oc_adm_router.Kenny Woodson2017-03-071-0/+476
| | |
| * | Adding router test.Kenny Woodson2017-03-071-0/+85
| | |
* | | Generic message directing people to contact supportScott Dodson2017-03-072-2/+11
|/ /
* | Remove dummy setup/teardown methodsRodolfo Carvalho2017-03-0612-96/+0
| |
* | Clean up test filesRodolfo Carvalho2017-03-0613-157/+0
| | | | | | | | | | They are not executable anymore, and tests are now meant to be run through pytest.
* | Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-067-552/+1006
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Mock runs differntly on travis. Fix the mock test params to be ANY.Kenny Woodson2017-03-061-3/+2
| |
* | Fixed the none namespace. Fixed tests with latest loc_oc_binary call.Kenny Woodson2017-03-062-3/+8
| |
* | Updating the namespace param to None.Kenny Woodson2017-03-061-1/+1
| |
* | Fixed tests to align with new naming.Kenny Woodson2017-03-061-1/+1
| |
* | Fixed docs. Added check for delete failures. Updated namespace to None.Kenny Woodson2017-03-062-9/+12
| |
* | Fixing lintersKenny Woodson2017-03-062-4/+2
| |
* | Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-062-4/+90
| |
* | Adding oc_project to lib_openshift.Kenny Woodson2017-03-066-0/+517
| |