diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-21 17:29:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 17:29:27 +0000 |
commit | d8ff19612d74d1ace0947294f774c9ef0c992de0 (patch) | |
tree | 6ff00cccdc4046486097afaa392e71e7c46425b4 /vnfs/vLBMS/scripts/v_dns_init.sh | |
parent | bf0018f03f9513786c28ae9b12b70cbffb3b719b (diff) | |
parent | fe366e6d7ff18924cf33bd743e9674fa238f2b89 (diff) |
Merge "Add Heat templates and scripts for vLBMS"
Diffstat (limited to 'vnfs/vLBMS/scripts/v_dns_init.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_dns_init.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/v_dns_init.sh b/vnfs/vLBMS/scripts/v_dns_init.sh new file mode 100644 index 00000000..f891eb6e --- /dev/null +++ b/vnfs/vLBMS/scripts/v_dns_init.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd /opt +./vlb-vnf-onap-distribution-$(cat /opt/config/demo_artifacts_version.txt)-SNAPSHOT/honeycomb &>/var/log/honeycomb.log &disown +./set_gre_tunnel.sh |