aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vCPE/scripts/v_brgemu_install.sh
diff options
context:
space:
mode:
authorMariah Jacobs <mariah.jacobs@intel.com>2018-08-10 06:52:43 -0700
committerMariah Jacobs <mariah.jacobs@intel.com>2018-08-10 08:38:31 -0700
commit1b186e23d39eb4fb13fee7e69839d7d3d6d0f617 (patch)
tree9924a223ad5126eaddae1a1b7a501b829ac8a833 /vnfs/vCPE/scripts/v_brgemu_install.sh
parent486cf5e393914e029ff2773561a86e516012ab02 (diff)
Automate vCPE vBRG and vBNG build image process
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install scripts. Issue-ID: INT-620 Change-Id: Id798d7e320e5b7f7bf1846d4b9c377b7addb901c Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
Diffstat (limited to 'vnfs/vCPE/scripts/v_brgemu_install.sh')
-rwxr-xr-xvnfs/vCPE/scripts/v_brgemu_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnfs/vCPE/scripts/v_brgemu_install.sh b/vnfs/vCPE/scripts/v_brgemu_install.sh
index e8be086e..7adda829 100755
--- a/vnfs/vCPE/scripts/v_brgemu_install.sh
+++ b/vnfs/vCPE/scripts/v_brgemu_install.sh
@@ -342,3 +342,6 @@ EOF
fi
./v_brgemu_init.sh
+
+# Indicate script has finished executing
+ echo 'Execution of vBRG install script completed' > /opt/script_status.txt