Skip to content
Snippets Groups Projects
Commit 41209481 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Use prebuilt images for ohpc,ood,compute nodes

parent d3390323
No related branches found
No related tags found
No related merge requests found
......@@ -34,18 +34,18 @@ variable "internal-subnet" {
}
variable "image_ohpc" {
default = "CentOS-7-x86_64-GenericCloud-1905"
default = "ohpc-V0.4"
}
variable "image_ood" {
default = "CentOS-7-x86_64-GenericCloud-1905"
default = "ood_1"
}
variable "image_compute" {
default = "CentOS-7-x86_64-GenericCloud-1905"
default = "compute"
}
variable "compute_node_count" {
default = 2
default = 1
}
variable "keypair-name" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment