From e99296b3f42e28cfc9928cd1e5f0c6016ef4f691 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 31 Jan 2018 15:25:12 +0100 Subject: [PATCH] Add CephClient and CephExternal to the Telemetry role Previously the deployment of the Telemetry role with Ceph would fail as the Ceph clients didn't get configured on the Telemetry nodes. Closes-Bug: 1746525 Change-Id: I0644d028c269afce4c561bbf5b8ca1f2c4addda2 --- roles/Telemetry.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/Telemetry.yaml b/roles/Telemetry.yaml index 3ec5f7d943..051be766e6 100644 --- a/roles/Telemetry.yaml +++ b/roles/Telemetry.yaml @@ -17,6 +17,8 @@ - OS::TripleO::Services::CACerts - OS::TripleO::Services::CeilometerAgentCentral - OS::TripleO::Services::CeilometerAgentNotification + - OS::TripleO::Services::CephClient + - OS::TripleO::Services::CephExternal - OS::TripleO::Services::CertmongerUser - OS::TripleO::Services::Collectd - OS::TripleO::Services::ContainersLogrotateCrond