From 29187adcff0e1652f27b39c8d4cbd1bfc765fe6b Mon Sep 17 00:00:00 2001 From: Martin Magr Date: Thu, 2 May 2019 12:54:13 +0200 Subject: [PATCH] Configure SNMP on undercloud Transfering to containerized deployment of undercloud we lost automated configuration of SNMP for undercloud. Telemetry stack is now failing to HW monitor this node. Change-Id: I219e2a8a08bc9b47bd7110fadcb188ef703acfce (cherry picked from commit 897678b33f5414b137c1a399934c4721e46662d0) --- roles/Undercloud.yaml | 1 + roles_data_undercloud.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/Undercloud.yaml b/roles/Undercloud.yaml index 560c5660d4..fb75c636da 100644 --- a/roles/Undercloud.yaml +++ b/roles/Undercloud.yaml @@ -83,6 +83,7 @@ - OS::TripleO::Services::Rhsm - OS::TripleO::Services::Rsyslog - OS::TripleO::Services::SELinux + - OS::TripleO::Services::Snmp - OS::TripleO::Services::Sshd - OS::TripleO::Services::SwiftProxy - OS::TripleO::Services::SwiftRingBuilder diff --git a/roles_data_undercloud.yaml b/roles_data_undercloud.yaml index 5fce147faf..f9f7bb8546 100644 --- a/roles_data_undercloud.yaml +++ b/roles_data_undercloud.yaml @@ -86,6 +86,7 @@ - OS::TripleO::Services::Rhsm - OS::TripleO::Services::Rsyslog - OS::TripleO::Services::SELinux + - OS::TripleO::Services::Snmp - OS::TripleO::Services::Sshd - OS::TripleO::Services::SwiftProxy - OS::TripleO::Services::SwiftRingBuilder