Add rockylinux-8 to nodepool configuration
Signed-off-by: Neil Hanlon <neil@rockylinux.org> Change-Id: Ic3344bc47ca56c27f7ec3427a0865bd6ce3349d3 Depends-On: https://review.opendev.org/c/openstack/project-config/+/829405 Depends-On: https://review.opendev.org/c/openstack/project-config/+/829712
This commit is contained in:
@@ -22,6 +22,7 @@ create "Centos 7" "centos-7"
|
|||||||
create "Centos 8 Stream" "centos-8-stream"
|
create "Centos 8 Stream" "centos-8-stream"
|
||||||
create "Centos 9 Stream" "centos-9-stream"
|
create "Centos 9 Stream" "centos-9-stream"
|
||||||
create "Fedora 35" "fedora-35"
|
create "Fedora 35" "fedora-35"
|
||||||
|
create "Rocky Linux 8" "rockylinux-8"
|
||||||
create "Debian Bullseye" "debian-bullseye"
|
create "Debian Bullseye" "debian-bullseye"
|
||||||
create "Debian Buster" "debian-buster"
|
create "Debian Buster" "debian-buster"
|
||||||
create "Gentoo" "gentoo-17-0-systemd"
|
create "Gentoo" "gentoo-17-0-systemd"
|
||||||
|
@@ -383,6 +383,58 @@ dashboard:
|
|||||||
targets:
|
targets:
|
||||||
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.fedora-35.status.duration.mean, 'None'), "Time")
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.fedora-35.status.duration.mean, 'None'), "Time")
|
||||||
refId: A
|
refId: A
|
||||||
|
# AUTOGENERATED : Rocky Linux 8
|
||||||
|
|
||||||
|
- title: Rocky Linux 8
|
||||||
|
showTitle: true
|
||||||
|
height: 200px
|
||||||
|
panels:
|
||||||
|
- title: Build status
|
||||||
|
colorBackground: true
|
||||||
|
type: singlestat
|
||||||
|
valueName: current
|
||||||
|
valueMaps:
|
||||||
|
- value: 0
|
||||||
|
text: "OK"
|
||||||
|
- value: 1
|
||||||
|
text: "FAILED"
|
||||||
|
thresholds: 0.1,0.9
|
||||||
|
span: 2
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.rockylinux-8.status.rc"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Last build
|
||||||
|
type: singlestat
|
||||||
|
span: 2
|
||||||
|
format: dateTimeFromNow
|
||||||
|
targets:
|
||||||
|
- target: "stats.gauges.nodepool.dib_image_build.rockylinux-8.status.last_build"
|
||||||
|
valueFontSize: "50%"
|
||||||
|
|
||||||
|
- title: Image size
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
- format: decbytes
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.rockylinux-8.*.size, 5)
|
||||||
|
refId: A
|
||||||
|
|
||||||
|
- title: Build duration
|
||||||
|
type: graph
|
||||||
|
span: 3
|
||||||
|
yaxes:
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
- format: ms
|
||||||
|
min: 0
|
||||||
|
targets:
|
||||||
|
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.rockylinux-8.status.duration.mean, 'None'), "Time")
|
||||||
|
refId: A
|
||||||
# AUTOGENERATED : Debian Bullseye
|
# AUTOGENERATED : Debian Bullseye
|
||||||
|
|
||||||
- title: Debian Bullseye
|
- title: Debian Bullseye
|
||||||
|
@@ -31,6 +31,8 @@ labels:
|
|||||||
min-ready: 1
|
min-ready: 1
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
min-ready: 1
|
min-ready: 1
|
||||||
|
- name: rockylinux-8
|
||||||
|
min-ready: 0
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
# Common job platform
|
# Common job platform
|
||||||
min-ready: 10
|
min-ready: 10
|
||||||
@@ -65,6 +67,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: rockylinux-8
|
||||||
|
config-drive: true
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
@@ -117,6 +121,11 @@ providers:
|
|||||||
flavor-name: 'Performance'
|
flavor-name: 'Performance'
|
||||||
diskimage: opensuse-15
|
diskimage: opensuse-15
|
||||||
key-name: infra-root-keys-2020-05-13
|
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: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
min-ram: 8192
|
min-ram: 8192
|
||||||
flavor-name: 'Performance'
|
flavor-name: 'Performance'
|
||||||
@@ -171,6 +180,7 @@ diskimages:
|
|||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
- name: gentoo-17-0-systemd
|
- name: gentoo-17-0-systemd
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
|
- name: rockylinux-8
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
|
@@ -23,6 +23,7 @@ labels:
|
|||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
- name: gentoo-17-0-systemd
|
- name: gentoo-17-0-systemd
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
|
- name: rockylinux-8
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
- name: ubuntu-bionic-limestone-debug
|
- name: ubuntu-bionic-limestone-debug
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
@@ -76,6 +77,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: rockylinux-8
|
||||||
|
config-drive: true
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
@@ -126,6 +129,11 @@ providers:
|
|||||||
flavor-name: 'nodepool.0'
|
flavor-name: 'nodepool.0'
|
||||||
diskimage: opensuse-15
|
diskimage: opensuse-15
|
||||||
key-name: infra-root-keys-2020-05-13
|
key-name: infra-root-keys-2020-05-13
|
||||||
|
- name: rockylinux-8
|
||||||
|
min-ram: 8000
|
||||||
|
flavor-name: 'nodepool.0'
|
||||||
|
diskimage: rockylinux-8
|
||||||
|
key-name: infra-root-keys-2020-05-13
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
min-ram: 8000
|
min-ram: 8000
|
||||||
flavor-name: 'nodepool.0'
|
flavor-name: 'nodepool.0'
|
||||||
@@ -339,6 +347,7 @@ diskimages:
|
|||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
- name: gentoo-17-0-systemd
|
- name: gentoo-17-0-systemd
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
|
- name: rockylinux-8
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
|
@@ -32,6 +32,7 @@ labels:
|
|||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
- name: gentoo-17-0-systemd
|
- name: gentoo-17-0-systemd
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
|
- name: rockylinux-8
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
- name: ubuntu-xenial
|
- name: ubuntu-xenial
|
||||||
@@ -94,6 +95,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: rockylinux-8
|
||||||
|
config-drive: true
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
@@ -144,6 +147,11 @@ providers:
|
|||||||
flavor-name: 'A1.8'
|
flavor-name: 'A1.8'
|
||||||
diskimage: opensuse-15
|
diskimage: opensuse-15
|
||||||
key-name: infra-root-keys-2020-05-13
|
key-name: infra-root-keys-2020-05-13
|
||||||
|
- name: rockylinux-8
|
||||||
|
min-ram: 8000
|
||||||
|
flavor-name: 'A1.8'
|
||||||
|
diskimage: rockylinux-8
|
||||||
|
key-name: infra-root-keys-2020-05-13
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
min-ram: 8000
|
min-ram: 8000
|
||||||
flavor-name: 'A1.8'
|
flavor-name: 'A1.8'
|
||||||
@@ -470,6 +478,7 @@ diskimages:
|
|||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
- name: gentoo-17-0-systemd
|
- name: gentoo-17-0-systemd
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
|
- name: rockylinux-8
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
- name: ubuntu-bionic-arm64
|
- name: ubuntu-bionic-arm64
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
|
@@ -33,6 +33,8 @@ providers:
|
|||||||
config-drive: true
|
config-drive: true
|
||||||
- name: opensuse-15
|
- name: opensuse-15
|
||||||
config-drive: true
|
config-drive: true
|
||||||
|
- name: rockylinux-8
|
||||||
|
config-drive: true
|
||||||
- name: ubuntu-bionic
|
- name: ubuntu-bionic
|
||||||
config-drive: true
|
config-drive: true
|
||||||
- name: ubuntu-focal
|
- name: ubuntu-focal
|
||||||
@@ -133,7 +135,7 @@ diskimages:
|
|||||||
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
DIB_DEBOOTSTRAP_EXTRA_ARGS: '--no-check-gpg'
|
||||||
|
|
||||||
|
|
||||||
############ CentOS and Fedora #############
|
############ CentOS and Fedora (and derivatives) #############
|
||||||
|
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
parent: base
|
parent: base
|
||||||
@@ -168,6 +170,18 @@ diskimages:
|
|||||||
env-vars:
|
env-vars:
|
||||||
DIB_EPEL_DISABLED: '1'
|
DIB_EPEL_DISABLED: '1'
|
||||||
|
|
||||||
|
- name: rockylinux-8
|
||||||
|
parent: base
|
||||||
|
pause: false
|
||||||
|
python-path: /usr/bin/python3
|
||||||
|
release: '8'
|
||||||
|
elements:
|
||||||
|
- cache-devstack
|
||||||
|
- rocky-container
|
||||||
|
- epel
|
||||||
|
env-vars:
|
||||||
|
DIB_EPEL_DISABLED: '1'
|
||||||
|
|
||||||
- name: fedora-35
|
- name: fedora-35
|
||||||
parent: base
|
parent: base
|
||||||
pause: false
|
pause: false
|
||||||
|
Reference in New Issue
Block a user