summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_secret.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken oc_secret update functionRastislav Barlik2017-10-281-1/+1
|
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-021-2/+1
| | | | | | | | | | | | | bring ansible service broker up to date with bearer token changes etcd -> 0.0.0.0 add auth information to broker resource in catalog add sandbox role to config simplify defaults add labels to oc_route use new oc_route label field Fix parameter ordering add port back Fix secret syntax
* oc_secret: allow use of force for secret typeJose A. Rivera2017-06-071-5/+9
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* oc_secret: allow for specifying secret typeJose A. Rivera2017-05-311-0/+7
| | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* Replace has_key in new modulesSteve Milner2017-02-201-1/+1
| | | | | | | The dict.has_key has been removed in Python 3. However, both Python 2 and 3 support: if needle in dict
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-131-4/+1
|
* Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-081-4/+4
|
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-251-0/+202