Skip to content

Commit fc7aae4

Browse files
authored
update for Rocky 9.8 (#6031)
1 parent a20e160 commit fc7aae4

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

scripts/common/preflights.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ function bailIfUnsupportedOS() {
8888
;;
8989
ubuntu18.04|ubuntu20.04|ubuntu22.04|ubuntu24.04)
9090
;;
91-
rhel8.0|rhel8.1|rhel8.2|rhel8.3|rhel8.4|rhel8.5|rhel8.6|rhel8.7|rhel8.8|rhel8.9|rhel8.10|rhel9.0|rhel9.1|rhel9.2|rhel9.3|rhel9.4|rhel9.5|rhel9.6|rhel9.7|rhel9|rhel10.0|rhel10.1|rhel10)
91+
rhel8.0|rhel8.1|rhel8.2|rhel8.3|rhel8.4|rhel8.5|rhel8.6|rhel8.7|rhel8.8|rhel8.9|rhel8.10|rhel9.0|rhel9.1|rhel9.2|rhel9.3|rhel9.4|rhel9.5|rhel9.6|rhel9.7|rhel9.8|rhel9|rhel10.0|rhel10.1|rhel10)
9292
;;
93-
rocky9.0|rocky9.1|rocky9.2|rocky9.3|rocky9.4|rocky9.5|rocky9.6|rocky9.7|rocky9|rocky10.0|rocky10.1|rocky10.2|rocky10)
93+
rocky9.0|rocky9.1|rocky9.2|rocky9.3|rocky9.4|rocky9.5|rocky9.6|rocky9.7|rocky9.8|rocky9|rocky10.0|rocky10.1|rocky10.2|rocky10)
9494
;;
9595
centos8|centos8.0|centos8.1|centos8.2|centos8.3|centos8.4|centos9)
9696
;;

testgrid/specs/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@
173173
- centos-9 # centos 9 was not supported on kurl v2024.07.02-0
174174
- amazon-2023 # amazon 2023 isn't supported on installer version v2024.07.02-0.
175175
- ubuntu-2404 # Ubuntu 24.04 isn't supported on installer version v2024.07.02-0.
176-
- rocky-97 # Not supported on pinned kurl version v2024.07.02-0
176+
- rocky-98 # Not supported on pinned kurl version v2024.07.02-0
177+
- rocky-9 # Not supported on pinned kurl version v2024.07.02-0
178+
- rocky-10 # Not supported on pinned kurl version v2024.07.02-0
177179
- name: "Upgrade from k8s 1.31 to 1.35 - Airgap"
178180
airgap: true
179181
installerSpec:

testgrid/specs/os-firstlast.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
bash centos2ol.sh -r
3232
- id: rocky-9
3333
name: Rocky Linux
34-
version: "9.7"
34+
version: "9.8"
3535
vmimageuri: https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
3636
preinit: |
3737
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
@@ -40,7 +40,7 @@
4040
version: "10.2"
4141
vmimageuri: https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2
4242
preinit: |
43-
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
43+
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool
4444
- id: centos-9
4545
name: CentOS 9
4646
version: "stream"

testgrid/specs/os-full.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
vmimageuri: https://dl.rockylinux.org/vault/rocky/9.1/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
4141
preinit: |
4242
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
43-
- id: rocky-97
43+
- id: rocky-98
4444
name: Rocky Linux
45-
version: "9.7"
45+
version: "9.8"
4646
vmimageuri: https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
4747
preinit: |
4848
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
@@ -51,7 +51,7 @@
5151
version: "10.2"
5252
vmimageuri: https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2
5353
preinit: |
54-
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
54+
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool
5555
- id: centos-9
5656
name: CentOS 9
5757
version: "stream"

testgrid/specs/os-latest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
bash centos2ol.sh -r
2727
- id: rocky-9
2828
name: Rocky Linux
29-
version: "9.7"
29+
version: "9.8"
3030
vmimageuri: https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud-Base.latest.x86_64.qcow2
3131
preinit: |
3232
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
@@ -35,7 +35,7 @@
3535
version: "10.2"
3636
vmimageuri: https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2
3737
preinit: |
38-
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool yajl
38+
yum install -y --nobest nfs-utils fio container-selinux lvm2 conntrack-tools iptables-nft socat git iscsi-initiator-utils libcurl-minimal rrdtool
3939
- id: centos-9
4040
name: CentOS 9
4141
version: "stream"

0 commit comments

Comments
 (0)