diff options
author | Juan Badia Payno <jbadiapa@redhat.com> | 2017-03-28 17:31:18 +0200 |
---|---|---|
committer | Juan Badia Payno <jbadiapa@redhat.com> | 2017-03-28 19:39:56 +0200 |
commit | a314ce59f155493f25871f1db70fbe4e0c4e030b (patch) | |
tree | 3edfd4b226a7b3924a2a7417368d4005db9e9640 | |
parent | 3cce9cfa072ce343f6b203e4f1bb7dbd12622c92 (diff) |
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
-rw-r--r-- | capabilities-map.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
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 |