diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index d74c254c87..f872bb2efb 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -65,6 +65,10 @@ parameters: type: boolean default: false description: Parameter used to trigger the dashboard deployment. + NodeExporterContainerImage: + description: Ceph NodeExporter container image + default: '' + type: string CephAnsiblePlaybook: type: comma_delimited_list description: > @@ -555,6 +559,7 @@ resources: - ipv4 dashboard_enabled: {get_param: CephEnableDashboard} cephfs: {get_param: ManilaCephFSShareBackendName} + node_exporter_container_image: {get_param: NodeExporterContainerImage} outputs: role_data: diff --git a/deployment/ceph-ansible/ceph-grafana.yaml b/deployment/ceph-ansible/ceph-grafana.yaml index ac14b74b12..0ae21c03f3 100644 --- a/deployment/ceph-ansible/ceph-grafana.yaml +++ b/deployment/ceph-ansible/ceph-grafana.yaml @@ -60,9 +60,6 @@ parameters: AlertManagerContainerImage: description: Ceph AlertManager container image type: string - NodeExporterContainerImage: - description: Ceph NodeExporter container image - type: string EnableInternalTLS: type: boolean default: false @@ -96,7 +93,6 @@ resources: prometheus_container_image: {get_param: PrometheusContainerImage} prometheus_port: 9092 alertmanager_container_image: {get_param: AlertManagerContainerImage} - node_exporter_container_image: {get_param: NodeExporterContainerImage} outputs: role_data: description: Role data for the Ceph Dashboard service.