2021-03-16 14:42:14 -07:00
|
|
|
elements-dir: /etc/nodepool/elements
|
|
|
|
images-dir: /opt/nodepool_dib
|
|
|
|
|
2021-03-16 14:54:43 -07:00
|
|
|
# This portion of the config is updated by ansible to use the actual
|
|
|
|
# zookeeper servers.
|
2021-03-16 14:42:14 -07:00
|
|
|
zookeeper-servers:
|
2021-03-16 14:54:43 -07:00
|
|
|
- host: zk01.example.org
|
|
|
|
port: 2281
|
|
|
|
- host: zk02.example.org
|
|
|
|
port: 2281
|
|
|
|
- host: zk03.example.org
|
|
|
|
port: 2281
|
2021-03-16 14:42:14 -07:00
|
|
|
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# Note this doesn't apply for labels that are only provided by this launcher;
|
2021-05-06 12:15:12 +10:00
|
|
|
# e.g. *-arm64
|
2021-03-16 14:42:14 -07:00
|
|
|
labels:
|
2022-12-23 09:10:43 +11:00
|
|
|
# x86_64
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: centos-8-stream
|
2021-11-03 12:39:58 +01:00
|
|
|
- name: centos-9-stream
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: gentoo-17-0-systemd
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: openEuler-22-03-LTS
|
2022-02-08 17:56:23 -05:00
|
|
|
- name: rockylinux-8
|
2022-08-04 09:21:43 -04:00
|
|
|
- name: rockylinux-9
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: ubuntu-xenial
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
- name: ubuntu-focal
|
2022-04-26 13:53:29 +02:00
|
|
|
- name: ubuntu-jammy
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble
|
2022-12-23 09:10:43 +11:00
|
|
|
|
|
|
|
# arm64
|
|
|
|
- name: centos-8-stream-arm64
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: centos-9-stream-arm64
|
2021-04-08 17:58:00 +00:00
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: rockylinux-9-arm64
|
2022-05-03 16:31:42 -07:00
|
|
|
min-ready: 0
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm-arm64
|
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: debian-bullseye-arm64
|
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic-arm64
|
2021-04-08 17:58:00 +00:00
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: ubuntu-focal-arm64
|
|
|
|
min-ready: 0
|
|
|
|
- name: ubuntu-jammy-arm64
|
|
|
|
min-ready: 0
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64
|
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
|
|
|
|
# arm64 larger types
|
|
|
|
- name: openEuler-22-03-LTS-arm64-16C-16GB
|
|
|
|
min-ready: 0
|
2022-12-23 08:29:40 +11:00
|
|
|
- name: ubuntu-bionic-arm64-16C-16GB
|
2021-04-08 17:58:00 +00:00
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: ubuntu-focal-arm64-16C-16GB
|
|
|
|
min-ready: 0
|
|
|
|
- name: ubuntu-jammy-arm64-16C-16GB
|
|
|
|
min-ready: 0
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64-16C-16GB
|
|
|
|
min-ready: 0
|
2022-12-23 09:10:43 +11:00
|
|
|
- name: rockylinux-9-arm64-16C-16GB
|
|
|
|
min-ready: 0
|
|
|
|
|
|
|
|
# vexxhost specific node types
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic-vexxhost
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic-expanded-vexxhost
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2021-10-19 16:10:02 -07:00
|
|
|
- name: ubuntu-bionic-32GB
|
|
|
|
min-ready: 0
|
2023-07-19 02:06:23 +03:00
|
|
|
- name: ubuntu-focal-32GB
|
|
|
|
min-ready: 0
|
|
|
|
- name: ubuntu-jammy-32GB
|
|
|
|
min-ready: 0
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-32GB
|
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-xenial-gpu
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic-gpu
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2023-10-04 14:46:58 +02:00
|
|
|
- name: nested-virt-debian-bookworm
|
|
|
|
min-ready: 0
|
2023-03-31 18:15:25 +02:00
|
|
|
- name: nested-virt-debian-bullseye
|
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: nested-virt-ubuntu-bionic
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: nested-virt-ubuntu-focal
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2022-08-04 12:09:58 +02:00
|
|
|
- name: nested-virt-ubuntu-jammy
|
|
|
|
min-ready: 0
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: nested-virt-ubuntu-noble
|
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: nested-virt-centos-8-stream
|
2021-03-16 14:49:40 -07:00
|
|
|
min-ready: 0
|
2022-01-20 09:05:36 +01:00
|
|
|
- name: nested-virt-centos-9-stream
|
|
|
|
min-ready: 0
|
2022-08-24 17:46:50 +02:00
|
|
|
- name: nested-virt-rockylinux-9
|
|
|
|
min-ready: 0
|
2021-03-16 14:42:14 -07:00
|
|
|
|
|
|
|
providers:
|
2022-12-12 08:35:48 -08:00
|
|
|
- name: vexxhost-ca-ymq-1
|
|
|
|
region-name: 'ca-ymq-1'
|
2024-03-07 11:28:17 -08:00
|
|
|
# Changing this cloud value impacts things like mirror names in jobs.
|
|
|
|
# It should be changed carefully.
|
2022-12-12 08:35:48 -08:00
|
|
|
cloud: vexxhost
|
|
|
|
boot-timeout: 120
|
|
|
|
rate: 0.001
|
2021-03-16 14:42:14 -07:00
|
|
|
diskimages: &provider_diskimages
|
|
|
|
- name: centos-8-stream
|
|
|
|
config-drive: true
|
2021-11-03 12:39:58 +01:00
|
|
|
- name: centos-9-stream
|
|
|
|
config-drive: true
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm
|
|
|
|
config-drive: true
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye
|
|
|
|
config-drive: true
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: gentoo-17-0-systemd
|
|
|
|
config-drive: true
|
2022-02-08 17:56:23 -05:00
|
|
|
- name: rockylinux-8
|
|
|
|
config-drive: true
|
2022-08-04 09:21:43 -04:00
|
|
|
- name: rockylinux-9
|
|
|
|
config-drive: true
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
config-drive: true
|
|
|
|
- name: ubuntu-focal
|
|
|
|
config-drive: true
|
2022-04-26 13:53:29 +02:00
|
|
|
- name: ubuntu-jammy
|
|
|
|
config-drive: true
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble
|
|
|
|
config-drive: true
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-xenial
|
|
|
|
config-drive: true
|
2022-09-20 12:30:21 +00:00
|
|
|
- name: openEuler-22-03-LTS
|
|
|
|
config-drive: true
|
2021-03-16 14:42:14 -07:00
|
|
|
pools:
|
|
|
|
- name: main
|
2021-03-16 14:49:40 -07:00
|
|
|
max-servers: 50
|
2021-03-16 14:42:14 -07:00
|
|
|
labels:
|
2023-10-04 14:46:58 +02:00
|
|
|
- name: nested-virt-debian-bookworm
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: debian-bookworm
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-05-11 15:44:42 +00:00
|
|
|
- name: nested-virt-debian-bullseye
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: debian-bullseye
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: nested-virt-ubuntu-bionic
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: nested-virt-ubuntu-focal
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: ubuntu-focal
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: nested-virt-ubuntu-jammy
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: ubuntu-jammy
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: nested-virt-ubuntu-noble
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: ubuntu-noble
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-10-19 16:10:02 -07:00
|
|
|
- name: ubuntu-bionic-32GB
|
|
|
|
flavor-name: 'v3-standard-8' # 8c, 32g
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-07-19 02:06:23 +03:00
|
|
|
- name: ubuntu-focal-32GB
|
|
|
|
flavor-name: 'v3-standard-8' # 8c, 32g
|
|
|
|
diskimage: ubuntu-focal
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-jammy-32GB
|
|
|
|
flavor-name: 'v3-standard-8' # 8c, 32g
|
|
|
|
diskimage: ubuntu-jammy
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-32GB
|
|
|
|
flavor-name: 'v3-standard-8' # 8c, 32g
|
|
|
|
diskimage: ubuntu-noble
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: vexxhost-specific
|
2021-03-16 14:49:40 -07:00
|
|
|
max-servers: 20
|
2021-03-16 14:42:14 -07:00
|
|
|
labels:
|
|
|
|
- name: ubuntu-bionic-expanded-vexxhost
|
|
|
|
flavor-name: 'v3-standard-16'
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-bionic-vexxhost
|
|
|
|
flavor-name: 'v3-standard-8'
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: gpu
|
2021-03-16 14:49:40 -07:00
|
|
|
max-servers: 2
|
2021-03-16 14:42:14 -07:00
|
|
|
labels:
|
|
|
|
- name: ubuntu-xenial-gpu
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v2-gpu-6'
|
|
|
|
diskimage: ubuntu-xenial
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-bionic-gpu
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: 'v2-gpu-6'
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
|
|
|
|
- name: vexxhost-sjc1
|
|
|
|
region-name: sjc1
|
2024-03-07 11:28:17 -08:00
|
|
|
# Changing this cloud value impacts things like mirror names in jobs.
|
|
|
|
# It should be changed carefully.
|
2021-03-16 14:42:14 -07:00
|
|
|
cloud: vexxhost
|
|
|
|
boot-timeout: 120
|
|
|
|
rate: 0.001
|
|
|
|
diskimages: *provider_diskimages
|
|
|
|
pools:
|
|
|
|
- name: main
|
|
|
|
max-servers: 0
|
|
|
|
labels:
|
|
|
|
- name: centos-8-stream
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: centos-8-stream
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-11-03 12:39:58 +01:00
|
|
|
- name: centos-9-stream
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: centos-9-stream
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: debian-bookworm
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: debian-bullseye
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: gentoo-17-0-systemd
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: gentoo-17-0-systemd
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-bionic
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-focal
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-focal
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-04-26 13:53:29 +02:00
|
|
|
- name: ubuntu-jammy
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-jammy
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-noble
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-xenial
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-xenial
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-09-20 12:30:21 +00:00
|
|
|
- name: openEuler-22-03-LTS
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: openEuler-22-03-LTS
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-10-04 14:46:58 +02:00
|
|
|
- name: nested-virt-debian-bookworm
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: debian-bookworm
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-03-31 18:15:25 +02:00
|
|
|
- name: nested-virt-debian-bullseye
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: debian-bullseye
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: nested-virt-ubuntu-bionic
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-bionic
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: nested-virt-ubuntu-focal
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-focal
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-08-04 12:09:58 +02:00
|
|
|
- name: nested-virt-ubuntu-jammy
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-jammy
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: nested-virt-ubuntu-noble
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: ubuntu-noble
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: nested-virt-centos-8-stream
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: centos-8-stream
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-01-20 09:05:36 +01:00
|
|
|
- name: nested-virt-centos-9-stream
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: centos-9-stream
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-08-24 17:46:50 +02:00
|
|
|
- name: nested-virt-rockylinux-9
|
|
|
|
min-ram: 8000
|
|
|
|
flavor-name: v2-highcpu-8
|
|
|
|
boot-from-volume: true
|
|
|
|
volume-size: 80
|
|
|
|
diskimage: rockylinux-9
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-16 14:42:14 -07:00
|
|
|
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: linaro-regionone
|
|
|
|
region-name: 'RegionOne'
|
2024-03-07 11:28:17 -08:00
|
|
|
# Changing this cloud value impacts things like mirror names in jobs.
|
|
|
|
# It should be changed carefully.
|
2022-12-23 08:40:38 +11:00
|
|
|
cloud: linaro
|
|
|
|
boot-timeout: 600
|
|
|
|
launch-timeout: 800
|
|
|
|
rate: 0.001
|
|
|
|
diskimages:
|
|
|
|
- name: centos-9-stream-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: centos-8-stream-arm64
|
|
|
|
config-drive: true
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm-arm64
|
|
|
|
config-drive: true
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: debian-bullseye-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: ubuntu-bionic-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: ubuntu-focal-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: ubuntu-jammy-arm64
|
|
|
|
config-drive: true
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64
|
|
|
|
config-drive: true
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: openEuler-22-03-LTS-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: rockylinux-9-arm64
|
|
|
|
config-drive: true
|
|
|
|
pools:
|
|
|
|
- name: main
|
2023-01-25 13:59:52 +11:00
|
|
|
# Network assignment is 147.28.149.96/27, one host is the
|
|
|
|
# mirror node.
|
2023-12-14 16:33:20 +00:00
|
|
|
# Temporarily lowered from 28 to 16 due to "no valid host" errors
|
|
|
|
max-servers: 16
|
2022-12-23 08:40:38 +11:00
|
|
|
labels:
|
|
|
|
- name: centos-9-stream-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: centos-9-stream-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: centos-8-stream-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: centos-8-stream-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: debian-bookworm-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: debian-bullseye-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: debian-bullseye-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-bionic-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: ubuntu-bionic-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-bionic-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: ubuntu-bionic-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-focal-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: ubuntu-focal-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-focal-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: ubuntu-focal-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-jammy-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: ubuntu-jammy-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: ubuntu-noble-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: ubuntu-jammy-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: ubuntu-jammy-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: ubuntu-noble-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-12-23 08:40:38 +11:00
|
|
|
- name: openEuler-22-03-LTS-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: openEuler-22-03-LTS-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: rockylinux-9-arm64
|
|
|
|
flavor-name: 'opendev'
|
|
|
|
diskimage: rockylinux-9-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: rockylinux-9-arm64-16C-16GB
|
|
|
|
flavor-name: 'opendev-16C-16GB'
|
|
|
|
diskimage: rockylinux-9-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
|
2021-04-15 15:15:36 +10:00
|
|
|
- name: osuosl-regionone
|
2021-04-14 12:24:18 +10:00
|
|
|
region-name: 'RegionOne'
|
2024-03-07 11:28:17 -08:00
|
|
|
# Changing this cloud value impacts things like mirror names in jobs.
|
|
|
|
# It should be changed carefully.
|
2021-04-14 12:24:18 +10:00
|
|
|
cloud: osuosl
|
|
|
|
boot-timeout: 600
|
|
|
|
launch-timeout: 800
|
|
|
|
rate: 0.001
|
|
|
|
diskimages:
|
2022-04-06 12:33:48 +02:00
|
|
|
- name: centos-9-stream-arm64
|
|
|
|
config-drive: true
|
2021-04-14 12:24:18 +10:00
|
|
|
- name: centos-8-stream-arm64
|
|
|
|
config-drive: true
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm-arm64
|
|
|
|
config-drive: true
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye-arm64
|
|
|
|
config-drive: true
|
2022-09-20 18:29:50 +02:00
|
|
|
- name: rockylinux-9-arm64
|
|
|
|
config-drive: true
|
2021-04-14 12:24:18 +10:00
|
|
|
- name: ubuntu-bionic-arm64
|
|
|
|
config-drive: true
|
|
|
|
- name: ubuntu-focal-arm64
|
|
|
|
config-drive: true
|
2022-05-03 16:31:42 -07:00
|
|
|
- name: ubuntu-jammy-arm64
|
|
|
|
config-drive: true
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64
|
|
|
|
config-drive: true
|
2021-04-14 12:24:18 +10:00
|
|
|
pools:
|
|
|
|
- name: main
|
2021-06-16 14:14:32 +10:00
|
|
|
max-servers: 15
|
2021-04-14 12:24:18 +10:00
|
|
|
labels:
|
2022-04-06 12:33:48 +02:00
|
|
|
- name: centos-9-stream-arm64
|
|
|
|
flavor-name: 'opendev.large'
|
|
|
|
diskimage: centos-9-stream-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-04-14 12:24:18 +10:00
|
|
|
- name: centos-8-stream-arm64
|
2021-04-15 11:09:05 +10:00
|
|
|
flavor-name: 'opendev.large'
|
2021-04-14 12:24:18 +10:00
|
|
|
diskimage: centos-8-stream-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm-arm64
|
|
|
|
flavor-name: 'opendev.large'
|
|
|
|
diskimage: debian-bookworm-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye-arm64
|
2021-07-08 17:19:10 +00:00
|
|
|
flavor-name: 'opendev.large'
|
2021-03-29 10:47:24 +03:00
|
|
|
diskimage: debian-bullseye-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-09-20 18:29:50 +02:00
|
|
|
- name: rockylinux-9-arm64
|
|
|
|
flavor-name: 'opendev.large'
|
|
|
|
diskimage: rockylinux-9-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-04-14 12:24:18 +10:00
|
|
|
- name: ubuntu-bionic-arm64
|
2021-04-15 11:09:05 +10:00
|
|
|
flavor-name: 'opendev.large'
|
2021-04-14 12:24:18 +10:00
|
|
|
diskimage: ubuntu-bionic-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
|
|
|
- name: ubuntu-focal-arm64
|
2021-04-15 11:09:05 +10:00
|
|
|
flavor-name: 'opendev.large'
|
2021-04-14 12:24:18 +10:00
|
|
|
diskimage: ubuntu-focal-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2022-05-03 16:31:42 -07:00
|
|
|
- name: ubuntu-jammy-arm64
|
|
|
|
flavor-name: 'opendev.large'
|
|
|
|
diskimage: ubuntu-jammy-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble-arm64
|
|
|
|
flavor-name: 'opendev.large'
|
|
|
|
diskimage: ubuntu-noble-arm64
|
|
|
|
key-name: infra-root-keys-2020-05-13
|
2021-04-14 12:24:18 +10:00
|
|
|
|
2021-03-16 14:42:14 -07:00
|
|
|
diskimages:
|
|
|
|
- name: centos-8-stream
|
2021-11-03 12:39:58 +01:00
|
|
|
- name: centos-9-stream
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: centos-8-stream-arm64
|
2022-04-06 12:33:48 +02:00
|
|
|
- name: centos-9-stream-arm64
|
2023-07-03 18:47:46 +02:00
|
|
|
- name: debian-bookworm
|
|
|
|
- name: debian-bookworm-arm64
|
2021-03-29 10:47:24 +03:00
|
|
|
- name: debian-bullseye
|
|
|
|
- name: debian-bullseye-arm64
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: gentoo-17-0-systemd
|
2022-02-08 17:56:23 -05:00
|
|
|
- name: rockylinux-8
|
2022-08-04 09:21:43 -04:00
|
|
|
- name: rockylinux-9
|
2022-09-20 18:29:50 +02:00
|
|
|
- name: rockylinux-9-arm64
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-bionic
|
|
|
|
- name: ubuntu-bionic-arm64
|
|
|
|
- name: ubuntu-focal
|
|
|
|
- name: ubuntu-focal-arm64
|
2022-04-26 13:53:29 +02:00
|
|
|
- name: ubuntu-jammy
|
2022-05-06 11:16:56 +02:00
|
|
|
- name: ubuntu-jammy-arm64
|
2024-05-21 19:37:55 +00:00
|
|
|
- name: ubuntu-noble
|
|
|
|
- name: ubuntu-noble-arm64
|
2021-03-16 14:42:14 -07:00
|
|
|
- name: ubuntu-xenial
|
2022-09-20 12:30:21 +00:00
|
|
|
- name: openEuler-22-03-LTS
|
2022-08-03 14:21:12 +08:00
|
|
|
- name: openEuler-22-03-LTS-arm64
|