Skip to content
Snippets Groups Projects
Commit d8a0938c authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Set default value for "data_volume" variable

parent 9d71a190
No related branches found
No related tags found
No related merge requests found
Pipeline #11168 failed with stages
in 2 minutes and 29 seconds
...@@ -25,7 +25,7 @@ variable "external_network" {default = "dmznet"} ...@@ -25,7 +25,7 @@ variable "external_network" {default = "dmznet"}
variable "ohpc_user" {default = "centos"} variable "ohpc_user" {default = "centos"}
variable "ood_user" {default = "centos"} variable "ood_user" {default = "centos"}
variable "ssh_private_key" {default = "~/.ssh/id_rsa"} variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
variable "data_volume" {default = ""} variable "data_volume" {default = "xdmod_queue_data_volume"}
# variables for node creation module # variables for node creation module
variable "image_compute" {default = "compute-v1"} variable "image_compute" {default = "compute-v1"}
......
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