dd58c496f8
The dependent changes should be the last references to Fedora 34 nodes Depends-On: https://review.opendev.org/c/openstack/devstack/+/827576 Depends-On: https://review.opendev.org/c/openstack/devstack/+/827578 Depends-On: https://review.opendev.org/c/zuul/nodepool/+/827577 Change-Id: Ie14ea374808e5518588925de3a476f0bc6ff2ccf
345 lines
11 KiB
YAML
345 lines
11 KiB
YAML
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
|
|
|
|
# NOTE(pabelanger): To avoid a race conditions between multiple launchers, only
|
|
# nl01.o.o will manage min-ready of our labels. If nl01.o.o is ever disabled,
|
|
# another launcher will need to assume this logic.
|
|
labels:
|
|
- name: centos-7
|
|
- name: centos-8-stream
|
|
- name: centos-9-stream
|
|
- name: debian-bullseye
|
|
- name: debian-buster
|
|
- name: fedora-35
|
|
- name: gentoo-17-0-systemd
|
|
- name: opensuse-15
|
|
- name: ubuntu-bionic
|
|
- name: ubuntu-bionic-limestone-debug
|
|
- name: ubuntu-focal
|
|
- name: ubuntu-xenial
|
|
- name: centos-7-expanded
|
|
min-ready: 0
|
|
- name: ubuntu-bionic-expanded
|
|
min-ready: 0
|
|
- name: ubuntu-bionic-32GB
|
|
min-ready: 0
|
|
- name: multi-numa-ubuntu-bionic
|
|
min-ready: 0
|
|
- name: multi-numa-ubuntu-bionic-expanded
|
|
min-ready: 0
|
|
- name: multi-numa-centos-7
|
|
min-ready: 0
|
|
- name: multi-numa-centos-7-expanded
|
|
min-ready: 0
|
|
- name: nested-virt-ubuntu-bionic
|
|
min-ready: 0
|
|
- name: nested-virt-ubuntu-focal
|
|
min-ready: 0
|
|
- name: nested-virt-centos-7
|
|
min-ready: 0
|
|
- name: nested-virt-centos-8-stream
|
|
min-ready: 0
|
|
- name: nested-virt-centos-9-stream
|
|
min-ready: 0
|
|
|
|
providers:
|
|
- name: limestone-regionone
|
|
region-name: 'RegionOne'
|
|
cloud: limestone
|
|
boot-timeout: 120
|
|
launch-timeout: 300
|
|
rate: 0.01
|
|
diskimages: &provider_diskimages
|
|
- name: centos-7
|
|
config-drive: true
|
|
- name: centos-8-stream
|
|
config-drive: true
|
|
- name: centos-9-stream
|
|
config-drive: true
|
|
- name: debian-bullseye
|
|
config-drive: true
|
|
- name: debian-buster
|
|
config-drive: true
|
|
- name: fedora-35
|
|
config-drive: true
|
|
- name: gentoo-17-0-systemd
|
|
config-drive: true
|
|
- name: opensuse-15
|
|
config-drive: true
|
|
- name: ubuntu-bionic
|
|
config-drive: true
|
|
- name: ubuntu-focal
|
|
config-drive: true
|
|
- name: ubuntu-xenial
|
|
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: 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: 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-xenial
|
|
min-ram: 8000
|
|
flavor-name: 'nodepool.0'
|
|
diskimage: ubuntu-xenial
|
|
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-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: 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: 10
|
|
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: 16
|
|
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
|
|
boot-timeout: 120
|
|
launch-timeout: 300
|
|
rate: 0.01
|
|
diskimages: *provider_diskimages
|
|
pools:
|
|
- name: main
|
|
max-servers: 51
|
|
labels:
|
|
- name: centos-7
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: centos-7
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: centos-8-stream
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: centos-8-stream
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: centos-9-stream
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: centos-9-stream
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: debian-bullseye
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: debian-bullseye
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: debian-buster
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: debian-buster
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: fedora-35
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: fedora-35
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: gentoo-17-0-systemd
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: gentoo-17-0-systemd
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: opensuse-15
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: opensuse-15
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: ubuntu-bionic
|
|
min-ram: 8000
|
|
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'
|
|
diskimage: ubuntu-focal
|
|
key-name: infra-root-keys-2020-05-13
|
|
- name: ubuntu-xenial
|
|
min-ram: 8000
|
|
flavor-name: 'opendev-zuul'
|
|
diskimage: ubuntu-xenial
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
diskimages:
|
|
- name: centos-7
|
|
- name: centos-8-stream
|
|
- name: centos-9-stream
|
|
- name: debian-bullseye
|
|
- name: debian-buster
|
|
- name: fedora-35
|
|
- name: gentoo-17-0-systemd
|
|
- name: opensuse-15
|
|
- name: ubuntu-bionic
|
|
- name: ubuntu-focal
|
|
- name: ubuntu-xenial
|