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"
|
KEY_PATH="$2"
|
||||||
IMAGE="node"
|
IMAGE="node"
|
||||||
INSTANCE_NAME="$3"
|
INSTANCE_NAME="$3"
|
||||||
FLAVOR="8GB Standard Instance"
|
FLAVOR="$4"
|
||||||
#FLAVOR="performance1-8"
|
|
||||||
|
|
||||||
. $THISDIR/functions
|
. $THISDIR/functions
|
||||||
|
|
||||||
|
@ -10,8 +10,7 @@ KEY_NAME="$1"
|
|||||||
KEY_PATH="$2"
|
KEY_PATH="$2"
|
||||||
INSTANCE_NAME="$3"
|
INSTANCE_NAME="$3"
|
||||||
NODE_IMAGE="node"
|
NODE_IMAGE="node"
|
||||||
FLAVOR="8GB Standard Instance"
|
FLAVOR="$4"
|
||||||
#FLAVOR="performance1-8"
|
|
||||||
|
|
||||||
# Use this configuration to start with a cloud image
|
# Use this configuration to start with a cloud image
|
||||||
IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1"
|
IMAGE="62df001e-87ee-407c-b042-6f4e13f5d7e1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user