Refactor vCPE vBRG and vBNG image creation process 41/59541/1
authorMariah Jacobs <mariah.jacobs@intel.com>
Tue, 7 Aug 2018 15:18:28 +0000 (08:18 -0700)
committerMariah Jacobs <mariah.jacobs@intel.com>
Tue, 7 Aug 2018 16:59:07 +0000 (09:59 -0700)
commit1bdfcff9b394e9cc40868c13d2aa6a5e8c7f4a98
tree65f74e7589bcfd47467e68a71487bb67738ad990
parent16509432a21feb3f90bbf954ec4815c2bf7f0033
Refactor vCPE vBRG and vBNG image creation process

Separate templates and build scripts have been created for vBRG and vBNG.

Build logic and parameters are removed from install scripts and

base heat/env files used to deploy the VMs.

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

Small corrections were made to the heat templates for clarity.

Issue-ID: INT-615

Change-Id: Ia171994d2f4e17523f319b0a048d77fec29e487b
Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
12 files changed:
heat/vCPE/vbng/base_vcpe_vbng.env
heat/vCPE/vbng/base_vcpe_vbng.yaml
heat/vCPE/vbng/build_vcpe_vbng.env [new file with mode: 0644]
heat/vCPE/vbng/build_vcpe_vbng.yaml [new file with mode: 0644]
heat/vCPE/vbrgemu/base_vcpe_vbrgemu.env
heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml
heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env [new file with mode: 0644]
heat/vCPE/vbrgemu/build_vcpe_vbrgemu.yaml [new file with mode: 0644]
vnfs/vCPE/scripts/v_bng_build.sh [new file with mode: 0644]
vnfs/vCPE/scripts/v_bng_install.sh
vnfs/vCPE/scripts/v_brgemu_build.sh [new file with mode: 0644]
vnfs/vCPE/scripts/v_brgemu_install.sh