aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14Fixed bug in v_brgemu_install.shItohan1-2/+4
Moved creation of nat_service.sh to an if block Issue-ID: INT-63 Change-Id: I44a86012dd08359859c24c41a7c6693b9b3429a2 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-14Configure honeycomb NAT settings after vpp crashItohan2-4/+30
Modified vbrg install script to include a service to reconfigure vpp honeycomb NAT after vpp crash Modified vbrg init script to start nat service Change-Id: I417caa5759d83b429ca4b44f42737c0f9061a3d8 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-02Modified vbrg install script to fix tap problemsItohan1-22/+17
Added variables for vpp tap names Modified vpp setup.gate file Change-Id: Iddf339248d6de83e16a24587f6d5625dbe124990 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-11-01Modified vbrg install script for sdnc configItohan1-3/+22
Modified script to include sdnc routing and arp configurations Change-Id: I510a8abd11dc6df0d5cedc657d6229a1fd243f59 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-30Fixed bug in vbrg install script here documentItohan1-2/+5
Modified script to correctly configure snat rules Change-Id: Ie88f747f05745070cfdab2f35eb78f2f01177436 Issue-ID: INT-63 Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-10-30Use portal branch release-1.3.0Christopher Lott (cl778h)1-1/+1
Configuration for Portal Amsterdam/R1 release is on branch release-1.3.0; soon "master" will be Beijing. Issue: PORTAL-134 Change-Id: I66567167098422a072b3418754054ec4d27ccdde Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-30Merge "Implement MultiCloud proxyed Designate"Marco Platania3-16/+557
2017-10-30Merge "Deploy latest demo/heat in robot VM"Marco Platania2-0/+9
2017-10-30Merge "Update vfc_vm_init script"Marco Platania1-1/+1
2017-10-30Merge "Support MultiCloud proxyed Designate for DCAE"Marco Platania3-112/+103
2017-10-30Merge "Change listener to eth1"Marco Platania2-2/+4
2017-10-30Merge "Included compile state in vbrg env and yaml files"Marco Platania2-9/+15
2017-10-30Deploy latest demo/heat in robot VMJerry Flood2-0/+9
Issue: TEST-14 Change-Id: I8e6fed6f130f848f772957f417543445d99bc514 Signed-off-by: Jerry Flood <jf9860@att.com>
2017-10-30Update vfc_vm_init scriptyangyan1-1/+1
Update vfc emsdriver docker container start script Issue-ID: VFC-566 Change-Id: I5db6ef30d61d03b265bc5dada41e95c51e4b35d9 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-10-30Support MultiCloud proxyed Designate for DCAELusheng Ji3-112/+103
The Heat template changes, env changes, adn README changes are for supporting the MutiCloud proxy-ed Designate solution. This change works together with change: https://gerrit.onap.org/r/#/c/21199/ which bootstrap DCAE using values provided by this change. Issue-Id: DCAEGEN2-128 Change-Id: Ib78fafb6ed1d17ed71eac3cbdc199418a7e5fd30 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-30Implement MultiCloud proxyed DesignateLusheng Ji3-16/+557
This submission contains implementation for supporting MultiCloud proxy-ed Designate solution. The changes, mostly in dcae2_vm_init.sh, are for registering Designate proxy by MultiCloud with A&AI; register new DNS zone with the MultiCloud proxyed Designate service; configure DCAE to use the new DNS zone, etc. The submission for corresponding Heat template changes will be made separtely. Issue-Id: DCAEGEN2-128 Change-Id: Ief8e91152c7d2f117aec3f21df54c1ed74ceef0f Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-28Change listener to eth1Pilot2-2/+4
Issue-ID: UCA-39 Change-Id: Ib66b6cc353f68b820716ed7548b2c86a30420025 Signed-off-by: bdfreeman1421 <bf1936@att.com> Signed-off-by: Pilot <bf1936@att.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 sciptsItohan3-289/+318
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 Welch4-4255/+619
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-27Merge "Fixed vbrg Install, env and yaml scipts"Marco Platania3-289/+318
2017-10-27Merge "Replace copyright symbol in Heat template license"Gary Wu3-3/+3
2017-10-27Replace copyright symbol in Heat template licenseMarco Platania3-3/+3
Change-Id: I012c71fbe256efaa7254bd270d57e35923458543 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-27Merge "Modified vGW .env, .yaml and install scripts"Marco Platania1-76/+114
2017-10-27Harmonize OpenStack typosEric Debeau2-10/+10
Change-Id: I3733169c8bcd09df74042ceba0bcc07d14ca5c24 ISSUE-ID: INT-306 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-27Merge "Add port mapping for vfc mcroservice"Marco Platania1-9/+9
2017-10-27Merge "Change service name to sdnc-compatible"Marco Platania1-1/+1
2017-10-27Add port mapping for vfc mcroserviceying.yunlong1-9/+9
Change-Id: I478accaa9c790785cd7999a3b7778f4ad63dfc1b Issue-ID: VFC-558 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-10-26Modified vGW .env, .yaml and install scriptsSrivahni1-76/+114
Configured vGW .env file Configured vGW .yaml file to not run the install script Modified vGW install script and included different build modes Change-Id: I178cc1909ffa13fc5164e142de1de78b1366c624 Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-10-27Change service name to sdnc-compatibleHuabingZhao1-1/+1
Register two services for SDNC,one for the standard url, one for the compatible url. http://$MSB_IP/api/sdnc/v1/restconf/ http://$MSB_IP/restconf/ Issue-Id: MSB-83 Change-Id: Ie3cd82bee895db3d7e3ccaa3a5b84f1e3bd8c62a Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-26Merge "vCPE vG-MUX- fix auto ugrade disable configuration"Marco Platania1-1/+7
2017-10-26vCPE vG-MUX- fix auto ugrade disable configurationEric Multanen1-1/+7
Move configuration of disabling auto upgrade to the 'build' phase of the install script. Also, disable the setting in the /etc/apt/apt.conf.d/20auto-upgrades file. Auto upgrade of the kernel without associated packages can cause vpp to stop working. This should help keep the demo instances running without occasional failures. Change-Id: Ief46bc7866a94d67fe2c3d2fe2d1f22bb4433aa9 Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-26vCPE vG-MUX - fixup default vpp configurationEric Multanen1-6/+19
Instead of hard coding VPP interface names, derive them from the PCI addresses of the network devices when setting up the default vpp configuration in /etc/vpp/setup.gate. Also, remove the vxlan tunnel configuration from the default vpp configuration - this will be created by SDNC. Change-Id: Ife48ac19b8d3869c7d65e83bdf8ab9a5a2c3301c Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-26Change DACE by DCAEEric Debeau2-29/+29
Change-Id: Ifde0eea9bd45d144dccd1295d837ecdff34b2d43 ISSUE-ID: INT-306 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-26Update README.md to be aligned with HEAT filesEric Debeau1-69/+76
Change-Id: I16fb6184b236e804802940a6cbeeb80bf87c340b ISSUE-ID: INT-301 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-10-26Merge "Fix text substitution keyname typo"Marco Platania2-16/+16
2017-10-26Merge "Add port mapping for VF-C componnets"Marco Platania1-3/+3
2017-10-26Merge "Change the url of activiti workflow engine service"Marco Platania1-1/+1
2017-10-26Add port mapping for VF-C componnetsyangyan1-3/+3
Issue-ID: VFC-559 Change-Id: I5645dc645a6d50043e215a0e1de798e26351aba0 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-10-26Change the url of activiti workflow engine serviceHuabingZhao1-1/+1
Issue-Id: MSB-83 Change-Id: I5ecc5e2ecf81de837880f1f992b69834f7babe98 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-26Fix text substitution keyname typoLusheng Ji2-16/+16
Also write priv key file replacing \n with linei break Issue-Id: DCAEGEN2-127 Change-Id: I2090fd074c12eb3b5c98dbd58353e3b9960088bf Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-26Add vfc-catalog docker port mappingying.yunlong1-1/+1
Change-Id: Ifc02d5660af5301bf708538b823277f7a1d19924 Issue-ID: VFC-556 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-10-25Merge "copy keystone url in right folder"Marco Platania1-0/+2
2017-10-24Merge "Change openo and ecomp to ONAP"Marco Platania1-7/+7
2017-10-24Merge "Fixes for the vCPE vG-MUX install script"Marco Platania1-125/+155
2017-10-24copy keystone url in right folderSylvain Desbureaux1-0/+2
Change-Id: I6b3ad94300885cf9ca23cec1fee19afbf5c6a5f6 Issue-ID: INT-298 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-24Fixes for the vCPE vG-MUX install scriptEric Multanen1-125/+155
This change improves the vG-MUX install script by: - setting bng-mux network IP and mux-gw IP from environment variables instead of hardcoded values - provides ability to use script to prepare a snapshot image with the vpp and honeycomb binaries pre-compiles to improve vnf deployment time (was taking about 40 minutes). Change-Id: Ib5423af6d88f4501ac3ecfd4a4cbc9b315460194 Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-24Change openo and ecomp to ONAPZhuoyao Huang1-7/+7
Change-Id: Id3e2b3aa0e821866d91be16a0ec20861f3289f67 Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-23add policy clean up commands in *init scriptJorge Hernandez1-0/+28
Change-Id: Idac193367433182a3e6e7d430ccac3090c55b3b3 Issue-ID: POLICY-365 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-10-23Add multiservice VM IP to SO init scriptMarco Platania2-0/+3
Change-Id: I2850284c39027cf5b8a185436bae5b81c332f8f5 Issue-ID: SO-181 Signed-off-by: Marco Platania <platania@research.att.com>