blob: ec292097fa3dc83ed507bcdfa0e07ff05778f2d6 [file] [log] [blame]
Jesse Andrews2f15df82011-12-23 12:28:34 -08001#!/bin/bash
2# Echo commands, exit on error
3set -o xtrace
4set -o errexit
5
6TOP_DIR=$(cd ../../.. && pwd)
7HEAD_IP=`cat $TOP_DIR/addresses | grep HEAD | cut -d "=" -f2`
8ssh stack@$HEAD_IP 'cd devstack && source openrc && cd exercises && ./volumes.sh'