| Commit message (Expand) | Author | Age | Files | Lines |
* | test_oc_scale: add more scale test cases | Vadim Rutkovsky | 2018-01-02 | 1 | -0/+337 |
* | test_oc_scale: fix test docstrings | Vadim Rutkovsky | 2018-01-02 | 1 | -7/+7 |
* | Bug 1512793- Fix idempotence issues in ASB deploy | Fabian von Feilitzsch | 2017-11-28 | 1 | -0/+4 |
* | Update ansible-service-broker config to track latest broker | Fabian von Feilitzsch | 2017-10-02 | 1 | -2/+9 |
* | Rename filter_plugins to unique names | Russell Teague | 2017-09-27 | 1 | -0/+0 |
* | Cleanup old deployment types | Michael Gugino | 2017-09-20 | 2 | -5/+5 |
* | First attempt at creating the cert signer. | Kenny Woodson | 2017-08-21 | 1 | -0/+28 |
* | add selector and storage class name to oc_pvc module | Jeff Cantrill | 2017-07-27 | 2 | -0/+39 |
* | Fixed tests and added sleep for update. | Kenny Woodson | 2017-07-14 | 1 | -2/+2 |
* | Adding storageclass support to lib_openshift. | Kenny Woodson | 2017-07-14 | 2 | -0/+180 |
* | oc_secret: allow use of force for secret type | Jose A. Rivera | 2017-06-07 | 1 | -0/+1 |
* | oc_secret: allow for specifying secret type | Jose A. Rivera | 2017-05-31 | 1 | -1/+2 |
* | add support for oc_service for labels, externalIPs | Rich Megginson | 2017-05-30 | 4 | -2/+191 |
* | Remove vim configuration from Python files | Rodolfo Carvalho | 2017-05-09 | 1 | -1/+0 |
* | Don't double quote when conditions | Scott Dodson | 2017-05-01 | 2 | -2/+2 |
* | Remove jinja template delimeters from when conditions | Scott Dodson | 2017-05-01 | 2 | -2/+2 |
* | Fix OpenShift registry deployment on OSE 3.2 | Lénaïc Huard | 2017-04-25 | 1 | -1/+1 |
* | Use return_value when value is constant | Pierre-Louis Bonicoli | 2017-04-18 | 1 | -8/+2 |
* | Add missing mock for locate_oc_binary method | Pierre-Louis Bonicoli | 2017-04-18 | 3 | -6/+37 |
* | Adding ability to delete by selector. | Kenny Woodson | 2017-04-05 | 1 | -0/+207 |
* | Fixing linting for spaces. | Kenny Woodson | 2017-03-29 | 1 | -1/+0 |
* | Adding clusterrole to the toolbox. | Kenny Woodson | 2017-03-28 | 2 | -0/+222 |
* | Merge pull request #3758 from kwoodson/ocimage | OpenShift Bot | 2017-03-27 | 1 | -0/+280 |
|\ |
|
| * | Fixing up test cases, linting, and added a return. | Kenny Woodson | 2017-03-23 | 1 | -84/+114 |
| * | first step in ocimage | Ivan Horvath | 2017-03-23 | 1 | -0/+250 |
* | | Merge pull request #3345 from joelddiaz/oc_user | OpenShift Bot | 2017-03-27 | 2 | -0/+367 |
|\ \ |
|
| * | | fix up things flagged by flake8 | Joel Diaz | 2017-03-21 | 1 | -1/+1 |
| * | | clean up and clarify docs/comments | Joel Diaz | 2017-03-21 | 2 | -5/+15 |
| * | | add oc_user ansible module | Joel Diaz | 2017-03-21 | 2 | -0/+357 |
* | | | Merge pull request #3721 from kwoodson/oc_configmap | OpenShift Bot | 2017-03-24 | 2 | -0/+334 |
|\ \ \ |
|
| * | | | Updated comment. | Kenny Woodson | 2017-03-21 | 1 | -1/+1 |
| * | | | Fixed doc. Updated test to change existing key. Updated module spec for req... | Kenny Woodson | 2017-03-21 | 1 | -1/+2 |
| * | | | Adding oc_configmap to lib_openshift. | Kenny Woodson | 2017-03-21 | 2 | -0/+333 |
* | | | | Merge pull request #3698 from kwoodson/oc_pvc | OpenShift Bot | 2017-03-23 | 1 | -0/+366 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Adding tests to increase TC. | Kenny Woodson | 2017-03-22 | 1 | -0/+163 |
| * | | | Adding a pvc create test case. | Kenny Woodson | 2017-03-20 | 1 | -0/+203 |
| |/ / |
|
* | | | Fixed linting and configmap_name param | Kenny Woodson | 2017-03-22 | 1 | -5/+7 |
* | | | Adding configmap support and adding tests. | Kenny Woodson | 2017-03-21 | 1 | -13/+258 |
* | | | Adding oc_volume to lib_openshift. | Kenny Woodson | 2017-03-21 | 1 | -0/+386 |
| |/
|/| |
|
* | | Fix copy-pasta docstrings | Rodolfo Carvalho | 2017-03-21 | 2 | -2/+2 |
|/ |
|
* | Adding oc_group to lib_openshift | Kenny Woodson | 2017-03-20 | 2 | -0/+482 |
* | Do not update when properties when not passed. | Kenny Woodson | 2017-03-16 | 1 | -14/+184 |
* | Renaming oadm_manage_node to oc_adm_manage_node | Russell Teague | 2017-03-10 | 2 | -11/+11 |
* | Merge pull request #3590 from kwoodson/router_registry_unit_tests | Andrew Butcher | 2017-03-09 | 2 | -0/+843 |
|\ |
|
| * | Removing ordereddict. Replaced with sorted keys. | Kenny Woodson | 2017-03-08 | 2 | -7/+9 |
| * | Fixed for linting. | Kenny Woodson | 2017-03-08 | 2 | -5/+1 |
| * | Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ... | Kenny Woodson | 2017-03-07 | 3 | -90/+374 |
| * | Adding test_oc_adm_router. | Kenny Woodson | 2017-03-07 | 1 | -0/+476 |
| * | Adding router test. | Kenny Woodson | 2017-03-07 | 1 | -0/+85 |
* | | Generic message directing people to contact support | Scott Dodson | 2017-03-07 | 1 | -1/+1 |
|/ |
|