Remove airship-citycloud nodepool provider

Once we've settled on a max-servers value of 0 without any servers this
is the nextstep in removing the provider. This should completely remove
the provider from the launcher and the image builders.

We keep the airship-citycloud nodepool provider for historical
information purposes. We can clean this up later.

Change-Id: Icfb8fc6d2b15714ecb58960d8e44b199bedd6b0d
This commit is contained in:
Clark Boylan 2022-03-01 07:56:08 -08:00
parent 1c73cd826c
commit 3dc09d41d1
2 changed files with 0 additions and 92 deletions

View File

@ -180,92 +180,6 @@ providers:
diskimage: centos-9-stream
key-name: infra-root-keys-2020-05-13
- name: airship-kna1
region-name: 'Kna1'
cloud: airship-citycloud
boot-timeout: 120
launch-timeout: 600
clean-floating-ips: true
rate: 0.25
diskimages: *provider_diskimages
pools:
- name: main
# Canary capacity (by memory less than half capacity of airship pool).
max-servers: 0
labels:
- name: centos-7
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: centos-7
key-name: infra-root-keys-2020-05-13
- name: centos-8-stream
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: centos-8-stream
key-name: infra-root-keys-2020-05-13
- name: centos-9-stream
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: centos-9-stream
key-name: infra-root-keys-2020-05-13
- name: debian-bullseye
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: debian-bullseye
key-name: infra-root-keys-2020-05-13
- name: debian-buster
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: debian-buster
key-name: infra-root-keys-2020-05-13
- name: fedora-35
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: fedora-35
key-name: infra-root-keys-2020-05-13
- name: gentoo-17-0-systemd
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: gentoo-17-0-systemd
key-name: infra-root-keys-2020-05-13
- name: opensuse-15
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: opensuse-15
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-focal
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: ubuntu-focal
key-name: infra-root-keys-2020-05-13
- name: ubuntu-xenial
min-ram: 8000
flavor-name: '8C-8GB-100GB'
diskimage: ubuntu-xenial
key-name: infra-root-keys-2020-05-13
# TODO add nested virt labels once confirmed nested virt works
# to some degree.
- name: airship
# Jobs expected to run 1x 32GB instance + 3x 16GB instances with
# goal of running 4 jobs concurrently.
max-servers: 0
labels:
- name: ubuntu-bionic-expanded
min-ram: 16000
flavor-name: '8C-16GB-100GB'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic-32GB
min-ram: 32000
flavor-name: '8C-32GB-100GB'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: inmotion-iad3
region-name: 'iad3'
cloud: inmotion

View File

@ -92,12 +92,6 @@ providers:
rate: 0.001
diskimages: *provider_diskimages
- name: airship-kna1
region-name: 'Kna1'
cloud: airship-citycloud
rate: 0.25
diskimages: []
- name: inmotion-iad3
region-name: 'iad3'
cloud: inmotion