Expect flavor as a command line parameter
This commit is contained in:
parent
178a67d048
commit
5d20c4c6ba
@ -7,8 +7,7 @@ KEY_NAME="$1"
|
||||
KEY_PATH="$2"
|
||||
IMAGE="node"
|
||||
INSTANCE_NAME="$3"
|
||||
FLAVOR="8GB Standard Instance"
|
||||
#FLAVOR="performance1-8"
|
||||
FLAVOR="$4"
|
||||
|
||||
. $THISDIR/functions
|
||||
|
||||
|
@ -10,8 +10,7 @@ KEY_NAME="$1"
|
||||
KEY_PATH="$2"
|
||||
INSTANCE_NAME="$3"
|
||||
NODE_IMAGE="node"
|
||||
FLAVOR="8GB Standard Instance"
|
||||
#FLAVOR="performance1-8"
|
||||
FLAVOR="$4"
|
||||
|
||||
# Use this configuration to start with a cloud image
|
||||
IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user