Decommission bluebox cloud
This cloud is going away. It has been drained, now remove configuration for it. Change-Id: I56ecf34c0362d8fbc13455b5df234b267cd8f6cc
This commit is contained in:
parent
a9583e3f3d
commit
e4bfee556e
@ -1,193 +0,0 @@
|
||||
dashboard:
|
||||
title: 'Nodepool: Blue Box'
|
||||
rows:
|
||||
- title: Description
|
||||
height: 100px
|
||||
panels:
|
||||
- title: Description
|
||||
content: |
|
||||
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
|
||||
|
||||
If you would like to make changes to this dashboard, please see the grafana directory in [project-config](https://git.openstack.org/cgit/openstack-infra/project-config/tree/grafana/nodepool-bluebox.yaml).
|
||||
type: text
|
||||
- title: Nodes
|
||||
showTitle: true
|
||||
height: 150px
|
||||
panels:
|
||||
- title: Building
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.building)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Ready
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.ready)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: In Use
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.used)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: Deleting
|
||||
span: 3
|
||||
sparkline:
|
||||
full: true
|
||||
show: true
|
||||
targets:
|
||||
- target: sumSeries(stats.gauges.nodepool.provider.bluebox-*.nodes.delete)
|
||||
type: singlestat
|
||||
valueName: current
|
||||
- title: API Operations
|
||||
showTitle: true
|
||||
height: 250px
|
||||
panels:
|
||||
- title: Create Server
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerCreate.mean, '0.001'), 'SJC1')
|
||||
- title: Delete Server
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerDelete.mean, '0.001'), 'SJC1')
|
||||
- title: Get Server
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerGet.mean, '0.001'), 'SJC1')
|
||||
- title: List Servers
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.ServerList.mean, '0.001'), 'SJC1')
|
||||
- title: List Ports
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.PortList.mean, '0.001'), 'SJC1')
|
||||
- title: Create Floating IP
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.NeutronFloatingIPCreate.mean, '0.001'), 'SJC1')
|
||||
- title: Delete Floating IP
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.NeutronFloatingIPDelete.mean, '0.001'), 'SJC1')
|
||||
- title: List Floating IPs
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.task.bluebox-sjc1.NeutronFloatingIPList.mean, '0.001'), 'SJC1')
|
||||
- title: Node Launches
|
||||
showTitle: true
|
||||
height: 250px
|
||||
panels:
|
||||
- title: Ready Node Launch Attempts
|
||||
type: graph
|
||||
span: 4
|
||||
nullPointMode: null as zero
|
||||
leftYAxisLabel: "events / min"
|
||||
targets:
|
||||
- target: alias(smartSummarize(stats_counts.nodepool.launch.provider.bluebox-sjc1.ready, '1m'), 'SJC1')
|
||||
- title: Error Node Launch Attempts
|
||||
type: graph
|
||||
span: 4
|
||||
nullPointMode: null as zero
|
||||
leftYAxisLabel: "events / min"
|
||||
targets:
|
||||
- target: alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.bluebox-sjc1.error.*), '1m'), 'SJC1')
|
||||
- title: Time to Ready
|
||||
type: graph
|
||||
span: 4
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.launch.provider.bluebox-sjc1.ready.mean, '0.001'), 'SJC1')
|
||||
- title: Test Nodes (SJC1)
|
||||
type: graph
|
||||
span: 4
|
||||
stack: true
|
||||
tooltip:
|
||||
value_type: individual
|
||||
leftYAxisLabel: "nodes"
|
||||
targets:
|
||||
- target: alias(stats.gauges.nodepool.provider.bluebox-sjc1.nodes.building, 'Building')
|
||||
- target: alias(stats.gauges.nodepool.provider.bluebox-sjc1.nodes.ready, 'Available')
|
||||
- target: alias(stats.gauges.nodepool.provider.bluebox-sjc1.nodes.used, 'In Use')
|
||||
- target: alias(stats.gauges.nodepool.provider.bluebox-sjc1.nodes.delete, 'Deleting')
|
||||
- target: alias(stats.gauges.nodepool.provider.bluebox-sjc1.max_servers, 'Max')
|
||||
seriesOverrides:
|
||||
- alias: Max
|
||||
stack: False
|
||||
- title: Job Runtimes
|
||||
showTitle: true
|
||||
height: 250px
|
||||
panels:
|
||||
- title: gate-tempest-dsvm-full
|
||||
type: graph
|
||||
span: 6
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-full-ubuntu-xenial.master.ubuntu-xenial.bluebox-sjc1.runtime.mean, '0.001'), 'SJC1')
|
||||
- title: gate-tempest-dsvm-neutron-full
|
||||
type: graph
|
||||
span: 6
|
||||
leftYAxisLabel: "time"
|
||||
y_formats:
|
||||
- s
|
||||
- none
|
||||
targets:
|
||||
- target: alias(scale(stats.timers.nodepool.job.gate-tempest-dsvm-neutron-full-ubuntu-xenial.master.ubuntu-xenial.bluebox-sjc1.runtime.mean, '0.001'), 'SJC1')
|
@ -560,16 +560,6 @@ providers:
|
||||
private-key: /home/nodepool/.ssh/id_rsa
|
||||
config-drive: true
|
||||
key-name: infra-root-keys
|
||||
- name: bluebox-sjc1
|
||||
region-name: 'RegionOne'
|
||||
cloud: bluebox-sjc1
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: -1
|
||||
rate: 0.001
|
||||
clean-floating-ips: true
|
||||
template-hostname: '{image.name}-{timestamp}'
|
||||
images: []
|
||||
- name: internap-mtl01
|
||||
region-name: 'mtl01'
|
||||
cloud: internap
|
||||
|
Loading…
x
Reference in New Issue
Block a user