aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE
AgeCommit message (Collapse)AuthorFilesLines
2020-06-12Update POM and heat env to use 1.6.0Marco Platania5-8/+8
Issue-ID: INT-1625 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I3bbe0915552991612d27aaedde424580edcefc5f
2020-03-26Fix spacing issues in YAML files in heatBartek Grzybowski5-52/+51
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 Grzybowski5-31/+31
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 Platania5-8/+8
Issue-ID: TEST-216 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ie69b696d3c8b8bee726e092c16c33e4a68d4ce2d
2019-08-11Fixing some typos in heat templatesTomáš Levora2-2/+2
Issue-ID: INT-1198 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com> Change-Id: I6f1788b5bcd3b605a92ba10561972caa6257e61e
2019-05-07Roll version numberMarco Platania5-8/+8
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 Platania5-0/+8
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 Wu6-30/+3
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 Multanen8-847/+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-14Change install_script_version to script_versionPraneta Paithankar1-1/+1
The build_vcpe_vgmux.yaml contains install_script_version parameter in nexus artifact url. This parameter is changed to script_version. Issue-ID: INT-615 Change-Id: I80ce688ff09b07069661d449abeb6b78da1667d3 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-13Update VBRG, vBNG compatibility w/ prev templatesMariah Jacobs8-16/+2
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-13Merge "Automate vCPE vG-MUX and VG build image process"Marco Platania4-4/+0
2018-08-10Automate vCPE vG-MUX and VG build image processPraneta Paithankar4-4/+0
Build script is executed with its heat template. script_status.txt in /opt folder will show the status of execution of build and install script. Issue-ID: INT-620 Change-Id: I4b0b5c49ed20458b21423fc83545203e1aea02f5 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-08-08Merge "Refactor vCPE vG-MUX and vG image creation process"Marco Platania8-123/+468
2018-08-07Refactor vCPE vG-MUX and vG image creation processPraneta Paithankar8-123/+468
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>
2018-08-07Refactor vCPE vBRG and vBNG image creation processMariah Jacobs8-79/+425
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 Platania10-10/+32
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 Wu10-54/+57
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-16Merge "Fix subnet to use dhcp not preload"Marco Platania4-12/+17
2018-07-16Merge "Update vCPE vBNG vpp to released version"Marco Platania2-6/+6
2018-07-12Fix vGMUX building from snapshot dependency issuesEnyinna Ochulor2-12/+12
The vgmux env, yaml, install script, and hc2vpp patch files were edited to remove snapshot dependencies. Change-Id: Ibfdef8cf35013c4fea8254437d12098a0bb82575 Issue-ID: INT-525 Signed-off-by: Enyinna Ochulor <enyinna.ochulor@intel.com>
2018-07-12Update vCPE vBNG vpp to released versionMariah Jacobs2-6/+6
Maintain consistency across VNFs with the snapshot dependency build fix. Checkout vpp released code rather than stable branch. Modify heat and env template parameters to specify release tag is checked out. Issue-ID: INT-525 Change-Id: I190f47053a593040fe0cbfbda1da2fbef839e3fc Signed-off-by: Mariah Jacobs <mariah.jacobs@intel.com>
2018-07-12Fix subnet to use dhcp not preloadBrian Freeman4-12/+17
Issue-ID: TEST-104 Change-Id: I9d44f9617ca02546dbe9d7355ec4ded5eaba5d23 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-07-11Merge "Fix vCPE VNF vBRG image build issue"Marco Platania2-12/+12
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-07-10Fix VPP vCPE VNF vGW image build issuePraneta Paithankar2-12/+12
The honeycomb software of VPP vCPE vGW image can not built. The builds were dependent on snapshot artifacts. These artifacts have now disappeared from upstream fd.io nexus. vGW heat template files i.e. base_vcpe_vgw.env and base_vcpe_vgw.yaml are modified. Now heat templates work with release tag of vpp and hc2vpp repositories. v_gw_install.sh is modified accordingly. Issue-ID: INT-525 Change-Id: I61d9d313ff619729b54cbda959d5daeec557c5b6 Signed-off-by: Praneta Paithankar <praneta.paithankar@intel.com>
2018-06-26Version bump demo artifacts to 1.3.0-SNAPSHOTGary Wu5-5/+5
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 Platania5-15/+15
Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com> (cherry picked from commit f51c4ed1634c1fad68ce7430d56e3af28a659770)
2018-06-05Update for OOM DMaaP PortBrian Freeman2-0/+7
Issue-ID: INT-522 Change-Id: I7d29fee829312559554dd8c95b39dce1aabe0f3b Signed-off-by: Brian Freeman <bf1936@att.com>
2018-04-18Update DCAE IP and port for VNFsMarco Platania4-8/+8
- For Beijing, DCAE (Heat-installed) will be deployed in a single VM. This makes the IP address available to VNF (VNF Heat env file) - Change the port of the DCAE collector to 8081 - Rename DCAE VM in ONAP Heat template Change-Id: I6d95b73de774afd41136ca289a11beb5fddc31a3 Issue-ID: INT-444 Signed-off-by: Marco Platania <platania@research.att.com>
2017-12-01Update version for Beijing masterEric Multanen4-8/+8
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-11-30Up rev to 1.2 for BeijingBrian Freeman1-2/+2
Issue-ID: INT-288 Change-Id: I02a5e533aeaf4000c86351d3634f2b1883a970cd Signed-off-by: Brian Freeman <bf1936@att.com>
2017-11-07Merge "Updated vGW env, yaml and install scripts"Marco Platania2-0/+14
2017-11-06Configure route to vBRG via vBNG on vGMUXEric Multanen2-2/+16
Add parameters to the heat template to allow configuration of the route the vBRG from the vGMUX via the vBNG. Change-Id: I7aef31af7470ceb264af06326af8724246c7d8ed Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-06Updated vGW env, yaml and install scriptsSrivahni2-0/+14
Included mux_ip_addr and vg_vgmux_tunnel_vni parameters in the env file Included definitions for mux_ip_addr and vg_vgmux_tunnel_vni in the yaml file Change-Id: Ibbfca035e44f00094e5231bb3d21610e9b1c239c Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-11-03Update bng model to define sdnc_ip_addrMatt Welch1-0/+4
The yaml for the bng needs a definition for sdnc_ip_addr. This change should have been included in: https://gerrit.onap.org/r/#/c/21569/ Change-Id: I846ef08878c4e312f161e5b8c3ad7006a7d58749 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-11-02Update vBNG for communication with SDNCMatt Welch2-0/+3
Enable ipv4 forwarding on vbng and add config to enable communication with the sdnc VNF. Updated 'dummy' addresses from 30.0.0.0/24 to 192.168.40.0/24 subnet to prevent collision with public IP subnet. Change-Id: I89d3b8d972822caaedeab2aa00dd4a0c9f19654d Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-10-30Merge "Included compile state in vbrg env and yaml files"Marco Platania2-9/+15
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-27vCPE vBNG: fix v_bng_install.sh, env, & yamlMatt Welch1-0/+1
Update vBNG environment and heat templates. Update v_bng installer for ONAP cloud environment, add 'build state' control to phases of the installer. Automatically detect ethernet pci devs for vpp. Remove binary blobs from Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch (cause of the HUGE line count in this patch) Modify Vpp patch to include dhcp.api.h file which fixes build errors. Change-Id: If9e61185f2dde9095efda08aa8f72c2c03c475e7 Issue-ID: INT-63 Signed-off-by: Matt Welch <matt.welch@intel.com>
2017-10-17Fixes for vCPE vG-MUX install scriptEric Multanen2-0/+7
Addresses the following items: - Do not setup auto configuration for eth1 and eth3 These interfaces will be used by vpp so they need to be down - Fix pci bus numbering for vpp interfaces - Fixes to properly create the 'save_config' script - Install linux-image-extra package to get uio_pci_generic driver module for the vpp dpdk interfaces - fix build of honeycomb so the jvpp-ves module built by vpp can be found - Patch libevel.so code to tweak the VES data produced so that sourceId and sourceName come from the openstack vnf_id property (instead of vm_uuid and vm_name) Issue-ID: INT-63 Change-Id: I469c2377df9dd9920a5769628b2b14d043d55d63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-10Fix patch URLs for vCPE use case and other fixesEric Multanen3-5/+5
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 Platania3-3/+3
Change-Id: I737fe38d4a095c9bad98b47b5dc7081dd761ef51 Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>
2017-09-26Fix typos in vCPE Heat templatesMarco Platania2-3/+3
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 Platania15-126/+115
- 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 Li8-2/+130
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 Platania4-4/+4
Change-Id: Iad23c3388b218846f4b41320949e4ef0ce33543c Issue-ID: UCA-32 Signed-off-by: Marco Platania <platania@research.att.com>