aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-20Add INFO.yaml fileJessica Wagantall1-0/+87
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ic75c3d4a55f89ea1d6054558b08c29d6e680a4c7 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-20Merge "deployment scripts"Gary Wu1-1/+8
2018-03-20deployment scriptsst782s1-1/+8
Update Beijing deployment scripts for release tags Issue-ID: PORTAL-217 Change-Id: I18e5510d0767c522bfdebd3e5d0aa81b28575232 Signed-off-by: st782s <statta@research.att.com>
2018-03-20Update VID docker versionSonsino, Ofir (os0695)1-1/+1
Change-Id: I29ba457eb957eb3abd0d137d62bef3eb9e2c6731 Issue-ID: VID-200 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
2018-03-20Update version to 2.0.0Determe, Sebastien (sd378r)1-1/+1
Update the clamp version to Bejing, 2.0.0-STAGING-latest as the scripts are taken from the Clamp master branch Issue-ID: CLAMP-139 Change-Id: I870294bc0c44f39c2fe13859d65ecf3893911e81 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-19Change the port config about MSB to 443LiZi1-2/+2
Change-Id: I3008667ef414045fe6a6ab9a48382fb854dd272b Issue-ID: AAI-893 Signed-off-by: LiZi <li.zi30@zte.com.cn>
2018-03-16Add health check to vLBMSMarco Platania32-11/+1214
- Add health check to VNF components for vLB manual scale out - Update POM tree Change-Id: Id348d0cb56adf052694c6e8682b499eb1ac24af1 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
2018-03-16Merge "AAI services registration in MSB/HEAT"Gary Wu1-28/+79
2018-03-16AAI services registration in MSB/HEATAdrianSlavkovsky1-28/+79
Change-Id: If9e18765b65542e3e7bdb7df2ca84c3ee0499cc9 Issue-ID: AAI-671 Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
2018-03-16Providing HTTPS endpoint at API gatewayHuabingZhao1-1/+1
Issue-ID: MSB-140 Change-Id: Ic89750f87abc862ff1cf0335e0c1083a06adee2e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2018-03-13Merge "Add fixes for Ring buffer size changes"Gary Wu2-0/+2
2018-03-13Merge "Register Clamp API to MSB by RESTFul API."Gary Wu1-0/+2
2018-03-12Add fixes for Ring buffer size changesGokul Singaraju2-0/+2
Issue-ID: CERT-12 Change-Id: I2a2def9aea7664b58c6d3b743183436991bf6c22 Signed-Off-by: Gokul Singaraju <gs244f@att.com>
2018-03-12Register esr to MSB with enable_ssl.LiZi1-1/+1
The rest API with http protocal of esr has been changed into https. So register esr to MSB with enable_ssl. Change-Id: I538a3c11414ae94a12d9e53bf4a98c28d451fced Issue-ID: AAI-853 Signed-off-by: 00164331 <li.zi30@zte.com.cn>
2018-03-12Register Clamp API to MSB by RESTFul API.YuanHu1-0/+2
Register clamp API to MSB while deployed by OOM. Actual URL of Clamp: http://[CLAMP_IP]:[CLAMP_PORT]/restservices/clds/v1/* Published URL of MSB: http://[MSB_IP]:[MSB_PORT]/api/clamp/v1/* Issue-ID: CLAMP-95, OOM-230 Change-Id: Ic82aa5737269b52b1c96e6a2d70353d92b6c64e6 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2018-03-07Fix for DCAEGEN2-376Lusheng Ji1-1/+1
Issue-ID: DCAEGEN2-376 Change-Id: If07ae2ec696449dfd1c82896aaef6132dd5c82ac Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-02Add a heat "light" yaml to save resourcesMorgan Richomme1-0/+1775
This config (DCAE is out of scope) can be deployed It will install the main ONAP features using smaller VMs It has been tested on the OpenLab with only functional basic tests Issue-ID: INT-340 Change-Id: I647e6b07724c2214a82fd288ea7fa5867da92e72 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
2018-02-28Update groupId in vLBMS POM filesMarco Platania4-6/+18
Change-Id: I824a776b6611e9a0694221ce59c1c46d1d5e426d Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-28Fix distribution issues with POM fileMarco Platania1-0/+24
Add distributionManagement to vLBMS HC distribution POM Change-Id: I42c715f0aa36b3ece6d81ac164509c5a087439ff Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-28Fix issues with POM filesMarco Platania2-0/+14
Skip deployment phase in some intermediate step of the building process. Change-Id: Iafa03d506180bcf1d170a3d32f09e45018148c26 Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-27Add NETCONF/RESTconf APIs to vLBMarco Platania47-0/+969
Create a new directory for the vLB Manual Scale out use case (vLBMS). Add NETCONF/RESTconf APIs for configuring the vLB via ONAP. Change-Id: I06c557143d3a6d12159fc3195991cd8d49432348 Issue-ID: INT-432 Signed-off-by: Marco Platania <platania@research.att.com>
2018-02-21Update the heat template to use docker stagingVenkata Harish K Kajur1-2/+2
Issue-ID: AAI-791 Change-Id: I58b6f519e07b4a1c51468560a53e17cd53eeca8c Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-21Update versions based on latest docker manifestGary Wu1-2/+2
Change-Id: I53adbcc9eaf920d0adcba1a91da21100d743f382 Issue-ID: AAI-791 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-02-09Explicitly assign security group to VMs.Gary Wu1-22/+52
Change-Id: I5abbfc693a8bcaded15645ebcea3886e7428cced Issue-ID: INT-414 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-29Merge "Function to modify event source name"Marco Platania4-2/+36
2018-01-29Function to modify event source nameGokul Singaraju4-2/+36
Issue-ID: CERT-13 Change-Id: I7dc342bc7fcf99525958c32cd6c6c309344640fc Signed-Off-by: Gokul SIngaraju <goksing@gmail.com>
2018-01-19Update versions based on latest docker manifestGary Wu1-2/+2
Change-Id: Ied2253cce2eac7a799d04e7a9e816eb6b0f04d2e Issue-ID: INT-288 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-16Add ringbuffer size to APIGokul Singaraju5-0/+18
Issue-ID: CERT-12 Change-Id: Ie698da815605d456f34ed05e4ef1ee11c994db86 Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2018-01-05Update versions based on latest docker manifestGary Wu1-1/+1
Change-Id: I77456de1d2cea6991b5a2a27133db3310601b606 Issue-ID: DCAEGEN2-205 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-04Reduce DCAE VM flavorsLusheng Ji1-2/+2
Previously all DCAE VMs are overprovisioned as m1.xlarge. Reduce to m1.large for Hadoop cluster VMs and m1.medium for other VMs. Issue-ID: INT-375 Change-Id: If39f01ec0720cf00242c5e7bd35638a1a3e4a3fe Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-01-04Increase VES max json sizeGokul Singaraju2-1/+20
Issue-ID: CERT-11 Change-Id: If3e4e3b6bfc507e5e049a9f843ebe50dd451e8dc Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2018-01-03Fixed DHCP server problemSrivahni1-2/+4
Moved DHCP server installation to the build phase of the deployment to eliminate the problem of it going down sometimes. Change-Id: I7a5db7aacb57600fe14b1cae9d10caab1593b24e Issue-ID: INT-63 Signed-off-by: Srivahni <srivahni.chivukula@intel.com>
2017-12-19Implement TLS over HTTPGokul Singaraju9-1/+289
Issue-ID: CERT-10 Change-Id: I25421331f249ea0a33fe9280534df8e66d08463f Signed-off-by: Gokul Singaraju <goksing@gmail.com>
2017-12-15Merge "Modified vbrg vpp snat plugin"Marco Platania1-17/+19
2017-12-14Cleanup batch urlGokul Singaraju2-1/+6
Issue-ID: CERT-9 Change-Id: Ia2c77b0c45104b2cd48fcb952c16cbf7d86846fa Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-12-08Modified vbrg vpp snat pluginItohan1-17/+19
Fixed bug in plugin due to change in vpp stable branch Issue-ID: INT-63 Change-Id: I53490a93cfbe30d7550a0852490b2986bf9eb8bc Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
2017-12-08Merge "Fix Robot framework branch"Gary Wu1-1/+1
2017-12-08Fix Robot framework branchMarco Platania1-1/+1
- Robot Gerrit branch was erroneously set to message router branch. This has been now fixed. Change-Id: Iba0bcdbd4c0fbc750f1df6a30914daf272b3f6b5 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-12-08delete vFW policy before updating resourceIDJorge Hernandez1-0/+16
POLICY-486 deals with the issue that pushPolicy API may not provision the latest version of the policy when multiple versions are present. While a fix has been merged into amsterdam release, it has not been released, the next 1.1.2 released version has not been produced yet. We met with Tarun to discuss the issue and suggested to place a call to the deletePolicy in the script. After a few tests, we think that this fix works around the POLICY-486 issue, and seems that updates the resourceID correctly, by ensuring that at there is only 0 or 1 versions of the policy at a given time. Change-Id: Ibcd20869d13dc115d57db5bc79b56513547324f7 Issue-ID: POLICY-486 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-12-07Fix bug in test collector and batch stringGokul Singaraju2-1/+2
Issue-ID: CERT-8 Change-Id: If3030eedad31e32cdec55857b2039b34fd1d730e Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-12-06Change vfc-ztevmanagerdriver service nameying.yunlong5-9/+9
In order to maintain vnfm driver's naming consistency, modify vfc zte driver micro name ztevmanagerdriver to ztevnfmdriver. Change-Id: Ida942a5f34496b1efb8bc48955e5cbbed1c34188 Issue-ID: VFC-602 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-12-05Merge "Fix EvelOther namedarray encoding"Marco Platania3-46/+55
2017-12-04Fix EvelOther namedarray encodingGokul Singaraju3-46/+55
Issue-ID: CERT-7 Change-Id: I571a515014bd62b9e48a5756132880311fec46ff Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
2017-12-03Fix VID MariaDB docker tagOfir Sonsino1-1/+1
Change-Id: I9bb0ce11a9ecbd6da806774e471f0315cfca316b Issue-ID: VID-93 Signed-off-by: Ofir Sonsino <os0695@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-30Merge "Implement batching of VES events"Marco Platania15-106/+479
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-30Bump version up in Heat templatesMarco Platania7-16/+16
Change the version number of SW artifacts and scripts for Baijing Release Change-Id: I8bc195490a3bab516c66b19baf2618e70537af99 Issue-ID: INT-288 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-30Merge "Add handling for keystone url w/o version"Marco Platania1-0/+9
2017-11-30Merge "Reset VES packet loss rate to zero on reboot"Marco Platania1-26/+14