Farewell limestone

The mirror in our Limestone Networks donor environment is now
unreachable, but we ceased using this region years ago due to
persistent networking trouble and the admin hasn't been around for
roughly as long, so it's probably time to go ahead and say goodbye
to it.

In preparation for cleanup of credentials in system-config, first
remove configuration here except leave the nodepool provider with an
empty diskimages list so that it will have a chance to pick up after
itself.

Change-Id: I504682884a1439fac84d514880757c2cd041ada6
This commit is contained in:
Jeremy Stanley 2023-02-13 00:02:04 +00:00 committed by Ian Wienand
parent d4b030bf50
commit 7c81cf6eda
No known key found for this signature in database
4 changed files with 13 additions and 392 deletions

View File

@ -20,7 +20,6 @@ function create {
}
create Rackspace 'rax-*' nodepool-rax.yaml
create Limestone 'limestone-*' nodepool-limestone.yaml
create Linaro 'linaro-*' nodepool-linaro.yaml
create OVH 'ovh-*' nodepool-ovh.yaml
create Vexxhost 'vexxhost-*' nodepool-vexxhost.yaml

View File

@ -1,252 +0,0 @@
#
# NOTE: EDIT THE TEMPLATE FILE AND RUN create-nodepool.sh
#
dashboard:
title: 'Nodepool: Limestone'
templating:
- name: region
includeAll: true
multi: true
query: stats.gauges.nodepool.provider.limestone-*
refresh: 1
type: query
rows:
- title: Description
height: 150px
panels:
- title: Description
content: |
Limestone Nodepool Status
==========================
This dashboard monitors the status of the nodepool environment for Limestone.
**This dashboard is managed by [Grafyaml](https://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in
[project-config](https://opendev.org/openstack/project-config/src/branch/master/grafana/nodepool.template).
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.$region.nodes.building)
type: singlestat
valueName: current
- title: Ready
span: 3
sparkline:
full: true
show: true
targets:
- target: sumSeries(stats.gauges.nodepool.provider.$region.nodes.ready)
type: singlestat
valueName: current
- title: In Use
span: 3
sparkline:
full: true
show: true
targets:
- target: sumSeries(stats.gauges.nodepool.provider.$region.nodes.in-use)
type: singlestat
valueName: current
- title: Deleting
span: 3
sparkline:
full: true
show: true
targets:
- target: sumSeries(stats.gauges.nodepool.provider.$region.nodes.deleting)
type: singlestat
valueName: current
- title: Test Nodes
height: 400px
panels:
- title: Test Node History - $region
type: graph
span: 12
stack: true
repeat: region
minSpan: 4
tooltip:
value_type: individual
yaxes:
- label: "nodes"
- show: false
targets:
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.nodes.building), 'Building')
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.nodes.ready), 'Available')
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.nodes.in-use), 'In Use')
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.nodes.used), 'Used')
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.nodes.deleting), 'Deleting')
- target: alias(sumSeries(stats.gauges.nodepool.provider.$region.max_servers), 'Max')
seriesOverrides:
- alias: Max
stack: False
- title: Node Launches
showTitle: true
height: 250px
panels:
- title: Ready Node Launch Attempts
type: graph
span: 4
lines: false
bars: true
nullPointMode: null as zero
yaxes:
- label: "events / min"
- show: false
targets:
- target: aliasSub(summarize(stats_counts.nodepool.launch.provider.$region.ready, '1m'), '.*stats_counts.nodepool.launch.provider.(.*).ready.*', '\1')
- title: Time to Ready
type: graph
span: 4
lines: false
bars: true
nullPointMode: null as zero
yaxes:
- label: "time"
format: ms
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.launch.provider.$region.ready.mean, 5)
- title: Error Node Launch Attempts
type: graph
span: 4
lines: false
bars: true
nullPointMode: null as zero
yaxes:
- label: "events / min"
- show: false
targets:
- target: alias(smartSummarize(sumSeries(stats_counts.nodepool.launch.provider.$region.error.*), '1m'), "All Errors")
- title: API Operations
showTitle: true
height: 250px
panels:
- title: POST Server
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.POST.servers.*.mean, 4)
- title: GET Server
type: graph
span: 4
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.GET.server.*.mean, 4)
- title: DELETE Server
type: graph
span: 4
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.DELETE.server.*.mean, 4)
- title: GET Servers Details
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.GET.servers_detail.*.mean, 4)
- title: GET Limits
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.GET.limits.*.mean, 4)
- title: GET Flavors
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.compute.GET.flavors_detail.*.mean, 4)
- title: GET network floatingips
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.network.GET.floatingips.*.mean, 4)
- title: GET networks
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.network.GET.networks.*.mean, 4)
- title: GET network ports
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.network.GET.ports.*.mean, 4)
- title: GET network subnets
type: graph
lines: true
nullPointMode: connected
span: 4
yaxes:
- format: ms
label: Time
- show: false
targets:
- target: aliasByNode(stats.timers.nodepool.task.$region.network.GET.subnets.*.mean, 4)

View File

@ -27,7 +27,6 @@ labels:
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-bionic
- name: ubuntu-bionic-limestone-debug
- name: ubuntu-focal
- name: ubuntu-jammy
- name: ubuntu-xenial
@ -68,6 +67,18 @@ providers:
boot-timeout: 120
launch-timeout: 300
rate: 0.01
diskimages: []
pools:
- name: main
max-servers: 0
labels: []
- name: inmotion-iad3
region-name: 'iad3'
cloud: inmotion
boot-timeout: 120
launch-timeout: 300
rate: 0.01
diskimages: &provider_diskimages
- name: centos-7
config-drive: true
@ -101,138 +112,6 @@ providers:
config-drive: true
- name: openEuler-22-03-LTS
config-drive: true
pools:
- name: main
max-servers: 0
labels:
- name: centos-7
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-7
key-name: infra-root-keys-2020-05-13
- name: centos-8-stream
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-8-stream
key-name: infra-root-keys-2020-05-13
- name: centos-9-stream
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-9-stream
key-name: infra-root-keys-2020-05-13
- name: debian-bullseye
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: debian-bullseye
key-name: infra-root-keys-2020-05-13
- name: debian-buster
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: debian-buster
key-name: infra-root-keys-2020-05-13
- name: fedora-35
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: fedora-35
key-name: infra-root-keys-2020-05-13
- name: fedora-36
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: fedora-36
key-name: infra-root-keys-2020-05-13
- name: gentoo-17-0-systemd
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: gentoo-17-0-systemd
key-name: infra-root-keys-2020-05-13
- name: opensuse-15
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: opensuse-15
key-name: infra-root-keys-2020-05-13
- name: rockylinux-8
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: rockylinux-8
key-name: infra-root-keys-2020-05-13
- name: rockylinux-9
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: rockylinux-9
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic-limestone-debug
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-focal
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-focal
key-name: infra-root-keys-2020-05-13
- name: ubuntu-jammy
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-jammy
key-name: infra-root-keys-2020-05-13
- name: ubuntu-xenial
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-xenial
key-name: infra-root-keys-2020-05-13
- name: openEuler-22-03-LTS
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: openEuler-22-03-LTS
key-name: infra-root-keys-2020-05-13
- name: nested-virt-ubuntu-bionic
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: nested-virt-ubuntu-focal
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-focal
key-name: infra-root-keys-2020-05-13
- name: nested-virt-ubuntu-jammy
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: ubuntu-jammy
key-name: infra-root-keys-2020-05-13
- name: nested-virt-centos-7
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-7
key-name: infra-root-keys-2020-05-13
- name: nested-virt-centos-8-stream
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-8-stream
key-name: infra-root-keys-2020-05-13
- name: nested-virt-centos-9-stream
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: centos-9-stream
key-name: infra-root-keys-2020-05-13
- name: nested-virt-rockylinux-9
min-ram: 8000
flavor-name: 'nodepool.0'
diskimage: rockylinux-9
key-name: infra-root-keys-2020-05-13
- name: inmotion-iad3
region-name: 'iad3'
cloud: inmotion
boot-timeout: 120
launch-timeout: 300
rate: 0.01
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 51
@ -287,11 +166,6 @@ providers:
flavor-name: 'opendev-zuul'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic-limestone-debug
min-ram: 8000
flavor-name: 'opendev-zuul'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-focal
min-ram: 8000
flavor-name: 'opendev-zuul'

View File

@ -90,7 +90,7 @@ providers:
region-name: 'RegionOne'
cloud: limestone
rate: 0.001
diskimages: *provider_diskimages
diskimages: []
- name: inmotion-iad3
region-name: 'iad3'