nodepool: drop linaro-us
Drop the linaro-us cloud from nb04 uploads and launcher; it is replaced by the new linaro cloud. Region is not running any nodes since I6ef17bb517078de363286ecad9749cb321b4c92c. nb03 is still in the inventory, but shutdown and in emergency. We can remove the config here and cleanup will follow. Change-Id: Ia049a2e44d2c4add0346e8262b60cdfb2c976539
This commit is contained in:
parent
0cf9319b06
commit
212ad67630
@ -1,281 +0,0 @@
|
||||
elements-dir: /etc/nodepool/elements
|
||||
images-dir: /opt/nodepool_dib
|
||||
|
||||
# This portion of the config is updated by ansible to use the actual
|
||||
# zookeeper servers.
|
||||
zookeeper-servers:
|
||||
- host: zk01.example.org
|
||||
port: 2281
|
||||
- host: zk02.example.org
|
||||
port: 2281
|
||||
- host: zk03.example.org
|
||||
port: 2281
|
||||
|
||||
providers:
|
||||
- name: linaro
|
||||
region-name: 'RegionOne'
|
||||
cloud: linaro
|
||||
rate: 0.25
|
||||
diskimages: &arm64_diskimages
|
||||
- name: ubuntu-bionic-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: ubuntu-focal-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: ubuntu-jammy-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: debian-bullseye-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: debian-buster-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: centos-8-stream-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: centos-9-stream-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: openEuler-22-03-LTS-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
- name: rockylinux-9-arm64
|
||||
pause: false
|
||||
config-drive: true
|
||||
meta:
|
||||
hw_firmware_type: uefi
|
||||
os_command_line: "console=ttyAMA0"
|
||||
hw_disk_bus: scsi
|
||||
hw_scsi_model: virtio-scsi
|
||||
|
||||
- name: osuosl-regionone
|
||||
region-name: 'RegionOne'
|
||||
cloud: osuosl
|
||||
rate: 0.25
|
||||
diskimages: *arm64_diskimages
|
||||
|
||||
# NOTE(ianw) 2023-01-20 : set to empty to clear out ZK nodes.
|
||||
- name: linaro-us-regionone
|
||||
region-name: 'RegionOne'
|
||||
cloud: linaro-us
|
||||
rate: 0.25
|
||||
diskimages: []
|
||||
|
||||
diskimages:
|
||||
- name: base
|
||||
abstract: True
|
||||
elements:
|
||||
- block-device-efi
|
||||
- vm
|
||||
- simple-init
|
||||
- openstack-repos
|
||||
- nodepool-base
|
||||
- cache-devstack
|
||||
- initialize-urandom
|
||||
- growroot
|
||||
- infra-package-needs
|
||||
- journal-to-console
|
||||
env-vars:
|
||||
TMPDIR: /opt/dib_tmp
|
||||
DIB_CHECKSUM: '1'
|
||||
DIB_IMAGE_CACHE: /opt/dib_cache
|
||||
DIB_JOURNAL_SIZE: '512'
|
||||
DIB_GRUB_TIMEOUT: '0'
|
||||
GIT_HTTP_LOW_SPEED_TIME: '300'
|
||||
GIT_HTTP_LOW_SPEED_LIMIT: '1000'
|
||||
DIB_SHOW_IMAGE_USAGE: '1'
|
||||
ZUUL_USER_SSH_PUBLIC_KEY: |
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDh5u0DWNi0d3uqI82izAxVTUTrGl36L3szEqV9WrilGmxaTtp9X7HrktJ5J+rvxQqz39llTf1v7iYA4CNKto/48RBAB0mKEEI4x4iw+fu/BLU7nu7ewSfXLUxHahxaTgIk2KcbegknD5NzMjalyfNfgTPDGv8BjwHeeNdZmJMBvPFGu6fO48M4yK1tiQn0kAkaH4oII/M4pyF8vy9tPTODAD7RvnMvQAb08LZZvE/IPzJAHNXFRb1v+DBa38fOvdyaz/nibrsxiOWZxQVLgjYciUeDy1xvXADaWlqvxmLy+90LHbJFbGxK4AN0mWfwBiUMVyxZjkun39pjTNl2k09OhOq+R52UqnehMc4eBdZCddnCUq4/efbFCJkqe5wY+SE8fYybJjauUL64zyrwf6yfWkXvPVHWa9Y+NCmvH8PCBUcsQnwO7l/Yb4N+8+u6zkODyuc9wLAY+DpnptE3plXtvUs5negC4fvJSnOHpWXuoi9yzp7IlPf6fSjMMDQo0JjCYJwazdzqrIH2VSCcfHAqWF0ECR8IgwZV1bp0xFe0UN0Gjsgkozqf8rvs1AYyTSeD19Wg9j+crTke8E1sfoI/qFzHwzBQFKJ+2l0cs7pZWJBARlhbt1j1IouS2aH+74xwsavRhBz4IsFTPqWiP6JTrgk5cgKRnTqInzNfdaLeUw== zuul-worker@openstack.org
|
||||
|
||||
- name: base-debuntu
|
||||
abstract: True
|
||||
parent: base
|
||||
env-vars:
|
||||
DIB_APT_LOCAL_CACHE: '0'
|
||||
DIB_DISABLE_APT_CLEANUP: '1'
|
||||
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||
|
||||
############ CentOS and Fedora (and derivatives) #############
|
||||
|
||||
- name: centos-7
|
||||
elements: []
|
||||
|
||||
- name: centos-8-stream
|
||||
elements: []
|
||||
|
||||
- name: centos-9-stream
|
||||
elements: []
|
||||
|
||||
- name: rockylinux-8
|
||||
elements: []
|
||||
|
||||
- name: rockylinux-9
|
||||
elements: []
|
||||
|
||||
- name: fedora-35
|
||||
elements: []
|
||||
|
||||
- name: fedora-36
|
||||
elements: []
|
||||
|
||||
############ Debian #############
|
||||
|
||||
- name: debian-buster
|
||||
elements: []
|
||||
|
||||
- name: debian-bullseye
|
||||
elements: []
|
||||
|
||||
############ Gentoo #############
|
||||
|
||||
- name: gentoo-17-0-systemd
|
||||
elements: []
|
||||
|
||||
############ openSUSE #############
|
||||
|
||||
- name: opensuse-15
|
||||
elements: []
|
||||
|
||||
############ Ubuntu #############
|
||||
|
||||
- name: ubuntu-bionic
|
||||
elements: []
|
||||
|
||||
- name: ubuntu-focal
|
||||
elements: []
|
||||
|
||||
- name: ubuntu-jammy
|
||||
elements: []
|
||||
|
||||
- name: ubuntu-xenial
|
||||
elements: []
|
||||
|
||||
############ openEuler #############
|
||||
|
||||
- name: openEuler-22-03-LTS
|
||||
elements: []
|
||||
|
||||
############ arm64 #############
|
||||
|
||||
- name: ubuntu-bionic-arm64
|
||||
parent: base-debuntu
|
||||
elements:
|
||||
- ubuntu-minimal
|
||||
release: bionic
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro-us.opendev.org/ubuntu-ports'
|
||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||
|
||||
- name: ubuntu-focal-arm64
|
||||
parent: base-debuntu
|
||||
elements:
|
||||
- ubuntu-minimal
|
||||
release: focal
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro-us.opendev.org/ubuntu-ports'
|
||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||
|
||||
- name: ubuntu-jammy-arm64
|
||||
parent: base-debuntu
|
||||
elements:
|
||||
- ubuntu-minimal
|
||||
release: jammy
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro-us.opendev.org/ubuntu-ports'
|
||||
DIB_DEBIAN_COMPONENTS: 'main,universe'
|
||||
|
||||
- name: debian-bullseye-arm64
|
||||
parent: base-debuntu
|
||||
python-path: /usr/bin/python3
|
||||
elements:
|
||||
- debian-minimal
|
||||
release: bullseye
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro-us.opendev.org/debian'
|
||||
|
||||
- name: debian-buster-arm64
|
||||
parent: base-debuntu
|
||||
elements:
|
||||
- debian-minimal
|
||||
release: buster
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'https://mirror.regionone.linaro-us.opendev.org/debian'
|
||||
|
||||
- name: centos-8-stream-arm64
|
||||
parent: base
|
||||
python-path: /usr/bin/python3
|
||||
elements:
|
||||
- centos-minimal
|
||||
- epel
|
||||
release: 8-stream
|
||||
env-vars:
|
||||
DIB_EPEL_DISABLED: '1'
|
||||
|
||||
- name: centos-9-stream-arm64
|
||||
parent: base
|
||||
python-path: /usr/bin/python3
|
||||
elements:
|
||||
- centos-minimal
|
||||
- epel
|
||||
release: 9-stream
|
||||
env-vars:
|
||||
DIB_EPEL_DISABLED: '1'
|
||||
|
||||
- name: openEuler-22-03-LTS-arm64
|
||||
parent: base
|
||||
python-path: /usr/bin/python3
|
||||
elements:
|
||||
- openeuler-minimal
|
||||
release: 22.03-LTS
|
||||
env-vars:
|
||||
DIB_DISTRIBUTION_MIRROR: 'http://mirror.regionone.linaro-us.opendev.org/openeuler'
|
||||
|
||||
- name: rockylinux-9-arm64
|
||||
parent: base
|
||||
python-path: /usr/bin/python3
|
||||
elements:
|
||||
- rocky-container
|
||||
- epel
|
||||
release: 9
|
@ -96,12 +96,6 @@ providers:
|
||||
rate: 0.25
|
||||
diskimages: *arm64_diskimages
|
||||
|
||||
- name: linaro-us-regionone
|
||||
region-name: 'RegionOne'
|
||||
cloud: linaro-us
|
||||
rate: 0.25
|
||||
diskimages: []
|
||||
|
||||
diskimages:
|
||||
- name: base
|
||||
abstract: True
|
||||
|
@ -349,18 +349,6 @@ providers:
|
||||
diskimage: rockylinux-9
|
||||
key-name: infra-root-keys-2020-05-13
|
||||
|
||||
- name: linaro-us-regionone
|
||||
region-name: 'RegionOne'
|
||||
cloud: linaro-us
|
||||
boot-timeout: 600
|
||||
launch-timeout: 800
|
||||
rate: 0.001
|
||||
diskimages: []
|
||||
pools:
|
||||
- name: main
|
||||
max-servers: 0
|
||||
labels: []
|
||||
|
||||
- name: linaro-regionone
|
||||
region-name: 'RegionOne'
|
||||
cloud: linaro
|
||||
|
Loading…
Reference in New Issue
Block a user