Refactor vCPE vG-MUX and vG image creation process 43/59543/1
authorPraneta Paithankar <praneta.paithankar@intel.com>
Tue, 7 Aug 2018 17:16:39 +0000 (10:16 -0700)
committerPraneta Paithankar <praneta.paithankar@intel.com>
Tue, 7 Aug 2018 17:16:50 +0000 (10:16 -0700)
commit654fdf0c807e436d59b160e0bc9100e7af35eba8
tree31cb7e9cf905721625f45b64ab12954189d41ccf
parent42776053a7a321742ae9070d07e880969ad2bfb8
Refactor vCPE vG-MUX and vG image creation process

Separate heat/env templates and build scripts have been created for vG-MUX and vG

The build logic and parameters are removed from the install scripts and
the base heat/env files used to deploy the VMs.

For backwards compatibility, the compile_state parameter was added to both VMs. 

Small corrections were made to the heat templates for clarity.

Issue-ID: INT-615

Change-Id: I3180654f959776ebd4706613e00b9faff3f72e9e
Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
12 files changed:
heat/vCPE/vgmux/base_vcpe_vgmux.env
heat/vCPE/vgmux/base_vcpe_vgmux.yaml
heat/vCPE/vgmux/build_vcpe_vgmux.env [new file with mode: 0644]
heat/vCPE/vgmux/build_vcpe_vgmux.yaml [new file with mode: 0644]
heat/vCPE/vgw/base_vcpe_vgw.env
heat/vCPE/vgw/base_vcpe_vgw.yaml
heat/vCPE/vgw/build_vcpe_vgw.env [new file with mode: 0644]
heat/vCPE/vgw/build_vcpe_vgw.yaml [new file with mode: 0644]
vnfs/vCPE/scripts/v_gmux_build.sh [new file with mode: 0644]
vnfs/vCPE/scripts/v_gmux_install.sh
vnfs/vCPE/scripts/v_gw_build.sh [new file with mode: 0644]
vnfs/vCPE/scripts/v_gw_install.sh