kolla-kubernetes/tests/bin/iscsi_generic_workflow.sh
Steven Dake c570ff587f Version 0.7.0
Modify version #'s to 0.7.0.

Change-Id: I538bfeb866793f85ba4369443d3656667a9a5ea2
2017-04-18 07:18:08 -07:00

24 lines
436 B
Bash
Executable File

#!/bin/bash -xe
#
# Passed parameters $1 - Config, $2 - Distro, $3 - Branch
#
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )"
VERSION=0.7.0-1
IP=172.18.0.1
tunnel_interface=docker0
base_distro="$2"
branch="$3"
config="$1"
. "$DIR/tests/bin/deploy_iscsi_common.sh"
function common_iscsi {
deploy_iscsi_common $IP $base_distro $tunnel_interface $branch $config
}
#
# Deploying common iscsi components
#
common_iscsi