From d816d444383c73862535c89483c01e0d125a722c Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Tue, 5 Sep 2017 15:52:48 -0700 Subject: Add GVNFM VNFMGR Docker image and build scripts This patch adds the scripts and Dockerfile for building GVNFM/VNFGR docker image. Change-Id: I4642228523691095ff77cd5fa0007d853e93b7d5 Issue-Id: VFC-282 Signed-off-by: Shashank Kumar Shankar --- mgr/docker/instance_run.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 mgr/docker/instance_run.sh (limited to 'mgr/docker/instance_run.sh') diff --git a/mgr/docker/instance_run.sh b/mgr/docker/instance_run.sh new file mode 100755 index 0000000..0cb566d --- /dev/null +++ b/mgr/docker/instance_run.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /service/vfc/gvnfm/vnfmgr/mgr +chmod +x run.sh +./run.sh + +while [ ! -f logs/runtime_vnfmgr.log ]; do + sleep 1 +done +tail -F logs/runtime_vnfmgr.log \ No newline at end of file -- cgit 1.2.3-korg