summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7135 from abutcher/node-accept-failOpenShift Merge Robot2018-02-141-0/+7
|\
| * oc_adm_csr: Add fail_on_timeout parameter which causes module to fail when ti...Andrew Butcher2018-02-131-0/+7
* | Adding ability to yedit json files.Kenny Woodson2018-02-1329-174/+522
|/
* Fixing file write issue.Kenny Woodson2018-01-3129-29/+29
* ignore 'users' field in oc_group moduleJoel Diaz2018-01-251-1/+1
* Updating logging_facts to be able to pull values from config maps yaml files,...Eric Wolinetz2018-01-021-0/+74
* Merge pull request #6277 from fabianvf/asb-idempotence-cpickScott Dodson2017-12-013-1/+25
|\
| * Bug 1512793- Fix idempotence issues in ASB deployFabian von Feilitzsch2017-11-283-1/+25
* | Fix no_log warnings for custom moduleMichael Gugino2017-11-281-3/+3
|/
* Merge pull request #5729 from kwoodson/cluster_autoscalerOpenShift Merge Robot2017-11-161-0/+19
|\
| * Adding support for cluster-autoscaler roleKenny Woodson2017-10-111-0/+19
* | removing kind restrictions from oc_editKenny Woodson2017-11-091-14/+1
* | Merge pull request #5836 from jkroepke/issue_5835Scott Dodson2017-11-061-1/+1
|\ \
| * | Re-generate lib_openshiftJan-Otto Kröpke2017-10-251-1/+1
* | | Fix broken oc_secret update functionRastislav Barlik2017-10-281-1/+1
|/ /
* | Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-2/+14
|/
* Merge pull request #5314 from fabianvf/asb-config-updateOpenShift Merge Robot2017-10-044-5/+35
|\
| * Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-024-5/+35
* | lib/base: Allow for empty option valueJose A. Rivera2017-09-2929-29/+29
|/
* Returning actual results of yedit query. Empty list was returning empty dict.Kenny Woodson2017-09-2029-29/+29
* Merge pull request #3536 from giuseppe/system-containers-skopeoOpenShift Bot2017-09-051-2/+2
|\
| * oc_atomic_container: support Skopeo outputGiuseppe Scrivano2017-03-021-2/+2
* | Merge pull request #4887 from zgalor/fix_oc_route_certificate_validationScott Dodson2017-08-291-5/+2
|\ \
| * | Only validate certificates that are passed to oc_routeZohar Galor2017-08-011-5/+2
* | | Fix generated contentScott Dodson2017-08-231-5/+4
* | | Merge pull request #5112 from kwoodson/oc_adm_csrScott Dodson2017-08-231-0/+1650
|\ \ \
| * | | First attempt at creating the cert signer.Kenny Woodson2017-08-211-0/+1650
* | | | add dnf support to roles/openshift_health_checker/library/aos_version.pyAdam Miller2017-08-1628-140/+112
|/ / /
* | | Merge pull request #5006 from ivanhorvath/ocobjdumperScott Dodson2017-08-151-1/+10
|\ \ \
| * | | adding check to a yaml dump to work properly with new ruamel libIvan Horvath2017-08-091-1/+10
| |/ /
* | | Error check project creation.Kenny Woodson2017-08-101-0/+3
|/ /
* | Merge pull request #4933 from kwoodson/policy_to_bindingOpenShift Bot2017-07-293-46/+44
|\ \
| * | Remove cluster in favor of rolebindings.Kenny Woodson2017-07-283-46/+44
* | | Merge pull request #4879 from jcantrill/oc_pvcOpenShift Bot2017-07-281-5/+69
|\ \ \ | |/ / |/| |
| * | add selector and storage class name to oc_pvc moduleJeff Cantrill2017-07-271-5/+69
* | | Remove default provisioner.Kenny Woodson2017-07-241-6/+3
|/ /
* | Fixed spacing and lint errors.Kenny Woodson2017-07-171-3/+4
* | Fixed tests and added sleep for update.Kenny Woodson2017-07-141-0/+1
* | Fixing needs_update comparison. Added a small pause for race conditions. Fi...Kenny Woodson2017-07-141-9/+19
* | Adding storageclass support to lib_openshift.Kenny Woodson2017-07-141-0/+1676
* | oc_atomic_container: use rpm to check the version.Giuseppe Scrivano2017-06-261-1/+1
* | oc_atomic_container: Require 1.17.2Steve Milner2017-06-191-2/+11
* | First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa2017-06-141-2/+2
* | Merge pull request #4381 from jarrpa/non-zero-parseOpenShift Bot2017-06-1327-756/+432
|\ \
| * | lib/base: allow for results parsing on non-zero return codeJose A. Rivera2017-06-0827-756/+432
* | | Merge pull request #4380 from jarrpa/oc_obj-fixesOpenShift Bot2017-06-131-2/+8
|\ \ \
| * | | oc_obj: set _delete() rc to 0 if err is 'not found'Jose A. Rivera2017-06-061-1/+6
| * | | oc_obj: only check 'items' if exists in deleteJose A. Rivera2017-06-061-1/+2
| |/ /
* | | oc_secret: allow use of force for secret typeJose A. Rivera2017-06-071-5/+9
|/ /
* | oc_secret: allow for specifying secret typeJose A. Rivera2017-05-313-3/+26