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

Changes to vars file specific to xdmod

parent e820c308
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ variable "ood_instance_name" { default = "ood"} ...@@ -19,7 +19,7 @@ variable "ood_instance_name" { default = "ood"}
variable "image_ohpc" {default = "ohpc-V0.7"} variable "image_ohpc" {default = "ohpc-V0.7"}
variable "image_ood" {default = "ood_3"} variable "image_ood" {default = "ood_3"}
variable "ood_private_ip" {default = "10.1.1.11"} variable "ood_private_ip" {default = "10.1.1.11"}
variable "flavor" {default = "m1.medium"} variable "flavor" {default = "m1.xlarge}
variable "internal_network" {default = "clusternet"} variable "internal_network" {default = "clusternet"}
variable "external_network" {default = "dmznet"} variable "external_network" {default = "dmznet"}
variable "host_prefix" {default = "164.111.161.%s"} variable "host_prefix" {default = "164.111.161.%s"}
...@@ -29,4 +29,4 @@ variable "ssh_private_key" {default = "~/.ssh/id_rsa"} ...@@ -29,4 +29,4 @@ variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
# variables for node creation module # variables for node creation module
variable "image_compute" {default = "compute-v3"} variable "image_compute" {default = "compute-v3"}
variable "compute_node_count" {default = 2} variable "compute_node_count" {default = 1}
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