summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class/oc_route.py
Commit message (Collapse)AuthorAgeFilesLines
* Update ansible-service-broker config to track latest brokerFabian von Feilitzsch2017-10-021-0/+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
* Only validate certificates that are passed to oc_routeZohar Galor2017-08-011-5/+2
| | | | | | In 3.6 destination ca certifate is not mandatory for tls_termination==reencrypt. Instead of validating that the certificate/key was passed, only validate the content or correct path, before sending request to API.
* Updating delete/recreate with replace --force.Kenny Woodson2017-02-281-8/+4
|
* Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-281-1/+1
| | | | reencrypt for route.
* Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-1/+7
|
* Fixing a bug by removing default debugKenny Woodson2017-02-171-1/+1
|
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-131-2/+1
|
* Adding port support for route.Kenny Woodson2017-02-081-2/+41
|
* Adding version to lib_openshiftKenny Woodson2017-01-201-5/+7
|
* Adding oc_edit module to lib_openshift.Kenny Woodson2017-01-171-0/+1
|
* lib_openshift modules. This is the first one. oc_route.Kenny Woodson2017-01-131-0/+167