aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE/vbrgemu
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Fix spacing issues in YAML files in heatBartek Grzybowski1-4/+4
Fixes applied as reported by yamllint. Change-Id: I192de1f318c9aee58868807e4a9942b48b8b8e65 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-03-23Pretty print json files in heat/Bartek Grzybowski1-6/+6
Fixing json files to conform to linter rules. Change-Id: Ia758a50adffb13889255511594aacc03f66f4e4b Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-09-18Bump poms and heat envs to 1.6.0-SNAPSHOTMarco Platania1-2/+2
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-05-07Roll version numberMarco Platania1-2/+2
Change-Id: If18c9d5ba60896b5acaa9fb287620feb558b47d3 Issue-ID: INT-1070 Signed-off-by: Marco Platania <platania@research.att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-13Prevent package installation failures in VNFsMarco Platania1-0/+1
Add apt-get update to the user_data parts of the VNF Heat templates to prevent failures of package installation Change-Id: Iaa2e54f5dc7e88dc2891f4deddfebc0d2cde22e7 Issue-ID: INT-660 Signed-off-by: Marco Platania <platania@research.att.com>
2018-08-29Retrieve demo artifacts via nexus REST APIGary Wu2-8/+1
This supports the use of SNAPSHOT demo artifacts in the vnf HEAT templates. Change-Id: I980c879819b1a396c985c7a2af1885b28e4f150a Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-29vCPE - move build template files to own directoryEric Multanen2-208/+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-22Add missing net_id param for vcpeMatthew Davis1-0/+1
The vcpe demo is not buildable without this. Issue-ID: DCAEGEN2-725 Change-Id: I9a36760173d1133d4f9507aea514954b8bc7e8da Signed-off-by: Matthew Davis <Matthew.Davis.2@team.telstra.com>
2018-08-13Update VBRG, vBNG compatibility w/ prev templatesMariah Jacobs4-8/+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 Jacobs4-48/+219
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>
2018-07-23Add URL to Nexus repo in Heat templatesMarco Platania2-2/+6
Change-Id: I574eb63ae1b2c57f19bd02a482ee16c65cd0b744 Issue-ID: INT-592 Signed-off-by: Marco Platania <platania@research.att.com>
2018-07-19Deprecate use of sites/raw for vnf HEAT templatesGary Wu2-9/+9
Replace the use of sites/raw in vnf HEAT templates with zipped script artifacts Change-Id: I93c331c0f4753e8bf661e5a577463ab38bd116f5 Issue-ID: INT-592 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-12Fix subnet to use dhcp not preloadBrian Freeman2-6/+8
Issue-ID: TEST-104 Change-Id: I9d44f9617ca02546dbe9d7355ec4ded5eaba5d23 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-10Fix vCPE VNF vBRG image build issueMariah Jacobs2-12/+12
Checkout hc2vpp and vpp released code rather than stable branches. Modify heat and env template parameters to specify release tag is checked out. The buildable vBRG image is no longer dependent on snapshot artifacts. Issue-ID: INT-525 Change-Id: Ic13ce1c11138856a0958ec8af0c2c9f293f206f9 Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-06-26Version bump demo artifacts to 1.3.0-SNAPSHOTGary Wu1-1/+1
Also remove deprecated ONAP template Change-Id: I6d1b927e00fe1297121fe60c742a5a00964c139d Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-06-08Point install/init scripts to released aritfactsMarco Platania1-3/+3
Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit f51c4ed1634c1fad68ce7430d56e3af28a659770)
2017-12-01Update version for Beijing masterEric Multanen1-2/+2
Update vCPE VPP VNF env files with new versions. Change-Id: I935928f8631f3c5ee4307d905360f1d665e5b49f Issue-ID: INT-288 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-27Included compile state in vbrg env and yaml filesItohan2-9/+15
Modified vbrg env file to include compile state Modified vbrg yaml file to pick compile state and automatically create /opt/config/compile_state.txt Change-Id: Ic49568142eedbd1a5f483c6d06424be864b52c0e Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-27Fixed vbrg Install, env and yaml sciptsItohan2-35/+35
Fixed bugs in vCPE vbrg emulator install script Modified Script to include different build modes Fixed here documents bind_nic.sh and set_nat.sh Commented out the 192.168.1.0/24 network configurations in the yaml and env files Change-Id: I2f6dee1843e6e289fe199844ed80d010257bce63 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-10Fix patch URLs for vCPE use case and other fixesEric Multanen1-1/+1
Fixup URLs for the patch files to be applied to VPP and honeycomb components. Fix what looked like a typo in vgmux key attribute. Create maven ~/.m2 directory before saving file to it. Change-Id: Iccd10dac44b51a3ad4721422619c8823d8fa65bb Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-02Update IPs in the vCPE templatesMarco Platania1-1/+1
Change-Id: I737fe38d4a095c9bad98b47b5dc7081dd761ef51 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-26Fix typos in vCPE Heat templatesMarco Platania1-2/+2
Change-Id: I784c221c0428f25820be850f5f8f488b332ed324 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-26Take out private networks from vCPE Heat templatesMarco Platania3-11/+16
- Take out shared networks (use network templates in SO) - Remove rackspace from templates name - Modify MANIFEST files accordingly Change-Id: I43f778eff74cf525b5ad7628ccdc38dfab7d0ef4 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-22Add scripts to bind nic and set iproot1-0/+5
Issue-ID: INT-80 Change-Id: Idd407cadae26f354b85a356ce5aaf6e090e03fc1 Signed-off-by: root <rujun.li@intel.com> Signed-off-by: RujunLi <rujun.li@intel.com>
2017-09-14Add patch for BRG and scripts to set the NAT ruleJohnson Li2-1/+38
Add Framework codes for the vCPE VNFs Issue-ID: INT-80 Change-Id: I312aef9631636f0e2273f482f5db44ca93a55983 Signed-off-by: Johnson Li <johnson.li@intel.com> Signed-off-by: root <rujun.li@intel.com>
2017-08-30Fix VM names in vCPE env filesMarco Platania1-1/+1
Change-Id: Iad23c3388b218846f4b41320949e4ef0ce33543c Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Add fixed IPs to vCPE-vBRGEMU and vCPE-vGWMarco Platania2-3/+9
Change-Id: I0bc01ca1ae3089d23bf21c52ecf9170dc60ae458 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix network names in vCPE heat templatesMarco Platania2-2/+2
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Add vCPE use case heat/install scriptsMarco Platania2-9/+20
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-08Clean up vCPE Heat templatesMarco Platania2-22/+30
Change-Id: I1227bb9751cec36cba2ba5e03d6f0ed302fb1489 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-04Changed image to Ubuntu 16.04Brian Freeman1-1/+1
Change-Id: I6c4a290fb351fc7ed3a6e9253da5659c0327b5ba Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Updatd after network review 2017-08-03Brian Freeman2-86/+21
Change-Id: I29e9610c18f3592fe933c247fd97afb6581ba974 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-02vCPE vGW and vBRGEMU HEAT TemplatesBrian Freeman3-0/+285
Change-Id: I1d14aebf2cea54a84f58372962ed6ef45ef6c611 Signed-off-by: Brian Freeman <bf1936@att.com>