aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/launch.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-10-13 09:35:38 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-13 09:35:38 +0000
commit37c488499bbbc985a30094ac13126283b70d8dd8 (patch)
treedb94ec0f368925dc47a6bdae0647cc6a2af7be43 /deploy/launch.sh
parent9a21f7ebde85c551312cb0e235b40cc03294d09e (diff)
parent85d42c56cafb1b7426677c85f5fa0874c0858568 (diff)
Merge "make internal vip and public vip into one group"
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-xdeploy/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh
index 6397cceb..d191766e 100755
--- a/deploy/launch.sh
+++ b/deploy/launch.sh
@@ -47,7 +47,7 @@ if ! launch_compass;then
fi
else
# test code
-export machines="'00:00:16:42:da:3b','00:00:5f:73:b0:82','00:00:f1:5b:8e:81','00:00:f8:67:07:e6','00:00:53:fe:3e:98'"
+export machines="'00:00:3d:a4:ee:4c','00:00:63:35:3c:2b','00:00:f2:f2:b7:a5','00:00:2f:d3:88:28','00:00:46:67:11:e7'"
fi
if [[ ! -z $VIRT_NUMBER ]];then
if ! launch_host_vms;then