aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-10Revert "Use ubuntu instead of root to check..."Gary Wu1-1/+1
This reverts commit 86fb15976b3370667c93d3141bed7dd518e3b69e. Change-Id: Ib9e7c657dd97f52efbfc5373583d6d7accb37874 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 95f265de74d5dc0afb4e7b36baedfb448e58e286)
2018-01-10Use ubuntu instead of root to check for dockerGary Wu1-1/+1
Change-Id: I91913bd00eceb604e0e58855d779835bb83d0563 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 86fb15976b3370667c93d3141bed7dd518e3b69e)
2018-01-10Use username/password in RC files to delete zonesGary Wu3-4/+4
Change-Id: Iea0dd80fa407e898f6e07b9131860c0c04bb5778 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit ab4e57206abec8d507f3ffa3a1d0bbb8aaf2ad5c)
2018-01-10Use apt and docker proxy for windriver labGary Wu2-3/+16
Change-Id: Ic800877cd3c939606655f834e491b72d93eebf5e Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 341e0b5d4bb62380e77095cc22764c860706f645)
2018-01-10Sleep up to 3 minutes to avoid disk contentionGary Wu1-0/+2
Change-Id: Ia3867a06ff88066484d2a1c1e60c16dc7521ec8c Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 8d35f1c1aedb430fcd03293e4f37f5c0a683419d)
2018-01-10Fix lab docker proxy hostGary Wu2-2/+2
Change-Id: I4bd5b3173435afad26ea64c7ecf35c471115affb Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 51a9d6dd6f8c5db84b9fc4d1b355506a2029d6ee)
2018-01-10Use lab local docker proxiesGary Wu4-6/+18
Change-Id: Ifb7821d6173d16ccb59053edd9eb53632fe65933 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit f58cbcbc8603db69e1bac6b34d1d5aaf88470471)
2018-01-10Add support for lab apt proxiesGary Wu5-8/+191
Change-Id: Ic30d45f3ac088637fb680f77bbaf7871a07a6428 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 3e2711149d797ad2731fe3fd4773ad2eaa12e7c8)
2018-01-10Fix DNS IP addresses for Huawei's labGary Wu1-2/+2
Change-Id: Ie091deac9fd2c81dbaefee4cb62a16ff8e0cc1ea Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit b6383dd195f1218b3ec82bf5ec09ff5b9fe9d37f)
2018-01-08Update manifests with new ver nums for MRjimmy2-27/+27
Change-Id: I76f535eea739e52f87a8958f8a4dd4cbb0438c43 Issue-ID: AAI-611 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-01-05Refactor script to retrieve instance floating IPGary Wu1-5/+2
Change-Id: Iacfe44feb72456a78372422937645f8ecc92888b Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-05Refactor CI script to support other envionmentsGary Wu3-5/+168
Change-Id: I4befdd9dc89a04620b53de8675f241f43d4e144e Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 3c0b105517b51584edd114765560f11ebabb4a4e)
2018-01-05Remove workaround to reduce DCAE VM sizesGary Wu1-4/+0
DCAE VM sizes have been reduced from the source heat template, so the workaround is no longer necessary. Change-Id: I5ac3baf1338363494ae027352fbeeb99b11f7a33 Issue-ID: INT-375 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit 543c885387ba2d78e2dae69c229eb0df79204d3c)
2018-01-05ONAP environment teardown scriptGary Wu3-25/+82
Change-Id: I27afbc37ec35f374d1c82ada60698a9461627c72 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit e681bedc94e346a0f7de570bcf17b831755d876d)
2018-01-05Merge "Fix multicloud build image process"Gary Wu2-11/+23
2018-01-04Update docker image verson in manifestLusheng Ji1-1/+1
Up the image version of dcae bootstrap container image to v1.1.1 in version manefest. Issue-ID: DCAEGEN2-205 Change-Id: Ib92a730a00890d2a0fce89bc4c8d5bd955845e78 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-01-04Fix multicloud build image processVictor Morales2-11/+23
The multicloud script was using old variables and scripts which haven't merged yet. So this commit commented out those invalid instructions and rename old variables. Change-Id: I5566b2fb773f7d7c92493162b0d9e10945382280 Signed-off-by: Victor Morales <victor.morales@intel.com>o Issue-ID: MULTICLOUD-53
2018-01-04Merge "Add OOM provisioning script"Gary Wu13-57/+393
2017-12-23Add OOM provisioning scriptVictor Morales13-57/+393
The instructions to provision a ONAP Operations Manager environment was included into the vagrant-onap tool. This script requires a specific docker version besides some tasks that wait for certain services. Change-Id: I39f0b7947e7c87d8aa44ffa93cdb414d700379bd Signed-off-by: Victor Morales <victor.morales@intel.com> Co-Authored-By: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> Issue-ID: INT-370
2017-12-22Updates to fix failed testsMichael Mokry3-9/+12
Modified the templates with current modelName and version due to validation failures after new validation code was added to Policy Engine to provide more thorough validation from the API and stay in sync with Admin Console (GUI) input validations Change-Id: Ie7168279b8d5ef4f79309c20e33e4fc56b557a73 Issue-ID: POLICY-449 Signed-off-by: Michael Mokry <mm117s@att.com>
2017-12-18Update Jenkins API TokenGary Wu1-1/+1
Change-Id: I3e5cabae39ff4ce9b96bf2e978257398cd8d759c Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-13Update docker to use onap instead of openecompVenkata Harish K Kajur4-47/+43
This is causing issues since all of the aai repos have been udpated from using openecomp to using onap and also update the haproxy from using 1.1.0 to 1.2.0 for the hostname change from openecomp to onap Issue-ID: AAI-479 Change-Id: Ib05a383f3c353c8b9cf047bf87235ed0d1ca40b4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-12-10Fix VID login CSITOfir Sonsino1-1/+1
Change-Id: I7511350f83b029b30f7841aa03da927676571c78 Issue-ID: VID-99 Signed-off-by: Ofir Sonsino <os0695@att.com>
2017-12-08Bump artifacts versionGary Wu1-1/+1
Change-Id: I96069ed7c554ffb567365eb7bec0da6c6170c012 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-12-08Centralize src_folder and repos infoVictor Morales37-407/+393
The configuration values that determines where the source code will be cloned and the list of repos associated to specific project have been included in a new global configuration file, which pretends to facilitate their changes. Change-Id: I700bfe02e6b2f8bf8eef763e44b5e037357ec892 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: INT-367
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>