aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-12-07Fix Robot UTsVictor Morales5-25/+26
The way to clone robot source code repos was depending on the name of the project, but given that robot repos name has different name it was required to handle this exception. This change include Change-Id: If0f4b1cd7866944166b1e81ed417176049251370 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-19
2017-12-06Add commands to clean up resourcesGary Wu1-0/+8
Change-Id: I7bdcf9f1bbcd3af31165e9da658af01b36cf1238 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-06Fix vfc-ztevmanagerdriver service nameying.yunlong4-10/+10
In order to maintain vnfm driver's naming consistency, modify vfc zte driver micro name ztevmanagerdriver to ztevnfmdriver Change-Id: I804d35951602d67bf2fe055e1372ba5abf3c0432 Issue-ID: VFC-602 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-12-04Sample script to post cron results to JenkinsGary Wu1-0/+6
Change-Id: Ic72d9a7d4e0b968e8785f209cea69c97e9b0446f Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-02Merge "Add MSB support"Gary Wu14-67/+192
2017-12-01Add MSB supportVictor Morales14-67/+192
The Microservices Bus project has been supported by this change Change-Id: Id86a0a300b2622ee4b0d362c798c9656cb41fa33 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-358
2017-12-01Merge "Bump minor version"Gary Wu3-6/+6
2017-12-01Bump minor versionJessica Wagantall3-6/+6
Bump minor version in preparation for Amsterdam branching. Change-Id: I435deb8fd6fea5955d192f309c5641a1298f90c6 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-01Merge "Fix vagrant-libvirtd network adapter info"Gary Wu2-18/+30
2017-12-01Merge "Add VVP integration tests"Gary Wu6-39/+110
2017-12-01Fix vagrant-libvirtd network adapter infoVictor Morales2-18/+30
This patch removes the network adapter info for libvirt vagrant provider, which was causing conflicts provisioning environments with this provider. Change-Id: Ib84a66227a96e4adbcf5febbe81ec5c15b83636b Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-357
2017-11-28updated zip filekishore3-2/+2
Issue-ID: PORTAL-146 Change-Id: I601906dae0b630b751232bdf3e8bbd2cf0bd62be Signed-off-by: kishore <kk707x@att.com>
2017-11-23Add VVP integration testsAlmog Laktivi6-39/+110
Add VVP engagement manager container to integration tests (full flow) Change-Id: Iad7297f199b34f429005e8778d23c3c65b688e4d Issue-ID: VVP-31 Signed-off-by: Almog Laktivi <al942u@att.com>
2017-11-21Reduce DCAE VM sizes for auto-deployment tests1.0.0-ONAP1.0.0-AmsterdamGary Wu1-1/+6
Change-Id: I21802d4b56247455452949f4b51403941b71bc86 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-20Refactor clone and compile functionsVictor Morales35-425/+265
The clone_all_* and compile_all_* functions share same instructions for performing their functionality. This change pretends to reduce the duplication of the code. Change-Id: Ief63a5a58c79af85c829602b0451637424659438 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: INT-339
2017-11-17Add SO java artifacts into manifest, sortedArthur Martella1-0/+32
Adding all SO artifacts since we're not sure which ones are useful. Sorting because apparently that's a thing. Change-Id: I2cc64daca82c574bc6bb1e28aae52c3ddca0d810 Issue-Id: SO-347 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-11-17update manifest for vnfsdk refrepo-postgresChris Donley1-0/+1
file was missing Issue-ID: VNFSDK-130 Change-Id: Idbcc591cddb79fdaece9642a30a69cf64a23f39a Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2017-11-16Update manifest file to add usecase-uishentao9992-0/+4
Change-Id: I294e20db84ddb1d30cc1ce0ca13f841907def994 Issue-Id: USECASEUI-60 Signed-off-by: shentao999 <shentao@chinamobile.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Update line endings to match .gitattributesGary Wu7-203/+203
Change-Id: I18ceea59b6ff79ec7134a72029e86aa6e69eec7e Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Merge "Implement steps for Multicloud Images"Gary Wu4-3/+45
2017-11-16Update VID docker versionOfir Sonsino1-1/+1
Change-Id: Idb24d68fe08b0ea9ef2fdd7eb914e85a5b9ba50f Issue-Id: VID-87 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-11-16Add missing v for policy docker imagesPamela Dragosh1-3/+3
Marco pointed out that I missed the v Issue-ID: POLICY-384 Change-Id: I5fcf07c5056b8e54f5c9dac93fa8a285f93f45ce Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2017-11-16Implement steps for Multicloud ImagesVictor Morales4-3/+45
It was implemented the steps required for retrieving or building docker images as well as their execution. Change-Id: I20f79c5375377a9406f92f9e3e32a2cbec23a4f9 Signed-off-by: Victor Morales <victor.morales@intel.com> Depends-On: Idc876574ceee39b7cf389978d6a33eb7c66291a6 Issue-Id: MULTICLOUD-53
2017-11-16Update .gitattributesGary Wu1-0/+3
Change-Id: Ia3dac22e28b808989308ad1130c6c0c47d3b56de Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Update manifest versions for dmaap/messagerouterSripad2-0/+5
Modify the java manifest file. Issue-ID: DMAAP-170 Change-Id: I6a2c0f1a77adc3294f163ba54f02e32494693109 Signed-off-by: Sai Gandham <sg481n@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Remove Holmes DSA from the ManifestGuangrong Fu1-1/+0
Our previous submission was over-written by other projects. Change-Id: I2e8b6418ddb3dfff5c53303c3c3dbcbc72436d63 Issue-ID: HOLMES-89 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-11-17Update Multi VIM/Cloud artifacts release versionxinhuili1-6/+6
This patch is to add artifacts version for release. Change-Id: I84c3b4c7611b731bf643afe4b8df4161e7764b73 Issue-ID: MULTICLOUD-127 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-16Merge "Update docker versions to v1.1.0"Gary Wu1-6/+6
2017-11-16Update docker versions to v1.1.0Venkata Harish K Kajur1-6/+6
Issue-ID: AAI-268 Change-Id: Iabc9c3ff778e7c7e4b467b563b110053c0a3215e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16updated the mafifest with the version numberseshukm1-1/+1
IssueId: SO-345 Change-Id: I4d06af11a4fe0b523bd6122e5937009587c164e6 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Merge "Update with released SDNC versions"Gary Wu2-5/+7
2017-11-16Merge "update sdc docker version"Gary Wu1-5/+5
2017-11-16Update with released SDNC versionsDan Timoney2-5/+7
Update version manifests with released SDNC versions Change-Id: Iaab993277c23ca2be9f5be71d9a3bb1e2ea924e2 Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-16update sdc docker versionMichael Lando1-5/+5
change version to the release one Change-Id: I4e54378f050f05480753c32e9971ebde7f8f5eb6 Issue-Id: SDC-629 Signed-off-by: Michael Lando <ml636r@att.com>
2017-11-16Add VVP tests scriptsAlmog Laktivi10-0/+302
Add the tests robots to create docker and validate health check Change-Id: I005cc095f54f9924c4e23ea4c9818a3774ffae90 Issue-ID: VVP-31 Signed-off-by: Almog Laktivi <al942u@att.com>
2017-11-15Auto-generate docker versions and repo branchesGary Wu2-69/+13
Auto-generate the docker versions and repo branches using the latest heat environment file from demo repo. Change-Id: Ia00ec9f1c0bc59d0cdf9639e0d5ac5b13f9716c8 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Merge "Add workflow designer to integrate"Gary Wu2-0/+2
2017-11-16Add workflow designer to integrateLvbo1632-0/+2
Issue-Id: INT-338 Change-Id: I9d4b02d492b0495742f87893f97762873ca2da83 Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
2017-11-16Merge "Update Multi VIM/Cloud artifacts release version"Gary Wu2-0/+12
2017-11-16Update Multi VIM/Cloud artifacts release versionxinhuili2-0/+12
This patch is to add artifacts version for release. Change-Id: I291ecde151bb0c9e02311475446f19a0d7b6d6eb Issue-ID: MULTICLOUD-127 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-15Update environment file to match latest templateGary Wu1-22/+22
Change-Id: Ibd4596e50690a4b20f5bd562952c2d933ac866a6 Issue-ID: INT-334 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Merge "Update the java manifest for nfvparser"Gary Wu1-0/+1
2017-11-15Update the java manifest for nfvparserZhaoxing1-0/+1
Change-Id: Ieab946bab6442cad6c4aea924eb8e8ee5b457d18 Issue-Id: MODELING-38 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-16Update the vfc release versionyangyan1-15/+15
Issue-ID: VFC-593 Change-Id: Ic8efb6a192d500bcc4e9792e3bd89305bbe33bf7 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2017-11-16Merge "Update the docker manifest for SO"Gary Wu1-1/+1
2017-11-16Merge "Fix the docker version of ESR"Gary Wu1-2/+2
2017-11-16Update the docker manifest for SOSeshu-Kumar-M1-1/+1
IssueId: SO-345 Change-Id: Ic6076d8cdf2e3ee6fe1052932ed5727c9bfa13b2 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-11-16Fix the docker version of ESRlizi1-2/+2
Issue-ID: AAI-478 Change-Id: I7571dc9041b0c58b58077a7da697b1f777f09b0a Signed-off-by: lizi <li.zi30@zte.com.cn>
2017-11-16update docker manifest to MSB release versionHuabingZhao1-3/+3
Change version to 1.0.0 which is the Amsterdam release version Issue-Id: MSB-95 Change-Id: I83b7f94253c20cffa980cae015dfdb60b0fc1066 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-11-15Merge "Update manifest with CCSDK versions"Gary Wu2-11/+11