diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index 594c1f3078..880a630ce5 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: > @@ -598,6 +602,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 e35c4af898..ecc67e3970 100644 --- a/deployment/ceph-ansible/ceph-grafana.yaml +++ b/deployment/ceph-ansible/ceph-grafana.yaml @@ -56,9 +56,6 @@ parameters: AlertManagerContainerImage: description: Ceph AlertManager container image type: string - NodeExporterContainerImage: - description: Ceph NodeExporter container image - type: string EnableInternalTLS: type: boolean default: false @@ -92,7 +89,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.