]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: Use upstream default port
authorBoris Ranto <branto@redhat.com>
Tue, 9 Jul 2019 20:32:38 +0000 (22:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Jul 2019 09:49:35 +0000 (11:49 +0200)
We are currently using incorrect dashboard default port. The upstream
uses 8443 instead of 8234 by default. This should get us closer to the
upstream project.

Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 21758fcee847fac1146cc784ff93088139afed6b)

group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 3edcdb17e79560c327945ce5f5d354c1fa29bc11..93ddfa4bc108ecc5b99eb169dbdd0ea517bca202 100644 (file)
@@ -704,7 +704,7 @@ dummy:
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
 #dashboard_protocol: http
-#dashboard_port: 8234
+#dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_password: admin
 # We only need this for SSL (https) connections
index 14a97663b103c2196bd495f8894ee02f40fcd2df..1fda8a7be9f4d5a68c16ebb8c3cb964acaa8da7a 100644 (file)
@@ -704,7 +704,7 @@ ceph_docker_registry: "registry.access.redhat.com"
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
 #dashboard_protocol: http
-#dashboard_port: 8234
+#dashboard_port: 8443
 #dashboard_admin_user: admin
 #dashboard_admin_password: admin
 # We only need this for SSL (https) connections
index cf936639d5989cb880eb6e111f10469f0feff688..70ac28a446def4967f2b99d7968711c0a1ebf61c 100644 (file)
@@ -696,7 +696,7 @@ dashboard_enabled: False
 # Choose http or https
 # For https, you should set dashboard.crt/key and grafana.crt/key
 dashboard_protocol: http
-dashboard_port: 8234
+dashboard_port: 8443
 dashboard_admin_user: admin
 dashboard_admin_password: admin
 # We only need this for SSL (https) connections