diff options
author | Mariah Jacobs <mariah.jacobs@intel.com> | 2018-08-13 06:36:00 -0700 |
---|---|---|
committer | Mariah Jacobs <mariah.jacobs@intel.com> | 2018-08-13 06:47:04 -0700 |
commit | ab85ff6066726a26c4fc02f46110a46070d636e3 (patch) | |
tree | d3f116c7fba00af9fbbeb26bdcb361ccc4ef1d54 /heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env | |
parent | abaa8ecf29b2b93f25d8cd369ba0f333f367de04 (diff) |
Update VBRG, vBNG compatibility w/ prev templates
The VNF heat templates and environment files for the Casablanca release
provide backwards compatibility with previous releases. In the build
heat template of each VNF, the compile_state parameter is included
with a default state of ‘done’ specified.
This change removes the compile_state parameter from .env and .yaml files
where it was not necessary in order to maintain consistency with the way
that backwards compatibility is provided in vG-MUX and vGW templates.
Issue-ID: INT-615
Change-Id: I6317f20a94c374d30edc019dfe36f0c28bca4830
Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
Diffstat (limited to 'heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env')
-rw-r--r-- | heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env b/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env index 4c9ae439..15035a64 100644 --- a/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env +++ b/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.env @@ -1,7 +1,6 @@ parameters: vcpe_image_name: PUT THE IMAGE NAME HERE (Ubuntu 1604 or vbrg-base-ubuntu-16-04 SUGGESTED) vcpe_flavor_name: PUT THE FLAVOR NAME HERE (MEDIUM FLAVOR SUGGESTED) - compile_state: build vbrgemu_name_0: zdcpe1cpe01brgemu01 vnf_id: vCPE_Infrastructure_BGREMU_demo_app vf_module_id: vCPE_Customer_BRGEMU |