From 488d528bbee8eee37462c1ffc3712df59c82f92e Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Fri, 25 Oct 2019 14:37:25 -0500
Subject: [PATCH] Changes to vars file specific to xdmod

---
 vars.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars.tf b/vars.tf
index 3d6543e..8bc615c 100644
--- a/vars.tf
+++ b/vars.tf
@@ -19,7 +19,7 @@ variable "ood_instance_name" { default = "ood"}
 variable "image_ohpc" {default = "ohpc-V0.7"}
 variable "image_ood" {default = "ood_3"}
 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 "external_network" {default = "dmznet"}
 variable "host_prefix" {default = "164.111.161.%s"}
@@ -29,4 +29,4 @@ variable "ssh_private_key" {default = "~/.ssh/id_rsa"}
 
 # variables for node creation module
 variable "image_compute" {default = "compute-v3"}
-variable "compute_node_count" {default = 2}
+variable "compute_node_count" {default = 1}
-- 
GitLab