Add rockylinux nodes to openmetal provider

This was apparently missed somehow. The diskimage and label
configuration for rockylinux is in place on nl02 but we didn't add the
nodes to the openmetal provider on nl02. Correct this oversight.

Change-Id: I17ef0d0115a28952168dc7e2492a44cd633824ca
This commit is contained in:
Clark Boylan 2024-09-12 10:53:40 -07:00
parent 8464f15157
commit f42add7c6c

View File

@ -88,6 +88,16 @@ providers:
flavor-name: 'opendev-zuul' flavor-name: 'opendev-zuul'
diskimage: gentoo-17-0-systemd diskimage: gentoo-17-0-systemd
key-name: infra-root-keys-2024-04-08 key-name: infra-root-keys-2024-04-08
- name: rockylinux-8
min-ram: 8000
flavor-name: 'opendev-zuul'
diskimage: rockylinux-8
key-name: infra-root-keys-2024-04-08
- name: rockylinux-9
min-ram: 8000
flavor-name: 'opendev-zuul'
diskimage: rockylinux-9
key-name: infra-root-keys-2024-04-08
- name: ubuntu-bionic - name: ubuntu-bionic
min-ram: 8000 min-ram: 8000
flavor-name: 'opendev-zuul' flavor-name: 'opendev-zuul'