summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/ansible/oc_adm_router.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix no_log warnings for custom moduleMichael Gugino2017-11-281-3/+3
| | | | | We need to set no_log for password and private_key variables.
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-1/+1
| | | | | | | | | | | | 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.
* Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson2017-02-221-0/+1
|
* if no key, cert, cacert, or default_cert is passed then do not pass to ocKenny Woodson2017-02-211-0/+1
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-1/+5
|
* Renaming registry and router roles to oc_adm_Kenny Woodson2017-02-201-0/+63