From a314ce59f155493f25871f1db70fbe4e0c4e030b Mon Sep 17 00:00:00 2001 From: Juan Badia Payno Date: Tue, 28 Mar 2017 17:31:18 +0200 Subject: Grouped all the Operational tools So far the operational tools are: - Availability monitoring - Centralized logging - Performance monitoring This change added the performance monitoring under the Operational tools so on the tripleo-ui --> deployment configuration --> operational tools all these features can be added Change-Id: I7335eaeaed4118422f5630d042229f1a1bf60b5d --- capabilities-map.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/capabilities-map.yaml b/capabilities-map.yaml index 83b3ac40..b6df7946 100644 --- a/capabilities-map.yaml +++ b/capabilities-map.yaml @@ -547,7 +547,7 @@ topics: description: Enable monitoring agents environments: - file: environments/monitoring-environment.yaml - title: enable monitoring agents + title: Enable monitoring agents description: requires: - overcloud-resource-registry-puppet.yaml @@ -559,6 +559,14 @@ topics: description: requires: - overcloud-resource-registry-puppet.yaml + - title: Performance monitoring + description: Enable performance monitoring agents + environments: + - file: environments/collectd-environment.yaml + title: Enable performance monitoring agents + description: + requires: + - overcloud-resource-registry-puppet.yaml - title: Security Options description: Security Hardening Options -- cgit 1.2.3-korg