Adding Neutron L3 agent and Metadata proxy to Compute Collectd config

This commit adds certain processes that are expected to be seen on
computed when DVR(Distributed Virtual Routing) is enabled to the
collectd config. Also updates compute nodes dashboard.

+ Fixing dashboards to show neutron-metadata-agent

Change-Id: I3d55c2dafc1dcf71d70e195f5d4cadf708979aec
This commit is contained in:
Sai Sindhur Malleni 2016-09-06 12:22:13 -04:00
parent 634501f0a0
commit dd4823136c
2 changed files with 8 additions and 3 deletions

View File

@ -93,6 +93,8 @@ PreCacheChain "PreCache"
# Neutron (OpenStack Installed)
ProcessMatch "neutron-openvswitch-agent" "python.+neutron-openvswitch-agent" # 9,10
ProcessMatch "neutron-l3-agent" "python.+neutron-l3-agent" # 10 with DVR
ProcessMatch "neutron-ns-metadata-proxy" "python.+neutron-ns-metadata-proxy" # 10 with DVR
# Nova (OpenStack Installed)
ProcessMatch "nova-compute" "python.+nova-compute" # 9,10

View File

@ -81,7 +81,7 @@ per_process_panels:
- neutron-server
- neutron-openvswitch-agent
- neutron-ns-metadata-proxy
- neutron-metadata-proxy
- neutron-metadata-agent
- neutron-l3-agent
- neutron-dhcp-agent
- name: "Keystone"
@ -160,7 +160,7 @@ per_process_panels:
- neutron-server
- neutron-openvswitch-agent
- neutron-ns-metadata-proxy
- neutron-metadata-proxy
- neutron-metadata-agent
- neutron-l3-agent
- neutron-dhcp-agent
- name: "Keystone"
@ -250,6 +250,9 @@ per_process_panels:
- name: "Neutron"
processes:
- neutron-openvswitch-agent
- neutron-l3-agent # DVR enabled case, OSP 10
- neutron-ns-metadata-proxy # DVR enabled case, OSP 10
- neutron-metadata-agent # DVR enabled case, OSP 10
- name: "Ceilometer"
processes:
- ceilometer-agent-compute
@ -307,7 +310,7 @@ per_process_panels:
- neutron-server
- neutron-openvswitch-agent
- neutron-ns-metadata-proxy
- neutron-metadata-proxy
- neutron-metadata-agent
- neutron-l3-agent
- neutron-dhcp-agent
- name: "Keystone"