blob: b49ce9f21fc45d94a195902231927fffb72d8d12 [file] [log] [blame]
Anthony Youngccd4ea32011-11-08 17:25:12 -06001#!/bin/bash
Anthony Youngb2256822011-11-10 12:57:59 -08002# Echo commands, exit on error
3set -o xtrace
4set -o errexit
Anthony Youngccd4ea32011-11-08 17:25:12 -06005
Anthony Youngb2256822011-11-10 12:57:59 -08006TOP_DIR=$(cd ../../.. && pwd)
7HEAD_IP=`cat $TOP_DIR/addresses | grep HEAD | cut -d "=" -f2`
8ssh stack@$HEAD_IP 'cd devstack && source openrc && cd exercises && ./euca.sh'