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-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-noble - name: ubuntu-xenial - name: openEuler-22-03-LTS - name: nested-virt-debian-bookworm min-ready: 0 - name: nested-virt-debian-bullseye min-ready: 0 - name: nested-virt-ubuntu-bionic min-ready: 0 - name: nested-virt-ubuntu-focal min-ready: 0 - name: nested-virt-ubuntu-jammy min-ready: 0 - name: nested-virt-ubuntu-noble min-ready: 0 - name: nested-virt-centos-8-stream min-ready: 0 - name: nested-virt-centos-9-stream min-ready: 0 - name: nested-virt-rockylinux-9 min-ready: 0 providers: - name: ovh-bhs1 region-name: 'BHS1' # Changing this cloud value impacts things like mirror names in jobs. # It should be changed carefully. cloud: ovh boot-timeout: 120 launch-timeout: 600 rate: 0.1 diskimages: &provider_diskimages - 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-noble config-drive: true - name: ubuntu-xenial config-drive: true - name: openEuler-22-03-LTS config-drive: true pools: - name: main max-servers: 120 labels: &provider_pools_labels - name: centos-8-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: centos-8-stream key-name: infra-root-keys-2024-04-08 - name: centos-9-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: centos-9-stream key-name: infra-root-keys-2024-04-08 - name: debian-bookworm min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: debian-bookworm key-name: infra-root-keys-2024-04-08 - name: debian-bullseye min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: debian-bullseye key-name: infra-root-keys-2024-04-08 - name: gentoo-17-0-systemd min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: gentoo-17-0-systemd key-name: infra-root-keys-2024-04-08 - name: rockylinux-8 min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: rockylinux-8 key-name: infra-root-keys-2024-04-08 - name: rockylinux-9 min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: rockylinux-9 key-name: infra-root-keys-2024-04-08 - name: ubuntu-bionic min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-bionic key-name: infra-root-keys-2024-04-08 - name: ubuntu-focal min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-focal key-name: infra-root-keys-2024-04-08 - name: ubuntu-jammy min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-jammy key-name: infra-root-keys-2024-04-08 - name: ubuntu-noble min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-noble key-name: infra-root-keys-2024-04-08 - name: ubuntu-xenial min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-xenial key-name: infra-root-keys-2024-04-08 - name: openEuler-22-03-LTS min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: openEuler-22-03-LTS key-name: infra-root-keys-2024-04-08 - name: nested-virt-debian-bookworm min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: debian-bookworm key-name: infra-root-keys-2024-04-08 - name: nested-virt-debian-bullseye min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: debian-bullseye key-name: infra-root-keys-2024-04-08 - name: nested-virt-ubuntu-bionic min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-bionic key-name: infra-root-keys-2024-04-08 - name: nested-virt-ubuntu-focal min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-focal key-name: infra-root-keys-2024-04-08 - name: nested-virt-ubuntu-jammy min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-jammy key-name: infra-root-keys-2024-04-08 - name: nested-virt-ubuntu-noble min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: ubuntu-noble key-name: infra-root-keys-2024-04-08 - name: nested-virt-centos-8-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: centos-8-stream key-name: infra-root-keys-2024-04-08 - name: nested-virt-centos-9-stream min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: centos-9-stream key-name: infra-root-keys-2024-04-08 - name: nested-virt-rockylinux-9 min-ram: 8000 flavor-name: ssd-osFoundation-3 diskimage: rockylinux-9 key-name: infra-root-keys-2024-04-08 - name: ovh-gra1 region-name: 'GRA1' # Changing this cloud value impacts things like mirror names in jobs. # It should be changed carefully. cloud: ovh boot-timeout: 120 launch-timeout: 600 rate: 0.1 diskimages: *provider_diskimages pools: - name: main max-servers: 79 labels: *provider_pools_labels diskimages: - 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-noble - name: ubuntu-xenial - name: openEuler-22-03-LTS