| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing file write issue. | Kenny Woodson | 2018-01-31 | 1 | -1/+1 |
* | ignore 'users' field in oc_group module | Joel Diaz | 2018-01-25 | 1 | -1/+1 |
* | 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 |
* | Merge pull request #6277 from fabianvf/asb-idempotence-cpick | Scott Dodson | 2017-12-01 | 5 | -1/+19 |
|\ |
|
| * | Bug 1512793- Fix idempotence issues in ASB deploy | Fabian von Feilitzsch | 2017-11-28 | 5 | -1/+19 |
* | | Fix no_log warnings for custom module | Michael Gugino | 2017-11-28 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #5729 from kwoodson/cluster_autoscaler | OpenShift Merge Robot | 2017-11-16 | 3 | -0/+19 |
|\ |
|
| * | Adding support for cluster-autoscaler role | Kenny Woodson | 2017-10-11 | 3 | -0/+19 |
* | | removing kind restrictions from oc_edit | Kenny Woodson | 2017-11-09 | 1 | -14/+1 |
* | | Merge pull request #5836 from jkroepke/issue_5835 | Scott Dodson | 2017-11-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove provisioner restrictions on oc_storageclass | Jan-Otto Kröpke | 2017-10-22 | 1 | -1/+1 |
* | | | Fix broken oc_secret update function | Rastislav Barlik | 2017-10-28 | 1 | -1/+1 |
|/ / |
|
* / | Do not remove files for bootstrap if resolv or dns. | Kenny Woodson | 2017-10-17 | 1 | -2/+14 |
|/ |
|
* | Merge pull request #5314 from fabianvf/asb-config-update | OpenShift Merge Robot | 2017-10-04 | 9 | -5/+34 |
|\ |
|
| * | Update ansible-service-broker config to track latest broker | Fabian von Feilitzsch | 2017-10-02 | 9 | -5/+34 |
* | | lib/base: Allow for empty option value | Jose A. Rivera | 2017-09-29 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | Merge pull request #3536 from giuseppe/system-containers-skopeo | OpenShift Bot | 2017-09-05 | 1 | -2/+2 |
|\ |
|
| * | oc_atomic_container: support Skopeo output | Giuseppe Scrivano | 2017-03-02 | 1 | -2/+2 |
* | | Merge pull request #4887 from zgalor/fix_oc_route_certificate_validation | Scott Dodson | 2017-08-29 | 1 | -5/+2 |
|\ \ |
|
| * | | Only validate certificates that are passed to oc_route | Zohar Galor | 2017-08-01 | 1 | -5/+2 |
* | | | Merge pull request #5112 from kwoodson/oc_adm_csr | Scott Dodson | 2017-08-23 | 5 | -0/+351 |
|\ \ \ |
|
| * | | | First attempt at creating the cert signer. | Kenny Woodson | 2017-08-21 | 5 | -0/+351 |
* | | | | add dnf support to roles/openshift_health_checker/library/aos_version.py | Adam Miller | 2017-08-16 | 1 | -5/+4 |
|/ / / |
|
* | | | Merge pull request #5006 from ivanhorvath/ocobjdumper | Scott Dodson | 2017-08-15 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | adding check to a yaml dump to work properly with new ruamel lib | Ivan Horvath | 2017-08-09 | 1 | -1/+10 |
| |/ / |
|
* / / | Error check project creation. | Kenny Woodson | 2017-08-10 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #4933 from kwoodson/policy_to_binding | OpenShift Bot | 2017-07-29 | 3 | -46/+44 |
|\ \ |
|
| * | | Remove cluster in favor of rolebindings. | Kenny Woodson | 2017-07-28 | 3 | -46/+44 |
* | | | Merge pull request #4879 from jcantrill/oc_pvc | OpenShift Bot | 2017-07-28 | 6 | -5/+108 |
|\ \ \
| |/ /
|/| | |
|
| * | | add selector and storage class name to oc_pvc module | Jeff Cantrill | 2017-07-27 | 6 | -5/+108 |
* | | | Remove default provisioner. | Kenny Woodson | 2017-07-24 | 2 | -6/+3 |
|/ / |
|
* | | Fixed spacing and lint errors. | Kenny Woodson | 2017-07-17 | 2 | -3/+4 |
* | | Fixed tests and added sleep for update. | Kenny Woodson | 2017-07-14 | 2 | -2/+3 |
* | | Fixing needs_update comparison. Added a small pause for race conditions. Fi... | Kenny Woodson | 2017-07-14 | 3 | -9/+19 |
* | | Adding storageclass support to lib_openshift. | Kenny Woodson | 2017-07-14 | 7 | -0/+528 |
* | | oc_atomic_container: use rpm to check the version. | Giuseppe Scrivano | 2017-06-26 | 1 | -1/+1 |
* | | oc_atomic_container: Require 1.17.2 | Steve Milner | 2017-06-19 | 1 | -2/+11 |
* | | First POC of a CFME turnkey solution in openshift-anisble | Tim Bielawa | 2017-06-14 | 1 | -2/+2 |
* | | Merge pull request #4381 from jarrpa/non-zero-parse | OpenShift Bot | 2017-06-13 | 1 | -28/+16 |
|\ \ |
|
| * | | lib/base: allow for results parsing on non-zero return code | Jose A. Rivera | 2017-06-08 | 1 | -28/+16 |
* | | | Merge pull request #4380 from jarrpa/oc_obj-fixes | OpenShift Bot | 2017-06-13 | 1 | -2/+8 |
|\ \ \ |
|
| * | | | oc_obj: set _delete() rc to 0 if err is 'not found' | Jose A. Rivera | 2017-06-06 | 1 | -1/+6 |
| * | | | oc_obj: only check 'items' if exists in delete | Jose A. Rivera | 2017-06-06 | 1 | -1/+2 |
| |/ / |
|
* / / | oc_secret: allow use of force for secret type | Jose A. Rivera | 2017-06-07 | 2 | -5/+10 |
|/ / |
|
* | | oc_secret: allow for specifying secret type | Jose A. Rivera | 2017-05-31 | 5 | -2/+20 |
* | | Merge pull request #4091 from richm/oc_service-labels-externalIPs | Scott Dodson | 2017-05-31 | 13 | -18/+282 |
|\ \ |
|
| * | | add support for oc_service for labels, externalIPs | Rich Megginson | 2017-05-30 | 13 | -18/+282 |