Skip to content
Snippets Groups Projects
Commit 9ffa8f48 authored by Mitchell Moore's avatar Mitchell Moore
Browse files

Add seperate ood image var

parent 9a79fb5d
No related branches found
No related tags found
1 merge request!19Fix condense vars
variable "admin-state-up" {
description = "whether admin state in enabled. defualt is true"
default = true
default = true
}
variable "enable-dhcp" {
description = "whether dhcp in enabled. defualt is true"
default = true
default = true
}
variable "external-net" {
......@@ -33,14 +33,18 @@ variable "internal-subnet" {
default = "clustersubnet"
}
variable "image" {
variable "image_ohpc" {
default = "CentOS-7-x86_64-GenericCloud-1905"
}
variable "image_ood" {
default = "CentOS-7-x86_64-GenericCloud-1905"
}
variable "keypair-name" {
default = "os-gen-keypair"
}
variable "ohpc-instance-name" {
default = "ohpc"
}
......@@ -67,10 +71,10 @@ variable "router" {
variable "ssh-private-key" {
description = "Path to file containing private key"
default = "~/.ssh/id_rsa"
default = "~/.ssh/id_rsa"
}
variable "ssh-public-key" {
description = "Path to file containing public key"
default = "~/.ssh/id_rsa.pub"
}
\ No newline at end of file
default = "~/.ssh/id_rsa.pub"
}
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