summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixed doc. Updated test to change existing key. Updated module spec for ↵Kenny Woodson2017-03-214-7/+8
| | | | | | | | | | | | | | | | | | | | required name param.
| * | | | Adding oc_configmap to lib_openshift.Kenny Woodson2017-03-217-0/+2203
| | | | |
* | | | | Merge pull request #3698 from kwoodson/oc_pvcOpenShift Bot2017-03-237-0/+2555
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | Adding tests to increase TC.Kenny Woodson2017-03-221-0/+163
| | | | |
| * | | | Adding a pvc create test case.Kenny Woodson2017-03-207-0/+2392
| |/ / /
* | | | Fixed linting and configmap_name paramKenny Woodson2017-03-221-5/+7
| | | |
* | | | Adding configmap support.Kenny Woodson2017-03-216-25/+55
| | | |
* | | | Adding configmap support and adding tests.Kenny Woodson2017-03-213-21/+270
| | | |
* | | | Adding oc_volume to lib_openshift.Kenny Woodson2017-03-218-12/+2751
| |/ / |/| |
* | | Fix copy-pasta docstringsRodolfo Carvalho2017-03-212-2/+2
| | |
* | | Rename _ns -> node_selectorRodolfo Carvalho2017-03-212-6/+6
| | | | | | | | | | | | There doesn't seem to be a good reason for the underscore prefix.
* | | Reindent codeRodolfo Carvalho2017-03-212-18/+24
|/ /
* | Adding oc_group to lib_openshiftKenny Woodson2017-03-208-0/+2325
| |
* | Do not update when properties when not passed.Kenny Woodson2017-03-163-44/+222
| |
* | Fixing variable naming for 35 scoping.Kenny Woodson2017-03-1621-63/+63
| |
* | Merge pull request #3626 from mtnbikenc/module_renameOpenShift Bot2017-03-157-24/+24
|\ \ | | | | | | Merged by openshift-bot
| * | Renaming oadm_manage_node to oc_adm_manage_nodeRussell Teague2017-03-107-24/+24
| | |
* | | Merge pull request #3634 from kwoodson/raise_on_prep_failuresOpenShift Bot2017-03-152-8/+8
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Raise on dry-run failures.Kenny Woodson2017-03-132-8/+8
| |/ /
* / / 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-096-54/+5319
|\ \ | | | | | | Merged by openshift-bot
| * | Fixing the way policies are found. The old method was unreliable. This ↵Kenny Woodson2017-03-086-54/+5319
| | | | | | | | | | | | method searches all and matches on properties.
* | | Merge pull request #3590 from kwoodson/router_registry_unit_testsAndrew Butcher2017-03-0925-50/+914
|\ \ \ | |/ / |/| | Fix to OpenshiftCLIConfig to support an sorted keys. Removed redundant get.
| * | Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-0826-95/+97
| | |
| * | Fixed for linting.Kenny Woodson2017-03-082-5/+1
| | |
| * | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-0726-115/+420
| | | | | | | | | | | | 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-073-3/+21
|/ /
* | 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-068-578/+1051
| | | | | | | | 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-063-5/+10
| |
* | Updating the namespace param to None.Kenny Woodson2017-03-062-2/+2
| |
* | Regenerated code with latest yedit changes.Kenny Woodson2017-03-061-4/+11
| |
* | 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-063-49/+144
| |
* | Fixing lintersKenny Woodson2017-03-063-4/+3
| |
* | Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-063-8/+97
| |
* | Adding oc_project to lib_openshift.Kenny Woodson2017-03-067-0/+2085
| |
* | BZ1422348 - Don't install python-ruamel-yamlScott Dodson2017-03-032-12/+1
| | | | | | | | Just rely on PyYAML as a fallback and hope that's there
* | 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-024-4/+4
| | |
* | | oadm_policy_group/adm_policy_user modulejupierce2017-03-0210-0/+5030
| | |
* | | Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson2017-03-012-0/+6
| |/ |/| | | | | error in secure.
* | Merge pull request #3493 from kwoodson/registry_reencyrpt_routeScott Dodson2017-03-0123-143/+245
|\ \ | | | | | | Adding support for a route with reencrypt and certificates.
| * | Fixed failures on create when objects exist.Kenny Woodson2017-02-284-95/+163
| | |