Merge "Remove tripelo-test-cloud-rh1"
This commit is contained in:
@@ -1,212 +0,0 @@
|
|||||||
dashboard:
|
|
||||||
title: 'Nodepool: TripleO Test Cloud'
|
|
||||||
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-tripleo-test-cloud.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.tripleo-test-cloud-rh1.nodes.building)
|
|
||||||
type: singlestat
|
|
||||||
valueName: current
|
|
||||||
- title: Ready
|
|
||||||
span: 3
|
|
||||||
sparkline:
|
|
||||||
full: true
|
|
||||||
show: true
|
|
||||||
targets:
|
|
||||||
- target: sumSeries(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.ready)
|
|
||||||
type: singlestat
|
|
||||||
valueName: current
|
|
||||||
- title: In Use
|
|
||||||
span: 3
|
|
||||||
sparkline:
|
|
||||||
full: true
|
|
||||||
show: true
|
|
||||||
targets:
|
|
||||||
- target: sumSeries(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.in-use)
|
|
||||||
type: singlestat
|
|
||||||
valueName: current
|
|
||||||
- title: Deleting
|
|
||||||
span: 3
|
|
||||||
sparkline:
|
|
||||||
full: true
|
|
||||||
show: true
|
|
||||||
targets:
|
|
||||||
- target: sumSeries(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.deleting)
|
|
||||||
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.tripleo-test-cloud-rh1.ComputePostServers.mean, '0.001'), 'RH1')
|
|
||||||
- title: Get Server
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.ComputeGetServersDetail.mean, '0.001'), 'RH1')
|
|
||||||
- title: Delete Server
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.ServerDelete.mean, '0.001'), 'RH1')
|
|
||||||
- title: List Servers
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.ComputeGetServers.mean, '0.001'), 'RH1')
|
|
||||||
- title: Get Limits
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.ComputeGetLimits.mean, '0.001'), 'RH1')
|
|
||||||
- title: List Ports
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.PortList.mean, '0.001'), 'RH1')
|
|
||||||
- title: Create Floating IP
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.NeutronFloatingIPCreate.mean, '0.001'), 'RH1')
|
|
||||||
- title: Delete Floating IP
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.NeutronFloatingIPDelete.mean, '0.001'), 'RH1')
|
|
||||||
- title: List Floating IPs
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.task.tripleo-test-cloud-rh1.NeutronFloatingIPList.mean, '0.001'), 'RH1')
|
|
||||||
- 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.tripleo-test-cloud-rh1.ready, '1m'), 'RH1')
|
|
||||||
- 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.tripleo-test-cloud-rh1.error.*), '1m'), 'RH1')
|
|
||||||
- title: Time to Ready
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.launch.provider.tripleo-test-cloud-rh1.ready.mean, '0.001'), 'RH1')
|
|
||||||
- title: Test Nodes (RH1)
|
|
||||||
type: graph
|
|
||||||
span: 4
|
|
||||||
stack: true
|
|
||||||
tooltip:
|
|
||||||
value_type: individual
|
|
||||||
leftYAxisLabel: "nodes"
|
|
||||||
targets:
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.building, 'Building')
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.ready, 'Available')
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.in-use, 'In Use')
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.used, 'Used')
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.nodes.deleting, 'Deleting')
|
|
||||||
- target: alias(stats.gauges.nodepool.provider.tripleo-test-cloud-rh1.max_servers, 'Max')
|
|
||||||
seriesOverrides:
|
|
||||||
- alias: Max
|
|
||||||
stack: False
|
|
||||||
- title: Job Runtimes
|
|
||||||
showTitle: true
|
|
||||||
height: 250px
|
|
||||||
panels:
|
|
||||||
- title: gate-tripleo-ci-centos-7-ovb-ha-oooq
|
|
||||||
type: graph
|
|
||||||
span: 6
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.job.gate-tripleo-ci-centos-7-ovb-ha-oooq.master.tripleo-centos-7.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
|
|
||||||
- title: gate-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024
|
|
||||||
type: graph
|
|
||||||
span: 6
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.job.gate-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024.master.tripleo-centos-7.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
|
|
||||||
- title: gate-tripleo-ci-centos-7-ovb-containers-oooq
|
|
||||||
type: graph
|
|
||||||
span: 6
|
|
||||||
leftYAxisLabel: "time"
|
|
||||||
y_formats:
|
|
||||||
- s
|
|
||||||
- none
|
|
||||||
targets:
|
|
||||||
- target: alias(scale(stats.timers.nodepool.job.gate-tripleo-ci-centos-7-ovb-containers-oooq.master.tripleo-centos-7.tripleo-test-cloud-rh1.runtime.mean, '0.001'), 'RH1')
|
|
||||||
@@ -21,9 +21,6 @@ labels:
|
|||||||
- name: opensuse-423
|
- name: opensuse-423
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
- name: tripleo-centos-7
|
|
||||||
min-ready: 0
|
|
||||||
max-ready-age: 3600
|
|
||||||
- name: ubuntu-trusty
|
- name: ubuntu-trusty
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
|
|||||||
@@ -21,9 +21,6 @@ labels:
|
|||||||
- name: opensuse-423
|
- name: opensuse-423
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
- name: tripleo-centos-7
|
|
||||||
min-ready: 0
|
|
||||||
max-ready-age: 3600
|
|
||||||
- name: ubuntu-trusty
|
- name: ubuntu-trusty
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
max-ready-age: 3600
|
max-ready-age: 3600
|
||||||
@@ -93,27 +90,6 @@ providers:
|
|||||||
diskimage: ubuntu-xenial
|
diskimage: ubuntu-xenial
|
||||||
key-name: infra-root-keys
|
key-name: infra-root-keys
|
||||||
|
|
||||||
- name: tripleo-test-cloud-rh1
|
|
||||||
region-name: 'regionOne'
|
|
||||||
cloud: tripleo-test-cloud-rh1
|
|
||||||
boot-timeout: 120
|
|
||||||
rate: 0.001
|
|
||||||
clean-floating-ips: true
|
|
||||||
diskimages:
|
|
||||||
- name: centos-7
|
|
||||||
config-drive: true
|
|
||||||
pools:
|
|
||||||
- name: main
|
|
||||||
max-servers: 0
|
|
||||||
networks:
|
|
||||||
- private
|
|
||||||
labels:
|
|
||||||
- name: tripleo-centos-7
|
|
||||||
min-ram: 6144
|
|
||||||
flavor-name: 'undercloud'
|
|
||||||
diskimage: centos-7
|
|
||||||
key-name: infra-root-keys
|
|
||||||
|
|
||||||
- name: vexxhost-ca-ymq-1
|
- name: vexxhost-ca-ymq-1
|
||||||
region-name: 'ca-ymq-1'
|
region-name: 'ca-ymq-1'
|
||||||
cloud: vexxhost
|
cloud: vexxhost
|
||||||
|
|||||||
@@ -80,12 +80,6 @@ providers:
|
|||||||
rate: 0.001
|
rate: 0.001
|
||||||
diskimages: *provider_diskimages
|
diskimages: *provider_diskimages
|
||||||
|
|
||||||
- name: tripleo-test-cloud-rh1
|
|
||||||
region-name: 'regionOne'
|
|
||||||
cloud: tripleo-test-cloud-rh1
|
|
||||||
rate: 0.001
|
|
||||||
diskimages: []
|
|
||||||
|
|
||||||
- name: vexxhost-ca-ymq-1
|
- name: vexxhost-ca-ymq-1
|
||||||
region-name: 'ca-ymq-1'
|
region-name: 'ca-ymq-1'
|
||||||
cloud: vexxhost
|
cloud: vexxhost
|
||||||
|
|||||||
Reference in New Issue
Block a user