aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08Fix NPE when artifact dependency version is nullGary Wu2-4/+4
Change-Id: I56d6813b54ea769ca4bc6f0d7bf098b12cd0c6bc Issue-ID: INT-330 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-08Merge "Add OpenStack support"Gary Wu8-10/+94
2017-11-08Merge "Update CLI CSIT to use v.1.1.0 docker image"Gary Wu1-1/+1
2017-11-08Merge "Changed E2eservice CSIT request json"Gary Wu2-56/+100
2017-11-08Add OpenStack supportVictor Morales8-10/+94
This change allows the provisioning of an All-in-One OpenStack deployment through ansible-kolla project. Given that it uses System D this adds an exception to use Ubuntu Xenial release. Change-Id: I57973a1b5cc331654fbabf7932ddcfef817afedf Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-329
2017-11-08Update CLI CSIT to use v.1.1.0 docker imageKanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-70 Change-Id: I12d7a1f3ea54bd146c7aa94f21c3611bc2ab03d7 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-08Changed E2eservice CSIT request jsonseshukm2-56/+100
IssueId : SO-317 Change-Id: I2230f110babe037ff5a15dbd8788635e8464f365 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-08Update CLI docker version to v1.1.0Kanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-70 Change-Id: I283f93a0906731387d40ec3763e4e7e33ead1940 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-07Integrate install_dev_tools into install_dockerVictor Morales4-27/+12
The packages installed by the install_dev_tools are only required by the docker installation, therefore is not necessary to install them in other cases. According to the Docker official documentation the linux-image-extra-* packages are required. Change-Id: I96c5f556c9e5a74d52e012d7896786061299036e Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-328
2017-11-07Merge "Enable multidistro support"Gary Wu2-24/+110
2017-11-07Merge "Added mariadb SQL script for for CSIT"Gary Wu13-0/+2571
2017-11-07Enable multidistro supportVictor Morales2-24/+110
This initial change allows the execution of scripts in multiple linux distributions. Change-Id: I2fe7afe2c4cae7923fedfa9756f6d59a2b85090d Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-327
2017-11-07remove some \ charactersRene Robert1-23/+23
Issue-ID: INT-326 Change-Id: I042cfb58217c75202d72d80b800fa482f8ea3fd7 Signed-off-by: Rene Robert <rene.robert@orange.com>
2017-11-07Added mariadb SQL script for for CSITseshukm13-0/+2571
IssueId : SO-313 Change-Id: Ibe0bdb22d9cfbbeca6342ff6b4adee5b01d378ef Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-07Update csit script for vfc-nfvo-wfengineZhaoxing5-37/+156
Change-Id: I4a17b1a5f36515eaa40b5cdfdff3d6e4c5204fcb Issue-id: VFC-139 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-11-06Merge "Initialize documentation for Integration"Gary Wu2-4/+243
2017-11-06Initialize documentation for IntegrationEric Debeau2-4/+243
Initialisation of the Documentation for the artifacts managed by the Integration project Creation of heat.rst file based on the README.md stored in demo Change-Id: Idec04a6b7fac54bc3353ffbc02e598dc08f77990 ISSUE-ID: INT-325 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-11-06Update env to match latest heat templateGary Wu1-2/+2
Change-Id: I46d4526b6b339cb409d0c5dc5cbe05cf5aa41048 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-06Merge "Update the haproxy to use latest aai certificate"Gary Wu4-2/+4
2017-11-06Merge "Update VID release versions"Gary Wu2-2/+2
2017-11-06Merge "Add ueblistener image pull"Gary Wu1-1/+9
2017-11-06Add ueblistener image pullDan Timoney1-1/+9
Need to update CSIT script to pull and tag ueblistener image Change-Id: I7269d3e7e7ba439e8c800d01fe35ebf4769bf9b1 Issue-ID: INT-322 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-06Reduce the number of update_repo callsVictor Morales4-1/+6
The update_repo function allows to fetch repository metadata. This function can take some time during the initial provisioning time. This change reduce the number of calls to that function. Change-Id: I2a0b0f13f7a3e6b37f0c0316ae9730a3ed840238 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-324
2017-11-06Merge "Add debug support"Gary Wu22-59/+35
2017-11-06Update the haproxy to use latest aai certificateVenkata Harish K Kajur4-2/+4
Issue-ID: AAI-44 Change-Id: If3ca71b93c731cdf5c02f3ddd37438fb0d328e49 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-06Remove duplicate jobs in vagrant jenkinsGary Wu1-6/+0
Change-Id: I3c9ad0110d94d93f71ac474f9ee6b042fe76ea51 Issue-ID: INT-146 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-06Add debug supportVictor Morales22-59/+35
This change allows to control the level of verbosity for the ONAP on vagrant execution. The new debug configuration value enables verbosity setting its value to *True* Change-Id: I29a3694ea3182a02cb585af5ae8ada1f8a415c8c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-323
2017-11-06Update VID release versionsOfir Sonsino2-2/+2
Change-Id: I8a77f9db7b3f2c8b7c128fef01225a366411c166 Issue-Id: VID-87 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-11-06Fix integration testseh552t1-10/+1
Change-Id: Ie7f181b7d9dbc59d5bfe86789915cf4cd64a5192 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-28
2017-11-06Update svnfm driver setup scriptyangyan1-2/+2
Add port mapping in setup.sh Issue-ID: VFC-559 Change-Id: Ie687f79d58ae9f3ae3a0e5eb8e0c7cb17cf13ec1 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-11-05increase sanity docker memory sizeYuli Shlosberg1-1/+1
Change-Id: Icdd907be18edc25bdd7e1c3e7d00fbc9c8ba3f9e Issue-Id: SDC-542 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-11-03Fix configuration sample valuesVictor Morales2-2/+2
Change-Id: Ia64f6a98d0007fb4a08497f1055a53d39089359c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-236
2017-11-02Merge "Update sdc test"Gary Wu1-1/+2
2017-11-02Merge "Updated CSAR for IT"Gary Wu3-0/+0
2017-11-02Merge "Sniro Emulator - Fix SO CallBack with Resource IDs"Marco Platania2-9/+41
2017-11-02Update sdc testYuli Shlosberg1-1/+2
add report files to archive folder Change-Id: Ica8b28517eff63b243cb9a41dc6b2f1f33962d60 Issue-Id: SDC-543 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-11-02Sniro Emulator - Fix SO CallBack with Resource IDsGeora Barsky2-9/+41
Modify SNIRO emulator to pick up serviceResourceId from SO request Change-Id: Ib0bc23cb87ed5e49bb0dde351661527c404199bc JIRA-ID: INT-317 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-11-01Revert "Test clone from AP gerrit mirror"Gary Wu1-1/+1
This reverts commit 528b68f0edde4f8c5cc6d7875ba203c81f2b9243. Issue-ID: INT-146 Change-Id: I87418e9b83ec96239de4b3fa64265822eaaffe78 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-01Test clone from AP gerrit mirrorGary Wu1-1/+1
Change-Id: I5181b1f0740d2aa5a058850cda0ff4b90b7d933d Issue-ID: INT-146 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-01Merge "Update sdc sanity test"Gary Wu1-31/+38
2017-11-01Merge "update release versions"Gary Wu2-0/+10
2017-11-01Update sdc sanity testYuli Shlosberg1-31/+38
Change in docker monitor mechanism Change-Id: I048754f4229778f4c9276c68a23f54dc8134548c Issue-Id: SDC-542 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-11-01update release versionsMichael Lando2-0/+10
Change-Id: Ie753b56a2b31098fd0a152ab8206f6f08f3c2e9a Issue-Id: SDC-571 Signed-off-by: Michael Lando <ml636r@att.com>
2017-11-01Merge "Add missing vnfsdk in the Vagrant file"Gary Wu3-11/+24
2017-11-01Merge "Updated setup.sh and test1.robot"Gary Wu2-4/+8
2017-10-31Add missing vnfsdk in the Vagrant fileShashank Kumar Shankar3-11/+24
This patch adds missing VNFSDK settings in the Vagrant file and fixes a minor cloning issue in multicloud. Issue-Id: INT-290 Change-Id: I9406f252708cf708ea1e92d91d1965b889f3ded0 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-10-31Updated setup.sh and test1.robotkishore2-4/+8
Issue-ID:PORTAL-78 Change-Id: Ib8e158230eda5803a93a9a9f672659f63834b1ae Signed-off-by: kishore <kk707x@att.com>
2017-10-31Merge "Update heat template env for DCAE changes"Gary Wu1-2/+2
2017-10-31Update heat template env for DCAE changesGary Wu1-2/+2
Change-Id: Iccc39d7af91bdb56bdf015aaad01a2deb605b4aa Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-10-31Fix VVP info from README.md fileVictor Morales1-1/+1
Change-Id: Icbb45bd6ec6160c1721fc8691581e9f60cb6d01c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-303