summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Mariadb docker used for ittestsac25502-3/+7
Clamp has a bunch it tests which needs a mariadb docker container. Recent changes on availability of the DOCKER_REGISTRY env variable force the registry to 'nexus3.onap.org' instead of docker.io. This patch corrects both behaviors by setting 'nexus3.onap.org:10001 instead' Issue-ID: CLAMP-150 Change-Id: I30a980c89755df05b8ec5f4aa0258031f4270bde Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-04-03Fix quotes in shell scriptJessica Wagantall1-3/+3
Global variables defined in Jenkins need double quotes to be translated properly in the case section. Change-Id: Ida76cd90314ef59f24013f7da80a2b5364fc9480 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Fix IMAGE_VERSION variableJessica Wagantall1-1/+1
Fix typo on variable used to extract the IMAGE_VERSION number Change-Id: I91d48836d697c90398a788769d16750f468de917 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add APPC new docker jobsJessica Wagantall1-3/+3
Add global docker jobs for APPC: - '{project-name}-{stream}-merge-docker' - '{project-name}-{stream}-verify-docker' - '{project-name}-{stream}-release-version-docker-daily-no-sonar' Change-Id: I94dfc0c2e6a9a1f3a760b86b0bd3c6845375e22e Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add missing 'files' parameterJessica Wagantall1-1/+2
Add missing 'files' parameter in docker jobs. The triggers for patch submmitted and patch merged had changed to allow users to specify the parameter 'files' that they want to track in their triggers. Docker jobs needed to be updated as well. Change-Id: Ie30fa3142c03eeb60047c74ad6cd707126e3129d Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Merge changes from topics 'update_postbuildscript_invocation', ↵Andrew Grimberg3-23/+21
'upgrade_jjb_version', 'upgrade_global_jjb' * changes: Update format of postbuildscript call Update jjb version to 2.0.3 Upgrade global-jjb to 0.17.0
2018-04-03Update format of postbuildscript callJeremy Phelps1-22/+20
Change-Id: Ice34595c329330a038c267d9577d8054bf8c5e0a Issue-ID: CIMAN-153 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-04-03Update jjb version to 2.0.3Jeremy Phelps1-1/+1
Change-Id: Ie7fd122500560d693ac2f5f175e8ca605769a97b Issue-ID: CIMAN-153 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-04-03Upgrade global-jjb to 0.17.0Jeremy Phelps1-0/+0
Issue-ID: CIMAN-153 Change-Id: Ic6ee9a06111c0ff51dd1da3f2e74953a1b0278cb Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-04-03Add global docker jobsJessica Wagantall4-0/+390
Add global build and push jobs for docker images Set proper docker tag convention for snapshot and staging binaries. Change-Id: I0e805b5c9eebac6aaea627d855d7b542158b6a0f Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-04-02Modify aaf docker jenkins templateSai Gandham2-3/+3
Modify jenkins template to call maven settings to run shell script. Issue-ID: AAF-208 Change-Id: I9b464febc713acc8f8570d8e516b8a732f88ad68 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-04-02Merge "Modify aaf docker shell script"Jessica Wagantall1-0/+2
2018-04-02Modify aaf docker shell scriptSai Gandham1-0/+2
Modify aaf jenkins shell script and add maven clean install command to generate resources to build docker image Issue-ID: AAF-208 Change-Id: I021b63de71ddf4698118f9344f0de3862b568239 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-30Enabling CSIT job for SMSKiran Kamineni1-0/+14
Re-enabling the CSIT job for SMS, now that the issues are fixed on the AAF CSIT Issue-ID: AAF-189 Change-Id: I596d82b9de1e139fb149befcb87cf8cb693b72d0 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-30Merge "Modify aaf docker Jenkins template & script"Jessica Wagantall1-6/+3
2018-03-30Modify aaf docker Jenkins template & scriptSai Gandham1-6/+3
Issue-ID: AAF-208 Change-Id: Ide5f3138d1ff85e2178986397c87a310b9db5e8a Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-30Add profile for building rootDenes Nemeth1-9/+5
Change-Id: I038400ab5caa5b7d59f76d91b32dc520ee23e06b Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-799
2018-03-30Fix files param for profile jobsJessica Wagantall1-2/+2
verify-profile and verify-merge jobs should use the files parameter properly from the jjb templates and not default to use **. Change-Id: Ie62b832fb8abe292e72c51bb79c8b9d1919efca2 Issue-ID: CIMAN-152 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-30Removing sms CSIT till dependent changes get inKiran Kamineni1-14/+0
The JJB got merged before the CSIT and is not allowing CSIT merge Issue-ID: AAF-189 Change-Id: I8934323f894e848aa9b75afbb860ed1be0d4189d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-30Add aaf docker jenkins templateSai Gandham2-0/+13
Modify aaf jenkins template and add docker related jobs to the aaf jenkins template Issue-ID: AAF-208 Change-Id: I58a2648db5b0f975bc1da0f1c8ae95a8a2af54d8 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-29Add CLM for javatocacheckerJessica Wagantall1-0/+2
Add CLM job for modeling-toscaparsers-javatoscachecker Change-Id: I0593c54d5b638d0b0e7bb0ebcc725607020998f5 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29Merge "Fix issue in CSIT Job trigger for KV store"Jessica Wagantall1-5/+2
2018-03-29Add initial jobs for externalapiJessica Wagantall1-0/+32
Add initial java jobs for externalapi-nbi: - gerrit-maven-clm - gerrit-maven-sonar - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-version-java-daily' Change-Id: Ib654e52999aedc31ed31d1f03a8cd88b6edaebe6 Issue-ID: EXTAPI-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-29Merge "Add vnfsdk-ves-agent params"Jessica Wagantall1-1/+2
2018-03-29Merge "Add docker management to dovetail-integration"Jessica Wagantall1-0/+3
2018-03-29Merge "Build root pom of all SVNFM drivers"Jessica Wagantall1-0/+21
2018-03-29Build root pom of all SVNFM driversDenes Nemeth1-0/+21
Change-Id: I73c5fa5b314d5281fba0c2a7bcf318d4cfcd79bb Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-799
2018-03-29Fix sparky-be docker jobFrancis Paquette1-1/+1
The sparky-be code now has sub modules so changing the pom.xml file used to build docker Issue-ID: AAI-961 Change-Id: I693a4718c510376bcc6c23bf6ca95fe425456649 Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
2018-03-29Add docker management to dovetail-integrationMoshe1-0/+3
Issue-ID: VNFSDK-183 Change-Id: I112d94fb1d66f3bc42fd260c1f53c10580a2038f Signed-off-by: Moshe <moshehoa@amdocs.com>
2018-03-28Merge "Adding support for SMS CSIT in jenkins"Jessica Wagantall1-0/+14
2018-03-28Add vnfsdk-ves-agent paramsJessica Wagantall1-1/+2
Add mvn-params variable to vnfsdk-ves-agent verify-java job Change-Id: I54aa7e0d4275b69a77c3a811b650f2a55fbf3522 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-28Adding support for SMS CSIT in jenkinsKiran Kamineni1-0/+14
Adding Support for CSIT for Secret management service. This will fail till 39225 gets merged Issue-ID: AAF-189 Change-Id: I68445f2a903555597153ea42962547a79d35178f Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Depends-On: I3dd070fc30d8504593b933d7b623e6a187399444
2018-03-28Merge "Add mvn-params to verify-java"Andrew Grimberg3-1/+12
2018-03-28Merge "Remove Jenkins jobs for unused CCSDK repos"Jessica Wagantall2-67/+0
2018-03-28Merge "Add sonar job for modeling-nfvparser"Jessica Wagantall1-0/+14
2018-03-28Merge "Removed the DMaaP data router"Jessica Wagantall1-27/+0
2018-03-28Add mvn-params to verify-javaJessica Wagantall3-1/+12
'{project-name}-{stream}-verify-java' needs an option to provide mvn-parameters to the builder step. Add mvn-params parameter to the job. Change-Id: Ib3ff4bfe487223270dcae508f4dbbfab880de178 Issue-ID: CIMAN-152 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-28Update common-packer to pull in Ansible GalaxyThanh Ha1-0/+0
Pull in the Ansible Galaxy scripts in packer. Issue-ID: CIMAN-33 Change-Id: I32ba1494000a1cb78cf1036f77b1a9610e3ccc96 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2018-03-28Removed the DMaaP data routersu622b1-27/+0
Issue-ID: DMAAP-359 Change-Id: I807e3c48c88869cc5420e066a01871332f05b993 Signed-off-by: su622b <sunil.unnava@att.com>
2018-03-28Merge "Move packer vars file for centos"Jessica Wagantall1-0/+0
2018-03-27Add packer verify jobJessica Wagantall1-0/+1
Add gerrit-packer-verify back into ci-management jobs. Change-Id: I9881863313ef1b58500d98c9177a5ebf9828bd4c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Move packer vars file for centosAndrew Grimberg1-0/+0
The new common-packer definitions for centos build on centos-7 and therefore need a properly named vars file Change-Id: I0e7785650b11d96658a7f09ef6b59c192095d6cb Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2018-03-27Update local builder and docker filesJessica Wagantall2-30/+26
Update local-builder to just import baseline Update local-docker to install docker-compose Change-Id: I7b5511abac317bb5969b5e4a2207e9973874cf94 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Merge "Upgrade to common-packer"Andrew Grimberg15-254/+122
2018-03-27Upgrade to common-packerJessica Wagantall15-254/+122
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Fix issue in CSIT Job trigger for KV storeShashank Kumar Shankar1-5/+2
This patch fixes an error in the CSIT KV store job trigger. Change-Id: I8f327a08eaf402c03effb6741176637e55a33afe Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-27Add verify/merge/sonar jobs for functestChris Donley1-0/+30
Support incoming patch with verify/merge/sonar jobs for the vnfsdk/functest repo Issue-ID: VNFSDK-178 Change-Id: Ib2658b83df7ecfd894ba01242fe4cffccbf84aaf Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-27Add root verify-javaJessica Wagantall1-0/+1
Add root verify-java job for vnfsdk/ves-agent to pick files outside the subfolders Change-Id: I2926d2f87f0c7aaf01b7cf7038bb1c56c5ceaf01 Issue-ID: VNFSDK-160 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Merge "Add jenkins job for vfc-multivimproxy"Jessica Wagantall3-0/+58
2018-03-27Merge "Delete cadi & inno templates,modify authz"Jessica Wagantall4-97/+0