diff options
author | Praneta Paithankar <praneta.paithankar@intel.com> | 2018-08-10 06:54:33 -0700 |
---|---|---|
committer | Praneta Paithankar <praneta.paithankar@intel.com> | 2018-08-10 06:59:06 -0700 |
commit | 302c1e502c8d5fa1f07b8683b81c7bd762da3582 (patch) | |
tree | 992997c419d5f6d1feef4c971698692eeb860ab8 /vnfs/vCPE/scripts/v_gw_install.sh | |
parent | 654fdf0c807e436d59b160e0bc9100e7af35eba8 (diff) |
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 <praneta.paithankar@intel.com>
Diffstat (limited to 'vnfs/vCPE/scripts/v_gw_install.sh')
-rw-r--r-- | vnfs/vCPE/scripts/v_gw_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnfs/vCPE/scripts/v_gw_install.sh b/vnfs/vCPE/scripts/v_gw_install.sh index 0b34d05a..107449a7 100644 --- a/vnfs/vCPE/scripts/v_gw_install.sh +++ b/vnfs/vCPE/scripts/v_gw_install.sh @@ -261,6 +261,7 @@ 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 install script completed' > /opt/script_status.txt reboot fi - +echo 'Execution of vG install script completed' > /opt/script_status.txt |