From 583eb0b2fd03dc6f0a6249bbdc763a5d280d1f96 Mon Sep 17 00:00:00 2001 From: Lunfan Zhang Date: Thu, 16 May 2024 03:04:36 -0400 Subject: [PATCH 1/2] CP-47949 Remove 'preview' label from RHEL9, Rocky9, CentOS Stream 9 and Debian 12 Signed-off-by: Lunfan Zhang --- json/centos-9.json | 2 +- json/debian-12.json | 2 +- json/rhel-9.json | 2 +- json/rocky-9.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/json/centos-9.json b/json/centos-9.json index e6b06d2..8f0da28 100644 --- a/json/centos-9.json +++ b/json/centos-9.json @@ -1,6 +1,6 @@ { "uuid": "a3d70e4d-c5ac-4dfb-999b-30a0a7efe546", "reference_label": "centos-9", - "name_label": "CentOS Stream 9 (preview)", + "name_label": "CentOS Stream 9", "derived_from": "base-el-7.json" } diff --git a/json/debian-12.json b/json/debian-12.json index 46d738f..b244fd6 100644 --- a/json/debian-12.json +++ b/json/debian-12.json @@ -1,7 +1,7 @@ { "uuid": "07d91aaa-43f7-430a-bf84-0edb6714df0f", "reference_label": "debian-12", - "name_label": "Debian Bookworm 12 (preview)", + "name_label": "Debian Bookworm 12", "derived_from": "base-linux-uefi.json", "min_memory": "1G", "disks": [ { "size": "10G" } ] diff --git a/json/rhel-9.json b/json/rhel-9.json index 909f14f..4246e83 100644 --- a/json/rhel-9.json +++ b/json/rhel-9.json @@ -1,7 +1,7 @@ { "uuid": "6c91b878-5095-421e-a914-224b3bb1088c", "reference_label": "rhel-9", - "name_label": "Red Hat Enterprise Linux 9 (preview)", + "name_label": "Red Hat Enterprise Linux 9", "derived_from": "base-linux-uefi.json", "min_memory": "2G", "disks": [ { "size": "10G" } ] diff --git a/json/rocky-9.json b/json/rocky-9.json index 3f85f2f..7e3c2ff 100644 --- a/json/rocky-9.json +++ b/json/rocky-9.json @@ -1,7 +1,7 @@ { "uuid": "1a647cf9-99c1-4e9c-b3b4-6b9989c530be", "reference_label": "rocky-9", - "name_label": "Rocky Linux 9 (preview)", + "name_label": "Rocky Linux 9", "derived_from": "base-linux-uefi.json", "min_memory": "2G", "disks": [ { "size": "15G" } ] From 1aa4bba0b2651c5089a2b2ea281498cc6ce08f21 Mon Sep 17 00:00:00 2001 From: Lunfan Zhang Date: Thu, 16 May 2024 03:06:50 -0400 Subject: [PATCH 2/2] CP-47949 Support New Guest Template Ubuntu 24.04 Signed-off-by: Lunfan Zhang --- json/ubuntu-24.04.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 json/ubuntu-24.04.json diff --git a/json/ubuntu-24.04.json b/json/ubuntu-24.04.json new file mode 100644 index 0000000..bc1e92b --- /dev/null +++ b/json/ubuntu-24.04.json @@ -0,0 +1,8 @@ +{ + "uuid": "ff1f3e17-84d9-4d72-962d-571c4ceb527b", + "reference_label": "ubuntu-24.04", + "name_label": "Ubuntu Noble Numbat 24.04 (preview)", + "derived_from": "base-linux-uefi.json", + "min_memory": "1G", + "disks": [ { "size": "10G" } ] +}