summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/lib/service.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1512793- Fix idempotence issues in ASB deployFabian von Feilitzsch2017-11-281-0/+5
| | | | | | | - Add support for annotations in oc_service - Use oc_service instead of oc_obj - Use oc_pvc instead of oc_obj - Work around lack of idempotency for oc_obj DeploymentConfig
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-3/+58
| | | | | | | | | | | | Add support for `labels` and `externalIPs` in Services This also adds support for the `labels` parameter of `oadm registry` and `oadm router` to be a `dict` of values. This also converts `labels` dict values in the router and registry classes into a comma delimited list of `key=value` pairs. The list of `--labels` is sorted for consistency in key pair positioning in the output (and for consistency in testing) - otherwise, the order of the list is not guarantee and has actually been observed to be different from run to run.
* Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-281-0/+5
| | | | reencrypt for route.
* Fixing copy pasta comments. Fixed required in docs.Kenny Woodson2017-02-011-2/+2
|
* Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-311-0/+2
|
* Adding oc_service to lib_openshift.Kenny Woodson2017-01-311-0/+124