From 302c1e502c8d5fa1f07b8683b81c7bd762da3582 Mon Sep 17 00:00:00 2001 From: Praneta Paithankar Date: Fri, 10 Aug 2018 06:54:33 -0700 Subject: Automate vCPE vG-MUX and VG 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 script. Issue-ID: INT-620 Change-Id: I4b0b5c49ed20458b21423fc83545203e1aea02f5 Signed-off-by: Praneta Paithankar --- vnfs/vCPE/scripts/v_gmux_install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnfs/vCPE/scripts/v_gmux_install.sh') diff --git a/vnfs/vCPE/scripts/v_gmux_install.sh b/vnfs/vCPE/scripts/v_gmux_install.sh index c9162aac..b6796c27 100644 --- a/vnfs/vCPE/scripts/v_gmux_install.sh +++ b/vnfs/vCPE/scripts/v_gmux_install.sh @@ -364,8 +364,10 @@ then sed -i "s/ens[0-9]*/eth0/g" /etc/network/interfaces.d/*.cfg sed -i "s/ens[0-9]*/eth0/g" /etc/udev/rules.d/70-persistent-net.rules echo 'network: {config: disabled}' >> /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg + echo 'Execution of vG-MUX install script completed' > /opt/script_status.txt reboot fi ./v_gmux_init.sh +echo 'Execution of vG-MUX install script completed' > /opt/script_status.txt -- cgit 1.2.3-korg