project-config/nodepool/nl01.opendev.org.yaml
James E. Blair f5c200181a Revert "Try switching Rackspace DFW to an API key"
This reverts commit eca3bde9cb.

This was successful, but we want to make the change without altering
the cloud name.  So switch this back, and separately we will update
the config of the rax cloud.

Change-Id: I8cdbd7777a2da866e54ef9210aff2f913a7a0211
2024-03-07 08:46:25 -08:00

195 lines
5.6 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
min-ready: 0
- name: centos-8-stream
min-ready: 1
- name: centos-9-stream
min-ready: 1
- name: debian-bookworm
min-ready: 1
- name: debian-bullseye
min-ready: 1
- name: gentoo-17-0-systemd
min-ready: 1
- name: rockylinux-8
min-ready: 0
- name: rockylinux-9
min-ready: 0
- name: ubuntu-bionic
# Common job platform
min-ready: 10
- name: ubuntu-focal
min-ready: 1
- name: ubuntu-jammy
min-ready: 1
- name: ubuntu-xenial
min-ready: 1
- name: openEuler-22-03-LTS
min-ready: 1
providers:
- name: rax-dfw
region-name: 'DFW'
cloud: rax
boot-timeout: 120
launch-timeout: 600
rate: 0.001
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-bookworm
config-drive: true
- name: debian-bullseye
config-drive: true
- name: gentoo-17-0-systemd
config-drive: true
- name: rockylinux-8
config-drive: true
- name: rockylinux-9
config-drive: true
- name: ubuntu-bionic
config-drive: true
- name: ubuntu-focal
config-drive: true
- name: ubuntu-jammy
config-drive: true
- name: ubuntu-xenial
config-drive: true
- name: openEuler-22-03-LTS
config-drive: true
pools:
- name: main
max-servers: 140
labels: &provider_pools_labels
- name: centos-7
min-ram: 8192
flavor-name: 'Performance'
diskimage: centos-7
key-name: infra-root-keys-2020-05-13
- name: centos-8-stream
min-ram: 8192
flavor-name: 'Performance'
diskimage: centos-8-stream
key-name: infra-root-keys-2020-05-13
- name: centos-9-stream
min-ram: 8192
flavor-name: 'Performance'
diskimage: centos-9-stream
key-name: infra-root-keys-2020-05-13
- name: debian-bookworm
min-ram: 8000
flavor-name: 'Performance'
diskimage: debian-bookworm
key-name: infra-root-keys-2020-05-13
- name: debian-bullseye
min-ram: 8000
flavor-name: 'Performance'
diskimage: debian-bullseye
key-name: infra-root-keys-2020-05-13
- name: gentoo-17-0-systemd
min-ram: 8000
flavor-name: 'Performance'
diskimage: gentoo-17-0-systemd
key-name: infra-root-keys-2020-05-13
- name: rockylinux-8
min-ram: 8192
flavor-name: 'Performance'
diskimage: rockylinux-8
key-name: infra-root-keys-2020-05-13
- name: rockylinux-9
min-ram: 8192
flavor-name: 'Performance'
diskimage: rockylinux-9
key-name: infra-root-keys-2020-05-13
- name: ubuntu-bionic
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-bionic
key-name: infra-root-keys-2020-05-13
- name: ubuntu-focal
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-focal
key-name: infra-root-keys-2020-05-13
- name: ubuntu-jammy
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-jammy
key-name: infra-root-keys-2020-05-13
- name: ubuntu-xenial
min-ram: 8192
flavor-name: 'Performance'
diskimage: ubuntu-xenial
key-name: infra-root-keys-2020-05-13
- name: openEuler-22-03-LTS
min-ram: 8192
flavor-name: 'Performance'
diskimage: openEuler-22-03-LTS
key-name: infra-root-keys-2020-05-13
- name: rax-iad
region-name: 'IAD'
cloud: rax
boot-timeout: 120
launch-timeout: 600
rate: 0.001
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 145
labels: *provider_pools_labels
- name: rax-ord
region-name: 'ORD'
cloud: rax
boot-timeout: 120
# Under load, this region can take a very long time to launch instances,
# but we have a lot of capacity here so it's worthwhile to increase the
# timeout but mitigate node request delays by not retrying failures. Also
# try to substantially reduce the number of instances we launch in
# parallel.
max-concurrency: 5
launch-retries: 1
launch-timeout: 900
rate: 0.01
diskimages: *provider_diskimages
pools:
- name: main
max-servers: 195
labels:
labels: *provider_pools_labels
diskimages:
- name: centos-7
- name: centos-8-stream
- name: centos-9-stream
- name: debian-bookworm
- name: debian-bullseye
- name: gentoo-17-0-systemd
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-bionic
- name: ubuntu-focal
- name: ubuntu-jammy
- name: ubuntu-xenial
- name: openEuler-22-03-LTS