Merge pull request #33 from matelakat/custom-keys
User has to specify the key
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
THISDIR=$(dirname $(readlink -f $0))
|
THISDIR=$(dirname $(readlink -f $0))
|
||||||
KEY_NAME="matekey"
|
KEY_NAME="$1"
|
||||||
KEY_PATH="$(pwd)/../xenapi-in-the-cloud/$KEY_NAME.pem"
|
KEY_PATH="$2"
|
||||||
IMAGE="node"
|
IMAGE="node"
|
||||||
INSTANCE_NAME="$1"
|
INSTANCE_NAME="$3"
|
||||||
|
|
||||||
. $THISDIR/functions
|
. $THISDIR/functions
|
||||||
|
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ THISDIR=$(dirname $(readlink -f $0))
|
|||||||
|
|
||||||
XENSERVER_PASSWORD="password"
|
XENSERVER_PASSWORD="password"
|
||||||
APPLIANCE_URL="http://downloads.vmd.citrix.com/OpenStack/xenapi-in-the-cloud-appliances/1.0.0.xva"
|
APPLIANCE_URL="http://downloads.vmd.citrix.com/OpenStack/xenapi-in-the-cloud-appliances/1.0.0.xva"
|
||||||
KEY_NAME="matekey"
|
KEY_NAME="$1"
|
||||||
KEY_PATH="$(pwd)/../xenapi-in-the-cloud/$KEY_NAME.pem"
|
KEY_PATH="$2"
|
||||||
INSTANCE_NAME="$1"
|
INSTANCE_NAME="$3"
|
||||||
NODE_IMAGE="node"
|
NODE_IMAGE="node"
|
||||||
|
|
||||||
# Use this configuration to start with a cloud image
|
# Use this configuration to start with a cloud image
|
||||||
|
|||||||
Reference in New Issue
Block a user