Add the ubuntu 24.04 information to the HPC data.
This commit is contained in:
parent
541144bed0
commit
29523695ad
|
|
@ -157,6 +157,10 @@ output "ubuntu_2204" {
|
||||||
value = module.labs_common_variables.ubuntu_2204
|
value = module.labs_common_variables.ubuntu_2204
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "ubuntu_2404" {
|
||||||
|
value = module.labs_common_variables.ubuntu_2404
|
||||||
|
}
|
||||||
|
|
||||||
output "centos_7" {
|
output "centos_7" {
|
||||||
value = module.labs_common_variables.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
|
value = module.labs_common_variables.ubuntu2204_data_file
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "ubuntu2404_data_file" {
|
||||||
|
value = module.labs_common_variables.ubuntu2404_data_file
|
||||||
|
}
|
||||||
|
|
||||||
output "el7_data_file" {
|
output "el7_data_file" {
|
||||||
value = module.labs_common_variables.el7_data_file
|
value = module.labs_common_variables.el7_data_file
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.9.8",
|
"terraform_version": "1.9.8",
|
||||||
"serial": 25,
|
"serial": 26,
|
||||||
"lineage": "b2aa8a80-ab4a-7b4d-da5a-b76f7d41a2ed",
|
"lineage": "b2aa8a80-ab4a-7b4d-da5a-b76f7d41a2ed",
|
||||||
"outputs": {
|
"outputs": {
|
||||||
"almalinux_9": {
|
"almalinux_9": {
|
||||||
|
|
@ -411,6 +411,10 @@
|
||||||
"value": "../../s2i2s_openstack_vm_data_scripts/ubuntu2204.sh",
|
"value": "../../s2i2s_openstack_vm_data_scripts/ubuntu2204.sh",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"ubuntu2404_data_file": {
|
||||||
|
"value": "../../s2i2s_openstack_vm_data_scripts/ubuntu2404.sh",
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"ubuntu_2204": {
|
"ubuntu_2204": {
|
||||||
"value": {
|
"value": {
|
||||||
"name": "Ubuntu-Jammy-22.04",
|
"name": "Ubuntu-Jammy-22.04",
|
||||||
|
|
@ -421,6 +425,17 @@
|
||||||
"map",
|
"map",
|
||||||
"string"
|
"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": [
|
"resources": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue