Skip to content

Commit

Permalink
Merge pull request deis#3587 from carmstrong/rackspace-633.1.0
Browse files Browse the repository at this point in the history
chore(contrib/rackspace): bump CoreOS to 633.1.0
  • Loading branch information
carmstrong committed Apr 28, 2015
2 parents 2f4b965 + 76378d7 commit 4b6cc67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/rackspace/provision-rackspace-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ $CONTRIB_DIR/util/check-user-data.sh

i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
echo_yellow "Provisioning deis-$i..."
# This image is CoreOS 607.0.0 in the stable channel
# TODO Update to 633.1.0 once it's available in the stable channel
supernova $ENV boot --image c412af3b-f9a6-4ad1-a9e9-4aabca8073d3 --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 ; \
# This image is CoreOS 633.1.0 in the stable channel
supernova $ENV boot --image a41d8b7c-d41b-4369-a180-0734f3b1cd8c --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 ; \
((i = i + 1)) ; \
done

Expand Down

0 comments on commit 4b6cc67

Please sign in to comment.