mirror of https://github.com/ceph/ceph-ansible.git
dashboard: move defaults variables to ceph-defaults
There is no need to have default values for these variables in each roles
since there is no corresponding host groups
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 9f0d4d6847
)
pull/3999/head
v4.0.0rc8
parent
e29fd842a6
commit
1e2f8cd909
|
@ -696,6 +696,49 @@ dummy:
|
||||||
# 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: 8234
|
||||||
|
#dashboard_admin_user: admin
|
||||||
|
#dashboard_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
#dashboard_crt: ''
|
||||||
|
#dashboard_key: ''
|
||||||
|
#dashboard_rgw_api_user_id: ceph-dashboard
|
||||||
|
#dashboard_rgw_api_host: ''
|
||||||
|
#dashboard_rgw_api_port: ''
|
||||||
|
#dashboard_rgw_api_scheme: ''
|
||||||
|
#dashboard_rgw_api_admin_resource: ''
|
||||||
|
#dashboard_rgw_api_no_ssl_verify: False
|
||||||
|
#node_exporter_container_image: prom/node-exporter:latest
|
||||||
|
#grafana_admin_user: admin
|
||||||
|
#grafana_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
#grafana_crt: ''
|
||||||
|
#grafana_key: ''
|
||||||
|
#grafana_container_image: "grafana/grafana:latest"
|
||||||
|
#grafana_container_cpu_period: 100000
|
||||||
|
#grafana_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#grafana_container_memory: 4
|
||||||
|
#grafana_uid: 472
|
||||||
|
#grafana_datasource: Dashboard
|
||||||
|
#grafana_dashboards_path: "/etc/grafana/dashboards/ceph-dashboard"
|
||||||
|
#grafana_plugins:
|
||||||
|
# - vonage-status-panel
|
||||||
|
# - grafana-piechart-panel
|
||||||
|
#prometheus_container_image: prom/prometheus:latest
|
||||||
|
#prometheus_container_cpu_period: 100000
|
||||||
|
#prometheus_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#prometheus_container_memory: 4
|
||||||
|
#prometheus_data_dir: /var/lib/prometheus
|
||||||
|
#prometheus_conf_dir: /etc/prometheus
|
||||||
|
#prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||||
|
#alertmanager_container_image: prom/alertmanager:latest
|
||||||
|
#alertmanager_container_cpu_period: 100000
|
||||||
|
#alertmanager_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#alertmanager_container_memory: 4
|
||||||
|
#alertmanager_data_dir: /var/lib/alertmanager
|
||||||
|
#alertmanager_conf_dir: /etc/alertmanager
|
||||||
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
|
|
@ -696,6 +696,49 @@ ceph_docker_registry: "registry.access.redhat.com"
|
||||||
# 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: 8234
|
||||||
|
#dashboard_admin_user: admin
|
||||||
|
#dashboard_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
#dashboard_crt: ''
|
||||||
|
#dashboard_key: ''
|
||||||
|
#dashboard_rgw_api_user_id: ceph-dashboard
|
||||||
|
#dashboard_rgw_api_host: ''
|
||||||
|
#dashboard_rgw_api_port: ''
|
||||||
|
#dashboard_rgw_api_scheme: ''
|
||||||
|
#dashboard_rgw_api_admin_resource: ''
|
||||||
|
#dashboard_rgw_api_no_ssl_verify: False
|
||||||
|
#node_exporter_container_image: prom/node-exporter:latest
|
||||||
|
#grafana_admin_user: admin
|
||||||
|
#grafana_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
#grafana_crt: ''
|
||||||
|
#grafana_key: ''
|
||||||
|
#grafana_container_image: "grafana/grafana:latest"
|
||||||
|
#grafana_container_cpu_period: 100000
|
||||||
|
#grafana_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#grafana_container_memory: 4
|
||||||
|
#grafana_uid: 472
|
||||||
|
#grafana_datasource: Dashboard
|
||||||
|
#grafana_dashboards_path: "/etc/grafana/dashboards/ceph-dashboard"
|
||||||
|
#grafana_plugins:
|
||||||
|
# - vonage-status-panel
|
||||||
|
# - grafana-piechart-panel
|
||||||
|
#prometheus_container_image: prom/prometheus:latest
|
||||||
|
#prometheus_container_cpu_period: 100000
|
||||||
|
#prometheus_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#prometheus_container_memory: 4
|
||||||
|
#prometheus_data_dir: /var/lib/prometheus
|
||||||
|
#prometheus_conf_dir: /etc/prometheus
|
||||||
|
#prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||||
|
#alertmanager_container_image: prom/alertmanager:latest
|
||||||
|
#alertmanager_container_cpu_period: 100000
|
||||||
|
#alertmanager_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
#alertmanager_container_memory: 4
|
||||||
|
#alertmanager_data_dir: /var/lib/alertmanager
|
||||||
|
#alertmanager_conf_dir: /etc/alertmanager
|
||||||
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
dashboard_admin_user: admin
|
|
||||||
dashboard_admin_password: admin
|
|
||||||
# We only need this for SSL (https) connections
|
|
||||||
dashboard_crt: ''
|
|
||||||
dashboard_key: ''
|
|
||||||
dashboard_rgw_api_user_id: ceph-dashboard
|
|
||||||
dashboard_rgw_api_host: ''
|
|
||||||
dashboard_rgw_api_port: ''
|
|
||||||
dashboard_rgw_api_scheme: ''
|
|
||||||
dashboard_rgw_api_admin_resource: ''
|
|
||||||
dashboard_rgw_api_no_ssl_verify: False
|
|
|
@ -688,6 +688,49 @@ dashboard_enabled: False
|
||||||
# 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: 8234
|
||||||
|
dashboard_admin_user: admin
|
||||||
|
dashboard_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
dashboard_crt: ''
|
||||||
|
dashboard_key: ''
|
||||||
|
dashboard_rgw_api_user_id: ceph-dashboard
|
||||||
|
dashboard_rgw_api_host: ''
|
||||||
|
dashboard_rgw_api_port: ''
|
||||||
|
dashboard_rgw_api_scheme: ''
|
||||||
|
dashboard_rgw_api_admin_resource: ''
|
||||||
|
dashboard_rgw_api_no_ssl_verify: False
|
||||||
|
node_exporter_container_image: prom/node-exporter:latest
|
||||||
|
grafana_admin_user: admin
|
||||||
|
grafana_admin_password: admin
|
||||||
|
# We only need this for SSL (https) connections
|
||||||
|
grafana_crt: ''
|
||||||
|
grafana_key: ''
|
||||||
|
grafana_container_image: "grafana/grafana:latest"
|
||||||
|
grafana_container_cpu_period: 100000
|
||||||
|
grafana_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
grafana_container_memory: 4
|
||||||
|
grafana_uid: 472
|
||||||
|
grafana_datasource: Dashboard
|
||||||
|
grafana_dashboards_path: "/etc/grafana/dashboards/ceph-dashboard"
|
||||||
|
grafana_plugins:
|
||||||
|
- vonage-status-panel
|
||||||
|
- grafana-piechart-panel
|
||||||
|
prometheus_container_image: prom/prometheus:latest
|
||||||
|
prometheus_container_cpu_period: 100000
|
||||||
|
prometheus_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
prometheus_container_memory: 4
|
||||||
|
prometheus_data_dir: /var/lib/prometheus
|
||||||
|
prometheus_conf_dir: /etc/prometheus
|
||||||
|
prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
||||||
|
alertmanager_container_image: prom/alertmanager:latest
|
||||||
|
alertmanager_container_cpu_period: 100000
|
||||||
|
alertmanager_container_cpu_cores: 2
|
||||||
|
# container_memory is in GB
|
||||||
|
alertmanager_container_memory: 4
|
||||||
|
alertmanager_data_dir: /var/lib/alertmanager
|
||||||
|
alertmanager_conf_dir: /etc/alertmanager
|
||||||
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
grafana_admin_user: admin
|
|
||||||
grafana_admin_password: admin
|
|
||||||
# We only need this for SSL (https) connections
|
|
||||||
grafana_crt: ''
|
|
||||||
grafana_key: ''
|
|
||||||
grafana_container_image: "grafana/grafana:latest"
|
|
||||||
grafana_container_cpu_period: 100000
|
|
||||||
grafana_container_cpu_cores: 2
|
|
||||||
# container_memory is in GB
|
|
||||||
grafana_container_memory: 4
|
|
||||||
grafana_uid: 472
|
|
||||||
grafana_datasource: Dashboard
|
|
||||||
grafana_dashboards_path: "/etc/grafana/dashboards/ceph-dashboard"
|
|
||||||
grafana_plugins:
|
|
||||||
- vonage-status-panel
|
|
||||||
- grafana-piechart-panel
|
|
|
@ -1,2 +0,0 @@
|
||||||
---
|
|
||||||
node_exporter_container_image: prom/node-exporter:latest
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
prometheus_container_image: prom/prometheus:latest
|
|
||||||
prometheus_container_cpu_period: 100000
|
|
||||||
prometheus_container_cpu_cores: 2
|
|
||||||
# container_memory is in GB
|
|
||||||
prometheus_container_memory: 4
|
|
||||||
prometheus_data_dir: /var/lib/prometheus
|
|
||||||
prometheus_conf_dir: /etc/prometheus
|
|
||||||
prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image
|
|
||||||
|
|
||||||
alertmanager_container_image: prom/alertmanager:latest
|
|
||||||
alertmanager_container_cpu_period: 100000
|
|
||||||
alertmanager_container_cpu_cores: 2
|
|
||||||
# container_memory is in GB
|
|
||||||
alertmanager_container_memory: 4
|
|
||||||
alertmanager_data_dir: /var/lib/alertmanager
|
|
||||||
alertmanager_conf_dir: /etc/alertmanager
|
|
Loading…
Reference in New Issue