summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-08-23 17:11:21 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-08-24 16:38:38 +0800
commit434aa2750f4b74fa46711c930ed46bb81a34f34f (patch)
tree53f9d53500478f1de4c78b4ca23e94409ae14913 /tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh
parentd93490753ba93e4c3aa00cd487855e3d2970ae9a (diff)
Add deployment scripts for vRNC
Add deployment scripts for vRNC when deploy vRNC in openstack. JIRA:PARSER-49 Change-Id: I13092f9939a3fe6710e50e2191a82b8cdc25e3e3 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh b/tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh
new file mode 100644
index 0000000..59cba36
--- /dev/null
+++ b/tosca2heat/heat-translator/translator/tests/data/vRNC/Scripts/LB/lb_install.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+echo "LB installing..." >> ~/vRNC_LB.log
+sleep 3
+echo "LB installed" >> ~/vRNC_LB.log