From 29523695adadd143d0b31b7db649aec7ee2ad0de Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 2 Dec 2024 16:27:28 +0100 Subject: [PATCH] Add the ubuntu 24.04 information to the HPC data. --- hpc/main_net_dns_router/main.tf | 8 ++++++++ hpc/main_net_dns_router/terraform.tfstate | 17 ++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/hpc/main_net_dns_router/main.tf b/hpc/main_net_dns_router/main.tf index c4c6780..d015f7b 100644 --- a/hpc/main_net_dns_router/main.tf +++ b/hpc/main_net_dns_router/main.tf @@ -157,6 +157,10 @@ output "ubuntu_2204" { value = module.labs_common_variables.ubuntu_2204 } +output "ubuntu_2404" { + value = module.labs_common_variables.ubuntu_2404 +} + output "centos_7" { value = module.labs_common_variables.centos_7 } @@ -169,6 +173,10 @@ output "ubuntu2204_data_file" { value = module.labs_common_variables.ubuntu2204_data_file } +output "ubuntu2404_data_file" { + value = module.labs_common_variables.ubuntu2404_data_file +} + output "el7_data_file" { value = module.labs_common_variables.el7_data_file } diff --git a/hpc/main_net_dns_router/terraform.tfstate b/hpc/main_net_dns_router/terraform.tfstate index e7dd410..36e8835 100644 --- a/hpc/main_net_dns_router/terraform.tfstate +++ b/hpc/main_net_dns_router/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 4, "terraform_version": "1.9.8", - "serial": 25, + "serial": 26, "lineage": "b2aa8a80-ab4a-7b4d-da5a-b76f7d41a2ed", "outputs": { "almalinux_9": { @@ -411,6 +411,10 @@ "value": "../../s2i2s_openstack_vm_data_scripts/ubuntu2204.sh", "type": "string" }, + "ubuntu2404_data_file": { + "value": "../../s2i2s_openstack_vm_data_scripts/ubuntu2404.sh", + "type": "string" + }, "ubuntu_2204": { "value": { "name": "Ubuntu-Jammy-22.04", @@ -421,6 +425,17 @@ "map", "string" ] + }, + "ubuntu_2404": { + "value": { + "name": "Ubuntu-Noble-24.04.img", + "user_data_file": "../../s2i2s_openstack_vm_data_scripts/ubuntu2404.sh", + "uuid": "fc3f705d-3cf5-4866-8ef6-ff6e2cdd4075" + }, + "type": [ + "map", + "string" + ] } }, "resources": [