mirror of https://github.com/ceph/ceph-ansible.git
dashboard: Use upstream default port
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 21758fcee8
)
pull/4219/head
parent
3bdcbb005f
commit
5d5e7d59fd
|
@ -704,7 +704,7 @@ dummy:
|
||||||
# Choose http or https
|
# Choose http or https
|
||||||
# For https, you should set dashboard.crt/key and grafana.crt/key
|
# For https, you should set dashboard.crt/key and grafana.crt/key
|
||||||
#dashboard_protocol: http
|
#dashboard_protocol: http
|
||||||
#dashboard_port: 8234
|
#dashboard_port: 8443
|
||||||
#dashboard_admin_user: admin
|
#dashboard_admin_user: admin
|
||||||
#dashboard_admin_password: admin
|
#dashboard_admin_password: admin
|
||||||
# We only need this for SSL (https) connections
|
# We only need this for SSL (https) connections
|
||||||
|
|
|
@ -704,7 +704,7 @@ ceph_docker_registry: "registry.access.redhat.com"
|
||||||
# Choose http or https
|
# Choose http or https
|
||||||
# For https, you should set dashboard.crt/key and grafana.crt/key
|
# For https, you should set dashboard.crt/key and grafana.crt/key
|
||||||
#dashboard_protocol: http
|
#dashboard_protocol: http
|
||||||
#dashboard_port: 8234
|
#dashboard_port: 8443
|
||||||
#dashboard_admin_user: admin
|
#dashboard_admin_user: admin
|
||||||
#dashboard_admin_password: admin
|
#dashboard_admin_password: admin
|
||||||
# We only need this for SSL (https) connections
|
# We only need this for SSL (https) connections
|
||||||
|
|
|
@ -696,7 +696,7 @@ dashboard_enabled: False
|
||||||
# Choose http or https
|
# Choose http or https
|
||||||
# For https, you should set dashboard.crt/key and grafana.crt/key
|
# For https, you should set dashboard.crt/key and grafana.crt/key
|
||||||
dashboard_protocol: http
|
dashboard_protocol: http
|
||||||
dashboard_port: 8234
|
dashboard_port: 8443
|
||||||
dashboard_admin_user: admin
|
dashboard_admin_user: admin
|
||||||
dashboard_admin_password: admin
|
dashboard_admin_password: admin
|
||||||
# We only need this for SSL (https) connections
|
# We only need this for SSL (https) connections
|
||||||
|
|
Loading…
Reference in New Issue