We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ffeac + 0290f15 commit cb56317Copy full SHA for cb56317
1 file changed
contrib/rackspace/provision-rackspace-cluster.sh
@@ -50,7 +50,7 @@ i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
50
echo_yellow "Provisioning deis-$i..."
51
# TODO: update to CoreOS 494.1.0 when it is available in beta channel at Rackspace
52
# This image is CoreOS 494.0.0 in their alpha channel
53
- supernova $ENV boot --image 1c423602-ea76-4263-b56b-0a2fa3e8c663 --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
+ supernova $ENV boot --image 1c423602-ea76-4263-b56b-0a2fa3e8c663 --flavor $FLAVOR --key-name $1 --user-data $CONTRIB_DIR/coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
54
((i = i + 1)) ; \
55
done
56
0 commit comments