aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Update to use 1.1.1 release artifactsGary Wu5-10/+10
Change-Id: Id8f726de4710fb244a73470b8e104569ae3a8c10 Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-21Temporarily use 1.2.0 artifacts for ETE testingv1.1.1Gary Wu5-10/+10
Change-Id: I5b172be7930cd3b281d5894d07944e211f584394 Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-01Merge "Update version for vcpe vpp vnfs to Amsterdam" into amsterdamMarco Platania4-8/+8
2017-12-01Update version for vcpe vpp vnfs to AmsterdamEric Multanen4-8/+8
Change-Id: Ieb6f0d9f747b47a6c8071bb2b52fe4c6831f8cb3 Issue-ID: INT-288 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-11-30Up rev for AmsterdamBrian Freeman1-2/+2
Issue-ID: INT-288 Change-Id: I3631d3f8a46d8f68d401998b410a880317d6a03b 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>
2017-08-24Add Message Router IP address to vDHCP templateMarco Platania2-4/+11
- Add MR IP to vCPE-Infra Heat template - Modify kea-sdnc-notify.conf for Nexus - Update v_dhcp_install.sh to change the fake MR IP via sed Change-Id: I90faff7142739ca209ab2ad0efe9fd7a8d8dfe95 Issue-ID: UCA-35 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix path to vWEB in vCPE infra Heat templateMarco Platania1-3/+3
Change-Id: I8465a144e940d840bebc50d7b2c707fbf704ddc7 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Add fixed IPs to vCPE-vBRGEMU and vCPE-vGWMarco Platania4-3/+15
Change-Id: I0bc01ca1ae3089d23bf21c52ecf9170dc60ae458 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-11Fix network names in vCPE heat templatesMarco Platania8-12/+12
Change-Id: I37b3574ec72c15481e2aee5ae8db7e5bff143a88 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-10Add vCPE use case heat/install scriptsMarco Platania10-90/+182
Change-Id: I5ec26dc5bdfa647c15b2db88829b75ed713caf42 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-08Clean up vCPE Heat templatesMarco Platania9-175/+85
Change-Id: I1227bb9751cec36cba2ba5e03d6f0ed302fb1489 Signed-off-by: Marco Platania <platania@research.att.com>
2017-08-04Changed image to Ubuntu 16.04Brian Freeman5-5/+5
Change-Id: I6c4a290fb351fc7ed3a6e9253da5659c0327b5ba Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Fixed vweb port typoBrian Freeman1-1/+1
Change-Id: I9f0593b6c73f6e06f02ffeaf44bf314f45d82191 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Added webserver and update ONAP OAM CIDRBrian Freeman5-7/+76
Change-Id: I831b3cb0313402d1f409dc099137053a7c637164 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Updatd after network review 2017-08-03Brian Freeman12-229/+420
Change-Id: I29e9610c18f3592fe933c247fd97afb6581ba974 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-03Merge "vCPE vGW and vBRGEMU HEAT Templates"Marco Platania6-0/+570
2017-08-02vCPE vGW and vBRGEMU HEAT TemplatesBrian Freeman6-0/+570
Change-Id: I1d14aebf2cea54a84f58372962ed6ef45ef6c611 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-08-02Move heat templates from openecom to onapMarco Platania2-5/+5
Change-Id: I1fdcfe9a76ae06de797a66a25600ce767c64d166 Signed-off-by: Marco Platania <platania@research.att.com>
2017-07-19vCPE Infra and Metro HEAT TemplatesBrian Freeman6-0/+798
Issue-Id: UCA-32 Change-Id: I273403a81f33e833ec85fc5f2f6f045a34d14be7 Signed-off-by: Brian Freeman <bf1936@att.com>