aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE/vbrgemu/build_vcpe_vbrgemu.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-29vCPE - move build template files to own directoryEric Multanen1-190/+0
Move the new Heat and environment template files for building the vCPE images to a separate directory. Issue-ID: INT-620 Change-Id: Id437ec19c910a69928e1cedf7bb90565c520a773 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-08-13Update VBRG, vBNG compatibility w/ prev templatesMariah Jacobs1-0/+1
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>
2018-08-07Refactor vCPE vBRG and vBNG image creation processMariah Jacobs1-0/+189
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>