From f42add7c6c9078b74aa3e2f9bb67d998c0226f53 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Thu, 12 Sep 2024 10:53:40 -0700
Subject: [PATCH] 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
---
 nodepool/nl02.opendev.org.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/nodepool/nl02.opendev.org.yaml b/nodepool/nl02.opendev.org.yaml
index f8f0b80774..4348e82e0c 100644
--- a/nodepool/nl02.opendev.org.yaml
+++ b/nodepool/nl02.opendev.org.yaml
@@ -88,6 +88,16 @@ providers:
             flavor-name: 'opendev-zuul'
             diskimage: gentoo-17-0-systemd
             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
             min-ram: 8000
             flavor-name: 'opendev-zuul'