summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/generate_certs.yaml
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2017-05-02 14:40:11 -0600
committerRich Megginson <rmeggins@redhat.com>2017-05-31 14:36:03 -0600
commitecb9b40a0c5d5f9353722b0373b559284cae7798 (patch)
treea2384baea11fde08acd56897922af12c0aa8c8b1 /roles/openshift_logging/tasks/generate_certs.yaml
parentd175973070a4dce2055678f9309d2f74517d461e (diff)
downloadopenshift-ecb9b40a0c5d5f9353722b0373b559284cae7798.tar.gz
openshift-ecb9b40a0c5d5f9353722b0373b559284cae7798.tar.bz2
openshift-ecb9b40a0c5d5f9353722b0373b559284cae7798.tar.xz
openshift-ecb9b40a0c5d5f9353722b0373b559284cae7798.zip
add mux docs; allow to specify mux namespaces
This adds the necessary documentation for the mux parameters and behavior. This also adds new parameters which allow to specify the namespaces mux must create by default, and which can be optionally added. This casts openshift_logging_use_mux to bool wherever it is used as a boolean. Also - use oc_service `labels` and `external_ips` which are now available.
Diffstat (limited to 'roles/openshift_logging/tasks/generate_certs.yaml')
-rw-r--r--roles/openshift_logging/tasks/generate_certs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging/tasks/generate_certs.yaml b/roles/openshift_logging/tasks/generate_certs.yaml
index dceedcd78..035acd220 100644
--- a/roles/openshift_logging/tasks/generate_certs.yaml
+++ b/roles/openshift_logging/tasks/generate_certs.yaml
@@ -125,7 +125,7 @@
- system.logging.mux
loop_control:
loop_var: node_name
- when: openshift_logging_use_mux
+ when: openshift_logging_use_mux | bool
- name: Generate PEM cert for Elasticsearch external route
include: generate_pems.yaml component={{node_name}}