| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spacing and lint errors. | Kenny Woodson | 2017-07-17 | 1 | -3/+4 |
* | Fixed tests and added sleep for update. | Kenny Woodson | 2017-07-14 | 1 | -0/+1 |
* | Fixing needs_update comparison. Added a small pause for race conditions. Fi... | Kenny Woodson | 2017-07-14 | 1 | -9/+19 |
* | Adding storageclass support to lib_openshift. | Kenny Woodson | 2017-07-14 | 1 | -0/+1676 |
* | 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 | 27 | -756/+432 |
|\ |
|
| * | lib/base: allow for results parsing on non-zero return code | Jose A. Rivera | 2017-06-08 | 27 | -756/+432 |
* | | 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 | 1 | -5/+9 |
|/ |
|
* | oc_secret: allow for specifying secret type | Jose A. Rivera | 2017-05-31 | 3 | -3/+26 |
* | Merge pull request #4091 from richm/oc_service-labels-externalIPs | Scott Dodson | 2017-05-31 | 27 | -230/+649 |
|\ |
|
| * | add support for oc_service for labels, externalIPs | Rich Megginson | 2017-05-30 | 27 | -230/+649 |
* | | oc_atomic_container: Workaround for invalid json from atomic command | Steve Milner | 2017-05-25 | 1 | -1/+3 |
* | | oc_atomic_container: Hard code system-package=no | Steve Milner | 2017-05-25 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #4244 from jarrpa/oc_process-err | OpenShift Bot | 2017-05-24 | 1 | -1/+1 |
|\ |
|
| * | oc_process: Better error output on failed template() call | Jose A. Rivera | 2017-05-19 | 1 | -1/+1 |
* | | lib/base: Allow for more complex template params | Jose A. Rivera | 2017-05-19 | 27 | -27/+27 |
|/ |
|
* | Filter non-strings from the oc_adm_ca_server_cert hostnames parameter. | Andrew Butcher | 2017-05-15 | 1 | -0/+8 |
* | Merge pull request #4030 from liggitt/reserved-namespaces | OpenShift Bot | 2017-05-12 | 1 | -0/+2 |
|\ |
|
| * | Reserve kubernetes and 'kubernetes-' prefixed namespaces | Jordan Liggitt | 2017-04-27 | 1 | -0/+2 |
* | | Merge pull request #4156 from mwoodson/fix_yedit_seps | OpenShift Bot | 2017-05-11 | 27 | -27/+27 |
|\ \ |
|
| * | | Fix for yedit custom separators | Matt Woodson | 2017-05-10 | 27 | -27/+27 |
* | | | Merge pull request #3967 from jarrpa/oc_volume-doc | OpenShift Bot | 2017-05-10 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | oc_volume: Add missing parameter documentation | Jose A. Rivera | 2017-04-21 | 1 | -0/+12 |
* | | | Updating oc_obj to use get instead of getattr | ewolinetz | 2017-05-08 | 1 | -1/+1 |
* | | | Allow oc_ modules to pass unicode results | Russell Teague | 2017-05-03 | 27 | -27/+27 |
* | | | Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2 | OpenShift Bot | 2017-04-28 | 1 | -16/+25 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix OpenShift registry deployment on OSE 3.2 | Lénaïc Huard | 2017-04-25 | 1 | -16/+25 |
* | | | Merge pull request #3968 from jarrpa/oc_obj-kinds | OpenShift Bot | 2017-04-25 | 1 | -7/+4 |
|\ \ \ |
|
| * | | | oc_obj: Allow for multiple kinds in delete | Jose A. Rivera | 2017-04-21 | 1 | -7/+4 |
| |/ / |
|
* / / | Removing resource version to remove object conflicts caused by race conditions. | Kenny Woodson | 2017-04-21 | 27 | -0/+189 |
|/ / |
|
* / | Adding module calls instead of command for idempotency. | Kenny Woodson | 2017-04-19 | 2 | -6/+10 |
|/ |
|
* | Fixing a compatibility issue with python 2.7 to 3.5 when reading from subproc... | Kenny Woodson | 2017-04-10 | 1 | -1/+1 |
* | Fixed a bug when oc command fails. | Kenny Woodson | 2017-04-06 | 1 | -1/+1 |
* | Merge pull request #3840 from kwoodson/oc_obj_delete_selector | Scott Dodson | 2017-04-06 | 27 | -481/+598 |
|\ |
|
| * | Fixed a string format and a lint space issue | Kenny Woodson | 2017-04-05 | 1 | -2/+2 |
| * | Fixed | Kenny Woodson | 2017-04-05 | 2 | -2/+2 |
| * | Adding ability to delete by selector. | Kenny Woodson | 2017-04-05 | 27 | -471/+576 |
| * | Adding delete with selector support. | Kenny Woodson | 2017-04-05 | 1 | -12/+24 |
* | | Merge pull request #3821 from kwoodson/default_router_cert | OpenShift Bot | 2017-04-05 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Adding signed router cert and fixing server_cert bug. | Kenny Woodson | 2017-04-04 | 1 | -0/+3 |
* | | Merge pull request #3850 from kwoodson/skip_generated_tc | OpenShift Bot | 2017-04-05 | 27 | -81/+81 |
|\ \ |
|
| * | | Removing test coverage for shared code. | Kenny Woodson | 2017-04-04 | 27 | -81/+81 |
| |/ |
|
* | | Merge pull request #3841 from jarrpa/oc_label-get-fix | OpenShift Bot | 2017-04-04 | 1 | -2/+2 |
|\ \ |
|
| * | | oc_label: handle case where _get() returns no results | Jose A. Rivera | 2017-04-03 | 1 | -2/+2 |
* | | | Merge pull request #3837 from jarrpa/oc_configmap-check | OpenShift Bot | 2017-04-04 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|