From 7664f32a99feeaa06024b7df95bffb3c443c3db2 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 10 Jun 2016 13:11:15 -0400 Subject: [PATCH] Remove vexxhost-ca-ymq-1 from nodepool First, thanks to vexxhost-ca-ymq-1 for providing resource for openstack-infra. It was awesome! Moving forward, it appears vexxhost-ca-ymq-1 could be better suited for control plane server then nodepool resources. As such, remove them from nodepool. Change-Id: I31e3bae80a2cc3ca553be5ec1f1e0a82d6967186 Signed-off-by: Paul Belanger --- grafana/nodepool-vexxhost.yaml | 157 --------------------------------- nodepool/nodepool.yaml | 52 ----------- 2 files changed, 209 deletions(-) delete mode 100644 grafana/nodepool-vexxhost.yaml diff --git a/grafana/nodepool-vexxhost.yaml b/grafana/nodepool-vexxhost.yaml deleted file mode 100644 index 90a40bc88a..0000000000 --- a/grafana/nodepool-vexxhost.yaml +++ /dev/null @@ -1,157 +0,0 @@ -dashboard: - title: 'Nodepool: Vexxhost' - 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-vexxhost.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.vexxhost-*.nodes.building) - type: singlestat - valueName: current - - title: Ready - span: 3 - sparkline: - full: true - show: true - targets: - - target: sumSeries(stats.gauges.nodepool.provider.vexxhost-*.nodes.ready) - type: singlestat - valueName: current - - title: In Use - span: 3 - sparkline: - full: true - show: true - targets: - - target: sumSeries(stats.gauges.nodepool.provider.vexxhost-*.nodes.used) - type: singlestat - valueName: current - - title: Deleting - span: 3 - sparkline: - full: true - show: true - targets: - - target: sumSeries(stats.gauges.nodepool.provider.vexxhost-*.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.vexxhost-ca-ymq-1.ServerCreate.mean, '0.001'), 'YMQ') - - title: Get Server - type: graph - span: 4 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.task.vexxhost-ca-ymq-1.ServerGet.mean, '0.001'), 'YMQ') - - title: Delete Server - type: graph - span: 4 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.task.vexxhost-ca-ymq-1.ServerDelete.mean, '0.001'), 'YMQ') - - title: List Servers - type: graph - span: 4 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.task.vexxhost-ca-ymq-1.ServerList.mean, '0.001'), 'YMQ') - - 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.vexxhost-ca-ymq-1.ready, '1m'), 'YMQ') - - 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.vexxhost-ca-ymq-1.error.*), '1m'), 'YMQ') - - title: Time to Ready - type: graph - span: 4 - leftYAxisLabel: "time" - y_formats: - - s - - none - targets: - - target: alias(scale(stats.timers.nodepool.launch.provider.vexxhost-ca-ymq-1.ready.mean, '0.001'), 'YMQ') - - title: Test Nodes (YMQ) - type: graph - span: 4 - stack: true - tooltip: - value_type: individual - leftYAxisLabel: "nodes" - targets: - - target: alias(stats.gauges.nodepool.provider.vexxhost-ca-ymq-1.nodes.building, 'Building') - - target: alias(stats.gauges.nodepool.provider.vexxhost-ca-ymq-1.nodes.ready, 'Available') - - target: alias(stats.gauges.nodepool.provider.vexxhost-ca-ymq-1.nodes.used, 'In Use') - - target: alias(stats.gauges.nodepool.provider.vexxhost-ca-ymq-1.nodes.delete, 'Deleting') - - target: alias(stats.gauges.nodepool.provider.vexxhost-ca-ymq-1.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.master.ubuntu-trusty.vexxhost-ca-ymq-1.runtime.mean, '0.001'), 'YMQ') - - 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.master.ubuntu-trusty.vexxhost-ca-ymq-1.runtime.mean, '0.001'), 'YMQ') diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 22190ff63f..b7572cfc7d 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -33,7 +33,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: ubuntu-precise image: ubuntu-precise @@ -47,7 +46,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: ubuntu-trusty image: ubuntu-trusty @@ -61,7 +59,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: ubuntu-trusty-2-node image: ubuntu-trusty @@ -76,7 +73,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: ubuntu-xenial image: ubuntu-xenial @@ -90,7 +86,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: ubuntu-xenial-2-node image: ubuntu-xenial @@ -105,7 +100,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: centos-7 image: centos-7 @@ -119,7 +113,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: fedora-23 image: fedora-23 @@ -133,7 +126,6 @@ labels: - name: ovh-bhs1 - name: bluebox-sjc1 - name: internap-nyj01 - - name: vexxhost-ca-ymq-1 - name: osic-cloud1 - name: tripleo-centos-7 image: centos-7 @@ -560,50 +552,6 @@ providers: username: jenkins private-key: /home/nodepool/.ssh/id_rsa config-drive: true - - name: vexxhost-ca-ymq-1 - region-name: 'ca-ymq-1' - cloud: vexxhost - api-timeout: 60 - boot-timeout: 120 - max-servers: -1 - rate: 0.001 - images: - - name: ubuntu-precise - min-ram: 8000 - diskimage: ubuntu-precise - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - - name: ubuntu-trusty - min-ram: 8000 - diskimage: ubuntu-trusty - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - - name: ubuntu-xenial - min-ram: 8000 - diskimage: ubuntu-xenial - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - - name: debian-jessie - min-ram: 8000 - diskimage: debian-jessie - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - - name: fedora-23 - min-ram: 8000 - diskimage: fedora-23 - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - - name: centos-7 - min-ram: 8000 - diskimage: centos-7 - username: jenkins - private-key: /home/nodepool/.ssh/id_rsa - config-drive: true - name: osic-cloud1 region-name: 'RegionOne' cloud: osic-cloud1