From 9021c29b61ffbb14e3177b6d7b4e3c3bd7bc3f82 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Mon, 9 Dec 2019 18:20:16 +0000 Subject: [PATCH] Add comment on auto-SSL cert generation Fixes: #4830 Signed-off-by: Philip Brown --- group_vars/all.yml.sample | 2 ++ group_vars/rhcs.yml.sample | 2 ++ roles/ceph-defaults/defaults/main.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 87663cd58..c913666cb 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -705,6 +705,8 @@ dummy: #dashboard_enabled: True # Choose http or https # For https, you should set dashboard.crt/key and grafana.crt/key +# If you define the dashboard_crt and dashboard_key variables, but leave them as '', +# then we will autogenerate a cert and keyfile #dashboard_protocol: http #dashboard_port: 8443 #dashboard_admin_user: admin diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index aaa90d6a9..f64892dbf 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -705,6 +705,8 @@ ceph_docker_registry_auth: true #dashboard_enabled: True # Choose http or https # For https, you should set dashboard.crt/key and grafana.crt/key +# If you define the dashboard_crt and dashboard_key variables, but leave them as '', +# then we will autogenerate a cert and keyfile #dashboard_protocol: http #dashboard_port: 8443 #dashboard_admin_user: admin diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index b2a3a347b..73b49dd94 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -697,6 +697,8 @@ openstack_keys: dashboard_enabled: True # Choose http or https # For https, you should set dashboard.crt/key and grafana.crt/key +# If you define the dashboard_crt and dashboard_key variables, but leave them as '', +# then we will autogenerate a cert and keyfile dashboard_protocol: http dashboard_port: 8443 dashboard_admin_user: admin