aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-27Merge "Fixed vbrg Install, env and yaml scipts"Marco Platania3-289/+318
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-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>
2017-10-23Merge "Clean up DCAE GEN 1 params from Heat template"Marco Platania2-84/+45
2017-10-23Clean up DCAE GEN 1 params from Heat templateMarco Platania2-84/+45
Change-Id: Id76c7a561494f7aa201b728f1f62e88f198496cc Issue-ID: DCAEGEN2-127 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-23Merge "Update License text"Marco Platania44-53/+90
2017-10-23Update License textGokul Singaraju44-53/+90
Issue-Id: CERT-4 Change-Id: I4b92e39ea6bedb5c5a70eae93ee8e7c4be9f9866 Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-10-22Add proxying healthcheck to consul etcLusheng Ji5-109/+210
Changes are for: 1. Proxying healthcheck API call to Consul's health API using a Nginx container proxy. Also some code cleanup. 2. Add support for posting floating addresses to Designate DNS 3. Add addition parameters in heat for supporting spinning up DCAE in a separate OS/tenant (due to lack of Designate support in main Integration OS/tenant) Issue-Id: DCAEGEN2-127 Change-Id: Iac66eddbdd1dfadfc92bf2a1e372c6ad55bd0ab1 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-20Fix spelling in ONAP heat templateGary Wu1-1/+1
Change-Id: Icbb44f9d569954a8a2d90be755628040344b51b8 Issue-ID: INT-288 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-20Fix VNF instantiation issues in SO and RobotMarco Platania5-7/+11
- Add keystone version to SO config file - Add public_net_id and script_version to Robot - Replace non-ASCII copyright sign in Heat templates license Change-Id: I76b9caf19720c5b4ba7534c7d5ba329634860ff0 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-18Merge "Remove GPL v3 HEAT templates"Marco Platania10-1742/+1
2017-10-18Merge "Fix naming conflict in vLB/vDNS Heat template"Marco Platania1-5/+5
2017-10-18Fixup errors in vgmux install scriptEric Multanen1-2/+2
Correct a couple typos made in the vgmux install script. Change-Id: Ib6eff3a875c3588bb1aad42a4105827d883b9c8d Issue-ID: INT-63 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2017-10-18Remove GPL v3 HEAT templatesBrian Freeman10-1742/+1
Issue-ID: UCA-38 Change-Id: Ia2e01a1b83c3cbc30dd542e25d03e058fd15029a Signed-off-by: Brian Freeman <bf1936@att.com>
2017-10-17Fix naming conflict in vLB/vDNS Heat templateMarco Platania1-5/+5
- Rename DNS2 VM and ports Change-Id: Ic19865785c73c777f68ea177493eec9363c95ae0 Issue-ID: SDC-448 Signed-off-by: Marco Platania <platania@research.att.com>
2017-10-17Merge "Set consul version to 0.9.3"Marco Platania1-1/+1
2017-10-17Merge "Fix install script for dcae2"Marco Platania1-12/+14
2017-10-17Fixes for vCPE vG-MUX install scriptEric Multanen4-60/+177
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-17Set consul version to 0.9.3HuabingZhao1-1/+1
MSB can't work with the latest consul 1.0.0. Issue-Id: MSB-77 Change-Id: Ic822c12f1971aa4dc3fcf8075747e703a7b27622 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-16Fix install script for dcae2Lusheng Ji1-12/+14
Issue-Id: DCAEGEN2-127 Change-Id: Icbb9e69d7cd28161ac4fc48f4449e188ae72e0d7 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-10-16Update dcae2 vm_init and intsall scriptsLusheng Ji4-42/+45
Issue-Id: DCAEGEN2-127 Change-Id: I4e8221972144495d9f121e4f5cfc775d141b15cb Signed-off-by: Lusheng Ji <lji@research.att.com>