OW2 Consortium elastic-grid

Rev

Rev 505 | Rev 508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 505 Rev 507
Line 43... Line 43...
43

43

44
# SSH options used when connecting to EC2 instances.
44
# SSH options used when connecting to EC2 instances.
45
SSH_OPTS=`echo -i "$PRIVATE_KEY_PATH" -o StrictHostKeyChecking=no -o ServerAliveInterval=30`
45
SSH_OPTS=`echo -i "$PRIVATE_KEY_PATH" -o StrictHostKeyChecking=no -o ServerAliveInterval=30`
46

46

47
# The version of Elastic Grid to use.
47
# The version of Elastic Grid to use.
48
EG_VERSION=0.9.2
-
 
-
 
48
EG_VERSION=0.9.2.1
49

49

50
# The Amazon S3 bucket where the Elastic Grid AMI is stored.
50
# The Amazon S3 bucket where the Elastic Grid AMI is stored.
51
# The default value is for public images, so can be left if you are using running a public image.
51
# The default value is for public images, so can be left if you are using running a public image.
52
# Change this value only if you are creating your own (private) AMI
52
# Change this value only if you are creating your own (private) AMI
53
# so you can store it in a bucket you own.
53
# so you can store it in a bucket you own.