Remove support for Nova EC2 API

Change-Id: I6180a5396c4fb704832bcd44c073868ae6a90a81
Closes-Bug: #1556803
Depends-On: I5699c8b1e695670678250c3c5483d627ef9e6244
This commit is contained in:
Simon Pasquier 2016-05-31 18:31:24 +02:00
parent fbf42932f3
commit 6c2573d09a
3 changed files with 6 additions and 10 deletions

View File

@ -354,8 +354,9 @@ if hiera('lma::collector::influxdb::server', false) {
class { 'lma_collector::collectd::haproxy':
socket => $haproxy_socket,
# Ignore internal stats ('Stats' for 6.1, 'stats' for 7.0) and lma proxies
proxy_ignore => ['Stats', 'stats', 'lma'],
# Ignore internal stats ('Stats' for 6.1, 'stats' for 7.0), lma proxies and
# Nova EC2
proxy_ignore => ['Stats', 'stats', 'lma', 'nova-api-1'],
proxy_names => {
'ceilometer' => 'ceilometer-api',
'cinder-api' => 'cinder-api',
@ -371,7 +372,9 @@ if hiera('lma::collector::influxdb::server', false) {
'murano' => 'murano-api',
'mysqld' => 'mysqld-tcp',
'neutron' => 'neutron-api',
'nova-api-1' => 'nova-ec2-api',
# starting with Mitaka (and later)
'nova-api' => 'nova-api',
# before Mitaka
'nova-api-2' => 'nova-api',
'nova-novncproxy' => 'nova-novncproxy-websocket',
'nova-metadata-api' => 'nova-metadata-api',

View File

@ -185,11 +185,6 @@ lma_collector:
- backends
- endpoint
- http_errors
nova-ec2-api:
policy: highest_severity
group_by: member
members:
- backends
nova-novncproxy-websocket:
policy: highest_severity
group_by: member
@ -502,7 +497,6 @@ lma_collector:
members:
- nova-logs
- nova-api
- nova-ec2-api
- nova-metadata-api
- nova-scheduler
- nova-compute

View File

@ -16,7 +16,6 @@
* murano-api
* neutron-api
* nova-api
* nova-ec2-api
* nova-metadata-api
* nova-novncproxy-websocket
* sahara-api