Remove FIPs graphing from OSIC

Since OSIC removed the need for FIPs, we can also remove the data from
grafana.o.o.

Change-Id: I18a8f02385a8d24c5217303e7a81482c6497e2e0
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-02 19:39:55 -04:00
parent a9918ca3a5
commit 1cfc4ffbb0
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -90,42 +90,6 @@ dashboard:
- none - none
targets: targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ServerList.mean, '0.001'), 'Cloud 1') - target: alias(scale(stats.timers.nodepool.task.osic-cloud1.ServerList.mean, '0.001'), 'Cloud 1')
- title: List Ports
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.PortList.mean, '0.001'), 'Cloud 1')
- title: Create Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.NeutronFloatingIPCreate.mean, '0.001'), 'Cloud 1')
- title: Delete Floating IP
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.NeutronFloatingIPDelete.mean, '0.001'), 'Cloud 1')
- title: List Floating IPs
type: graph
span: 4
leftYAxisLabel: "time"
y_formats:
- s
- none
targets:
- target: alias(scale(stats.timers.nodepool.task.osic-cloud1.NeutronFloatingIPList.mean, '0.001'), 'Cloud 1')
- title: Node Launches - title: Node Launches
showTitle: true showTitle: true
height: 250px height: 250px