releng/builder.git
7 years agoipsec over vxlan tunnel support. 69/52869/7
Ariel [Mon, 6 Mar 2017 10:21:17 +0000 (12:21 +0200)]
ipsec over vxlan tunnel support.

using ip xfrm and autogenerated simmetric keys between any two VTEPs

Change-Id: I94de7202c1616710882db3ded184ae0a56d9dad6
Signed-off-by: Ariel <ariel.waizel@hpe.com>
7 years agoMerge "Archive everything in the patches directory"
Anil Belur [Mon, 27 Mar 2017 20:54:51 +0000 (20:54 +0000)]
Merge "Archive everything in the patches directory"

7 years agoMerge "Update docs with new Ubuntu 16.04 images"
Thanh Ha [Mon, 27 Mar 2017 15:47:23 +0000 (15:47 +0000)]
Merge "Update docs with new Ubuntu 16.04 images"

7 years agoMerge "Remove depricated flags and add fix missing"
Thanh Ha [Mon, 27 Mar 2017 15:32:50 +0000 (15:32 +0000)]
Merge "Remove depricated flags and add fix missing"

7 years agoMerge "Improve autorelease notify"
Thanh Ha [Mon, 27 Mar 2017 15:28:42 +0000 (15:28 +0000)]
Merge "Improve autorelease notify"

7 years agoRemove npm install commands 76/53876/1
Anil Belur [Mon, 27 Mar 2017 06:03:27 +0000 (16:03 +1000)]
Remove npm install commands

- npm is no longer available as a part of the centos image
- update to commit 3102dbb45ebac66ba53c9b428982ccb3248e17e7

Change-Id: I287d406dd04e2ece458b7398a486167b8b050ef8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoImprove autorelease notify 80/53380/16
Anil Belur [Fri, 10 Mar 2017 00:00:37 +0000 (10:00 +1000)]
Improve autorelease notify

- Search console log for mvn goals to retrive failed ARTIFACT_ID
- Determine project mailing list with xmlstarlet using xpaths
- If ARTIFACT_ID is same across project groups, then determine
  all project groups into a list as follows:
  if project.groupId:
     project.groupId is set and is not inherited
  else if project.parent.groupId:
     project.groupId is not set but IS inherited from
     project.parent.groupId
  else
     exclude project mailing list

Change-Id: Id2b9f1abd08792cc772f2c375c21d0321de419ad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Revert "Install npm on java builder system""
Anil Belur [Mon, 27 Mar 2017 00:39:32 +0000 (00:39 +0000)]
Merge "Revert "Install npm on java builder system""

7 years agoMerge "Pip freeze after all pip installs"
Anil Belur [Mon, 27 Mar 2017 00:38:38 +0000 (00:38 +0000)]
Merge "Pip freeze after all pip installs"

7 years agoMerge "Fix typo in find command"
Anil Belur [Sun, 26 Mar 2017 23:07:29 +0000 (23:07 +0000)]
Merge "Fix typo in find command"

7 years agoUpdate docs with new Ubuntu 16.04 images 07/53107/4
Anil Belur [Thu, 9 Mar 2017 23:46:52 +0000 (09:46 +1000)]
Update docs with new Ubuntu 16.04 images

- Ubuntu 16.04 with ovs 2.5 and mininet 2.2.1-2
- Ubuntu 16.04 with gbp
- Update descriptions

Change-Id: I33ea79769762e9039da1ac1f2270f3dae182f8a9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoRemove depricated flags and add fix missing 69/53769/4
Anil Belur [Fri, 24 Mar 2017 06:23:47 +0000 (16:23 +1000)]
Remove depricated flags and add fix missing

* Fix warning "W: --force-yes is deprecated, use one of the options
  starting with --allow instead."
* use -m to ignore missing packages
* get package policy information

Change-Id: Ibab58db7675864d882438ba04e4059002faf78e6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Remove email notifications in autorelease jobs"
Anil Belur [Sat, 25 Mar 2017 04:51:00 +0000 (04:51 +0000)]
Merge "Remove email notifications in autorelease jobs"

7 years agoArchive everything in the patches directory 48/53848/1
Thanh Ha [Sat, 25 Mar 2017 03:46:44 +0000 (23:46 -0400)]
Archive everything in the patches directory

Everything in the patches directory is useful so just archive it all.

Change-Id: Ib77ecad26121772786a0c6a011b49a3c377a327b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRemove email notifications in autorelease jobs 47/53847/1
Thanh Ha [Sat, 25 Mar 2017 03:43:57 +0000 (23:43 -0400)]
Remove email notifications in autorelease jobs

The email notifications send an email to the jenkins mailing list. We
don't really pay attention to these so remove them. We now have the
ar-notify scripts in place which provides sufficient notification for
these jobs anyway.

Change-Id: Ie9b06e99c3e92b4911b355524bb79b335c2505e3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoPip freeze after all pip installs 46/53846/1
Thanh Ha [Sat, 25 Mar 2017 03:41:21 +0000 (23:41 -0400)]
Pip freeze after all pip installs

pip freeze allows us to confirm what version is finally installed on the
servers so it should be run after all the pip install commands are run
for it to be most useful.

Change-Id: Id54bdd4b25655e9f6fee3bf13d6edbae0a80767f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoFix unintentional JJB escape 41/53841/1
Thanh Ha [Sat, 25 Mar 2017 02:37:37 +0000 (22:37 -0400)]
Fix unintentional JJB escape

Change-Id: I4afea4116bea2cc8439c300cc0f203275b92b664
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoFix typo in find command 40/53840/1
Thanh Ha [Sat, 25 Mar 2017 02:34:36 +0000 (22:34 -0400)]
Fix typo in find command

Change-Id: I157cc5cb349f14a8955e3863361b84d2bb510e20
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRevert "Install npm on java builder system" 36/53836/2
Thanh Ha [Fri, 24 Mar 2017 23:54:42 +0000 (23:54 +0000)]
Revert "Install npm on java builder system"

Removing since we do not actually need this and would rather keep the
build system npm / node clean if we can.

This reverts commit 5eae3b1af01960854d2a4740928fc6b7d0735a88.

Change-Id: Ie8be4bb9434b83970acd8dabe4cda1474df5b99e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Add jenkins job to test deb"
Thanh Ha [Fri, 24 Mar 2017 23:57:16 +0000 (23:57 +0000)]
Merge "Add jenkins job to test deb"

7 years agoRemove escape from \${FEATURESCONF} 24/53824/1
Jamo Luhrsen [Fri, 24 Mar 2017 22:40:59 +0000 (15:40 -0700)]
Remove escape from \${FEATURESCONF}

Change-Id: Ib732b576c7294d95f7821ff7f8d49528892aa903
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoAdd jenkins job to test deb 08/53708/3
Akshita Jha [Thu, 23 Mar 2017 09:28:48 +0000 (14:58 +0530)]
Add jenkins job to test deb

Change-Id: I33896dc3cfae5a05733bb6adab85307f914f538a
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoMerge "Remove SYSD_COMMIT var"
Daniel Farrell [Fri, 24 Mar 2017 20:37:16 +0000 (20:37 +0000)]
Merge "Remove SYSD_COMMIT var"

7 years agoRemove SYSD_COMMIT var 73/53673/2
Akshita Jha [Wed, 22 Mar 2017 11:22:35 +0000 (16:52 +0530)]
Remove SYSD_COMMIT var

This is no longer needed as RPM logic now uses latest Int/Pack repo
commit hash as sysd_commit.

Change-Id: Ia11eb40437b48a9804c88775fe87536965f39345
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoMerge "Change featuresBoot sed to be multi-line"
Luis Gomez [Fri, 24 Mar 2017 19:34:22 +0000 (19:34 +0000)]
Merge "Change featuresBoot sed to be multi-line"

7 years agoInstall npm on java builder system 09/53809/1
Jamo Luhrsen [Fri, 24 Mar 2017 18:25:25 +0000 (11:25 -0700)]
Install npm on java builder system

Change-Id: I8ca44b729768017379273df1151484bc18055155
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoAdd Coala deps to java-builder, cleanup docs 08/53808/1
Daniel Farrell [Fri, 24 Mar 2017 18:12:19 +0000 (14:12 -0400)]
Add Coala deps to java-builder, cleanup docs

Change-Id: Ic10d8c610f99a241b25d4e42c4e9e48a69f7dd00
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoChange featuresBoot sed to be multi-line 05/53805/2
Jamo Luhrsen [Fri, 24 Mar 2017 17:36:08 +0000 (10:36 -0700)]
Change featuresBoot sed to be multi-line

this is how karaf4 featuresBoot is by default instead
of older version that were on a single line.

Change-Id: Icbb6ddc070f8a37f60aad9f1392a293e568e9ade
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Disable ubuntu16.04 packer merge job for gpb"
Anil Belur [Fri, 24 Mar 2017 06:26:05 +0000 (06:26 +0000)]
Merge "Disable ubuntu16.04 packer merge job for gpb"

7 years agoDisable ubuntu16.04 packer merge job for gpb 66/53766/1
Anil Belur [Fri, 24 Mar 2017 04:16:26 +0000 (14:16 +1000)]
Disable ubuntu16.04 packer merge job for gpb

Change-Id: Ic01a5c20bc76e534c88eae20fa0c08559b0443f5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Build Ubuntu 16.04 for mininet-ovs-2.5"
Thanh Ha [Fri, 24 Mar 2017 02:13:41 +0000 (02:13 +0000)]
Merge "Build Ubuntu 16.04 for mininet-ovs-2.5"

7 years agoMerge "Add job to automatically cleanup old images"
Anil Belur [Fri, 24 Mar 2017 02:05:53 +0000 (02:05 +0000)]
Merge "Add job to automatically cleanup old images"

7 years agoBuild Ubuntu 16.04 for mininet-ovs-2.5 19/52919/3
Anil Belur [Mon, 20 Feb 2017 02:01:08 +0000 (12:01 +1000)]
Build Ubuntu 16.04 for mininet-ovs-2.5

- Use default version of mininet and openvswitch
- Add workaround for mtcbench build issue
  https://github.com/intracom-telecom-sdn/mtcbench/issues/10
- Enable Ubuntu1604 image only for mininet-ovs-2.5
- Enable Ubuntu1404 image only for mininet, mininet-ovs-2.3
- trello: https://trello.com/c/chIxf7ca

Change-Id: Ide927e10cd35f131a4507bb898ad5d4520843f07
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Bug 8033: Change path_mtu to fix mtu tempest test"
Jamo Luhrsen [Thu, 23 Mar 2017 23:37:55 +0000 (23:37 +0000)]
Merge "Bug 8033: Change path_mtu to fix mtu tempest test"

7 years agoBug 8033: Change path_mtu to fix mtu tempest test 33/53733/2
Revital Aronis [Thu, 23 Mar 2017 13:56:58 +0000 (15:56 +0200)]
Bug 8033: Change path_mtu to fix mtu tempest test

Change-Id: Ia33f7a0d2ad484b209b792ef58f629a5a1df77e9
Signed-off-by: Revital Aronis <revital.aronis@hpe.com>
7 years agoMerge "Bug 7974: Create check job for distribution"
Luis Gomez [Wed, 22 Mar 2017 19:24:21 +0000 (19:24 +0000)]
Merge "Bug 7974: Create check job for distribution"

7 years agoMerge "Add jmespath module used by TeplatedRequests lib"
Vratko Polák [Wed, 22 Mar 2017 15:20:24 +0000 (15:20 +0000)]
Merge "Add jmespath module used by TeplatedRequests lib"

7 years agoMerge "Update docs with renamed ubuntu labels"
Thanh Ha [Wed, 22 Mar 2017 13:27:57 +0000 (13:27 +0000)]
Merge "Update docs with renamed ubuntu labels"

7 years agoMerge "Trigger verify on commit-message-only changes"
Thanh Ha [Wed, 22 Mar 2017 13:26:01 +0000 (13:26 +0000)]
Merge "Trigger verify on commit-message-only changes"

7 years agoAuto Update CSIT Jobs to run 50/53650/2
jenkins-releng [Wed, 22 Mar 2017 13:13:22 +0000 (13:13 +0000)]
Auto Update CSIT Jobs to run

Change-Id: I51fea1d215431db8bf2181bb6562edc3b63209c6
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoMerge "Change iotdm-csit-basic to use odl-iotdmcsitdist"
Vratko Polák [Wed, 22 Mar 2017 13:01:16 +0000 (13:01 +0000)]
Merge "Change iotdm-csit-basic to use odl-iotdmcsitdist"

7 years agoTrigger verify on commit-message-only changes 75/53675/2
Vratko Polak [Wed, 22 Mar 2017 11:56:43 +0000 (12:56 +0100)]
Trigger verify on commit-message-only changes

Some project check commit message formatting in -tox- jobs.

This change is global across all Gerrit-triggered jobs,
so all other verify-type jobs are triggered as well.
That is to avoid false Verify+1 votes
when the previous patch set failed on a code-sensitive job.

Also, values without variables do not need to be quoted.

Change-Id: I8eb8cb21c99acd9d2f92a76c941312ce21efa89c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoChange iotdm-csit-basic to use odl-iotdmcsitdist 07/53607/2
Tomas Janciga [Tue, 21 Mar 2017 12:35:52 +0000 (05:35 -0700)]
Change iotdm-csit-basic to use odl-iotdmcsitdist

Install odl-iotdmcsitdist  feature instead of odl-onem2mall-iotdm
Feature odl-iotdmcsitdist includes all features implemented
in iotdm and adds testing specific features.

Change-Id: I8e905ab5cff5d0cc6c98b71dfd6501b0e7c34a60
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdate docs with renamed ubuntu labels 61/53661/1
Anil Belur [Wed, 22 Mar 2017 09:56:57 +0000 (19:56 +1000)]
Update docs with renamed ubuntu labels

Change-Id: Ib5d0079c8895e7d0f2c64c8234eeb92313e8d712
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoRemove zombie ovsdb scalability job with no csit 48/53648/1
Jamo Luhrsen [Wed, 22 Mar 2017 05:52:11 +0000 (22:52 -0700)]
Remove zombie ovsdb scalability job with no csit

Change-Id: Ie255a98f71b348e55e6e244147bb167c7853fc8f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoAdd CSIT job support for distribution-check links 47/53647/3
Luis Gomez [Wed, 22 Mar 2017 03:15:14 +0000 (20:15 -0700)]
Add CSIT job support for distribution-check links

Change-Id: I73ca4f223ed8bdb135839ae3896f03de7ace3f4c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoAuto Update CSIT Jobs to run 37/53637/2
jenkins-releng [Wed, 22 Mar 2017 00:46:55 +0000 (00:46 +0000)]
Auto Update CSIT Jobs to run

Change-Id: I8db9feb978ac5f88d48fa9e3fbefcc64b973c33f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoFix openflowplugin gate job names 40/53640/2
Luis Gomez [Tue, 21 Mar 2017 23:47:14 +0000 (16:47 -0700)]
Fix openflowplugin gate job names

Change-Id: I2c988f7368374241dbe5c259b6c28cc00b0b66e0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoMerge "Create gate and sanity job for openflowplugin"
Jamo Luhrsen [Tue, 21 Mar 2017 22:00:06 +0000 (22:00 +0000)]
Merge "Create gate and sanity job for openflowplugin"

7 years agoMerge "Add option to not skip git.properties"
Jamo Luhrsen [Tue, 21 Mar 2017 21:55:53 +0000 (21:55 +0000)]
Merge "Add option to not skip git.properties"

7 years agoMerge "Compress Java heap dumps using xz"
Thanh Ha [Tue, 21 Mar 2017 19:47:34 +0000 (19:47 +0000)]
Merge "Compress Java heap dumps using xz"

7 years agoBug 7974: Create check job for distribution 12/53612/8
Vratko Polak [Tue, 21 Mar 2017 17:51:16 +0000 (18:51 +0100)]
Bug 7974: Create check job for distribution

The new jobs uses some steps of the usual
{project}-distribution-check-{stream}
which are now defined as macros.

Change-Id: I3ab85ba932b382c793bd5a713e8ee813cecd566c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoCreate gate and sanity job for openflowplugin 26/53626/2
Luis Gomez [Tue, 21 Mar 2017 17:31:22 +0000 (10:31 -0700)]
Create gate and sanity job for openflowplugin

Also removing some obsolete jobs.

Change-Id: I145b18abe102f18b8e77dcd2383c504cdbf52b52
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoAdd jmespath module used by TeplatedRequests lib 05/53605/2
Tomas Janciga [Tue, 21 Mar 2017 12:24:24 +0000 (05:24 -0700)]
Add jmespath module used by TeplatedRequests lib

Change-Id: Ic9f11fa4e9eb83590ce4a03b11c33d576b0b009a
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoCompress Java heap dumps using xz 14/53614/2
Stephen Kitt [Tue, 21 Mar 2017 14:30:10 +0000 (15:30 +0100)]
Compress Java heap dumps using xz

xz is included in the baseline image.

Change-Id: Ie9cf324331d3a82c89b2265259448dd708759d66
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoMerge "Enable tox verify for odlparent"
Thanh Ha [Tue, 21 Mar 2017 14:25:16 +0000 (14:25 +0000)]
Merge "Enable tox verify for odlparent"

7 years agoMerge "Replace image code name with version numbers"
Thanh Ha [Tue, 21 Mar 2017 14:20:07 +0000 (14:20 +0000)]
Merge "Replace image code name with version numbers"

7 years agoAdd vlan interface to the gateway 57/53357/10
Revital Aronis [Wed, 15 Mar 2017 15:06:04 +0000 (17:06 +0200)]
Add vlan interface to the gateway

Change-Id: I308cbd0273d7d5e016f45657bdc7f04c9b09042b
Signed-off-by: Revital Aronis <revital.aronis@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Refactor netvirt job params to use default values"
Jamo Luhrsen [Mon, 20 Mar 2017 18:07:02 +0000 (18:07 +0000)]
Merge "Refactor netvirt job params to use default values"

7 years agoAdd option to not skip git.properties 26/53426/3
Sam Hague [Thu, 16 Mar 2017 20:21:18 +0000 (16:21 -0400)]
Add option to not skip git.properties

The q(uick) profile skips the git-commit-id-plugin.
This patch adds the skip override so that the plugin
wil run and the git.properties file included in the jars
so that the distchanges tool works properly.

There is also some cleanup to make the distribution builders
be more consistent and use the quick profile.

Change-Id: I5476f8c911ed7899a78577a6e61e1e88b620b747
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoMerge "Only send autorelease failure email in releng silo"
Jamo Luhrsen [Mon, 20 Mar 2017 16:05:14 +0000 (16:05 +0000)]
Merge "Only send autorelease failure email in releng silo"

7 years agoEnable tox verify for odlparent 61/53561/1
Stephen Kitt [Mon, 20 Mar 2017 14:32:49 +0000 (15:32 +0100)]
Enable tox verify for odlparent

Change-Id: I8065c837de819c8fbf21ee904c6797ce6754b870
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdate cloud image list docs 50/53550/1
jenkins-releng [Mon, 20 Mar 2017 11:02:48 +0000 (11:02 +0000)]
Update cloud image list docs

Change-Id: I98f13ad2642b683e4b6d4f7805f02b602a18c7e5
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoReplace image code name with version numbers 33/53533/1
Anil Belur [Mon, 20 Mar 2017 02:32:25 +0000 (12:32 +1000)]
Replace image code name with version numbers

Change-Id: Icf2f6f708ab7dce560ccc9cb1072b32b7a5a0c24
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoRefactor netvirt job params to use default values 02/52302/15
Alon Kochba [Mon, 27 Feb 2017 11:54:50 +0000 (13:54 +0200)]
Refactor netvirt job params to use default values

Change-Id: Icbd7609272a46a4f628a8fc9276211ecf2f4149b
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoOnly send autorelease failure email in releng silo 10/53310/4
Daniel Farrell [Wed, 15 Mar 2017 00:32:49 +0000 (20:32 -0400)]
Only send autorelease failure email in releng silo

Don't send emails to release and project lists during sandbox testing.

Change-Id: I595b23f1314f9c6ab2e92b6de4658842ab679400
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoMerge "Temporary workaround for Nexus SNI issue"
Anil Belur [Fri, 17 Mar 2017 21:44:32 +0000 (21:44 +0000)]
Merge "Temporary workaround for Nexus SNI issue"

7 years agoMerge "Set recommended ~/.ssh folder permissions"
Thanh Ha [Fri, 17 Mar 2017 19:52:07 +0000 (19:52 +0000)]
Merge "Set recommended ~/.ssh folder permissions"

7 years agoRun a sync before restarting spectrometer-api 99/53499/1
Thanh Ha [Fri, 17 Mar 2017 19:39:05 +0000 (15:39 -0400)]
Run a sync before restarting spectrometer-api

Fixes issue with mirroring when a new repo is created in Gerrit.

Change-Id: I730df43d856e026ab1b002cd6a03cb6ea9666328
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoTemporary workaround for Nexus SNI issue 98/53498/1
Thanh Ha [Fri, 17 Mar 2017 18:52:18 +0000 (14:52 -0400)]
Temporary workaround for Nexus SNI issue

This should be reverted once Sonatype has an updated nexus staging
plugin for us.

Trello: https://trello.com/c/VBeO8STM
Change-Id: Ia7c0916d6b181bfd153183ea5defb39ed8f7b7d5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoFix mailing list address 93/53493/1
Thanh Ha [Fri, 17 Mar 2017 17:13:47 +0000 (13:13 -0400)]
Fix mailing list address

Change-Id: I3ccd5cb92aa9b1f9a70ab8cd3390aab30954a521
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdate devstack images to latest available 88/53488/2
Jamo Luhrsen [Fri, 17 Mar 2017 16:28:48 +0000 (09:28 -0700)]
Update devstack images to latest available

Change-Id: I94092f80cdb52b8d9a11a8c7fa5a53f70f18fb9e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoBump staging plugin to latest version 80/53480/1
Thanh Ha [Fri, 17 Mar 2017 14:32:11 +0000 (10:32 -0400)]
Bump staging plugin to latest version

Hopefully this fixes the SNI issue on deploy due to certificate change
on nexus.opendaylight.org.

Change-Id: I7648841c98563b77f18066e6aae36dd3c091b88e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoSet recommended ~/.ssh folder permissions 36/53436/2
Anil Belur [Fri, 17 Mar 2017 00:48:46 +0000 (10:48 +1000)]
Set recommended ~/.ssh folder permissions

- set ~/.ssh permissions to 700, which is being set as 755 by default

Change-Id: I2ed9c0ad5494b02f503fa9616f6ca5dee5e9af9d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoAdd job to automatically cleanup old images 47/53247/4
Thanh Ha [Mon, 13 Mar 2017 20:31:26 +0000 (16:31 -0400)]
Add job to automatically cleanup old images

Depends on lftools>=0.0.8. Adds a jjb job to automatically cleanup
non-public images in the Private Cloud and Rackspace Public clouds.

Criteria:

    - Uses the sandbox account and checks only the sandbox tenant
    - Images 30 days or older
    - Non-public images

In ODL we mark images public when we want to allow the community to use
them. These are officially supported images that has passed testing
typically in the sandbox.

Change-Id: Id4ce204393408a087739ea18d1dd9700d346ad30
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Add new job to trigger longevity jobs every sunday"
Vratko Polák [Thu, 16 Mar 2017 12:08:43 +0000 (12:08 +0000)]
Merge "Add new job to trigger longevity jobs every sunday"

7 years agoAdd new job to trigger longevity jobs every sunday 30/53130/8
Peter Gubka [Fri, 10 Mar 2017 11:02:05 +0000 (12:02 +0100)]
Add new job to trigger longevity jobs every sunday

The patch also contain a new job
controller-csit-1node-notifications-longevity-only-carbon, which is in
the https://git.opendaylight.org/gerrit/#/c/53342/

Change-Id: Ia611a14ea3dda49956fe5d4e15e30ffcce7721c9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoAdd installation of modules used by IoTDM 65/53365/4
Tomas Janciga [Wed, 15 Mar 2017 17:14:46 +0000 (10:14 -0700)]
Add installation of modules used by IoTDM

Jsonpointer and tornado installation added

Change-Id: Iec0edd1fa4ddbaac76ad85282ab050a8edb46270
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoAuto Update CSIT Jobs to run 75/53375/1
jenkins-releng [Wed, 15 Mar 2017 19:32:54 +0000 (19:32 +0000)]
Auto Update CSIT Jobs to run

Change-Id: I46e26583c2e98abdac1930722517af8f2a9578d0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoadd patch-test jobs for sfc 61/53061/2
Ursicio Martin [Thu, 9 Mar 2017 09:03:34 +0000 (10:03 +0100)]
add patch-test jobs for sfc

Change-Id: I3ee29f73664899408d69e4ea91e5048e7bb0c5f0
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoMerge "AAA: New job for Keystone Realm"
Jamo Luhrsen [Wed, 15 Mar 2017 19:09:37 +0000 (19:09 +0000)]
Merge "AAA: New job for Keystone Realm"

7 years agoMerge "Remove duplicate KARAF_REDIRECT var export"
Jamo Luhrsen [Tue, 14 Mar 2017 22:57:08 +0000 (22:57 +0000)]
Merge "Remove duplicate KARAF_REDIRECT var export"

7 years agoMerge "Update devstack packer to install OVS 2.6"
Jamo Luhrsen [Tue, 14 Mar 2017 22:53:18 +0000 (22:53 +0000)]
Merge "Update devstack packer to install OVS 2.6"

7 years agoRemove duplicate KARAF_REDIRECT var export 51/53251/1
Daniel Farrell [Tue, 14 Mar 2017 00:10:35 +0000 (20:10 -0400)]
Remove duplicate KARAF_REDIRECT var export

Export is duplicated (with better wording, quoting) a bit below (L54).

Change-Id: Id066729c4f2f106ab299301d03a1ad5ed70a2845
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoMerge "Fix JSON linting and add Linter"
Anil Belur [Mon, 13 Mar 2017 22:35:08 +0000 (22:35 +0000)]
Merge "Fix JSON linting and add Linter"

7 years agoFix JSON linting and add Linter 40/53240/1
Thanh Ha [Mon, 13 Mar 2017 17:47:32 +0000 (13:47 -0400)]
Fix JSON linting and add Linter

Add the JSON linter to .coafile so that our JSON files also get linted.

Change-Id: Ic8a73c4e90d359066de157365a66397a82d72e0e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Update cloud image list docs"
Thanh Ha [Mon, 13 Mar 2017 17:38:54 +0000 (17:38 +0000)]
Merge "Update cloud image list docs"

7 years agoRemove autorelease-project-report-{stream} jobs 03/53203/2
Anil Belur [Mon, 13 Mar 2017 09:43:28 +0000 (19:43 +1000)]
Remove autorelease-project-report-{stream} jobs

This job was useful when Stephen was sending weekly reports on
interesting developments in ODL however this hasn't really happened in
awhile due to time constraints. Remove the job to free up resources.

This patch removes:

    - Job
    - Macro
    - Script
    - Template

Change-Id: I551e35a884db01fd85036410a122f949f5c6dd2a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdate cloud image list docs 07/53207/1
jenkins-releng [Mon, 13 Mar 2017 11:02:23 +0000 (11:02 +0000)]
Update cloud image list docs

Change-Id: I0355e0fcc4985bcb4ea18545b19fd0061bf4e750
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoMerge "Add SpaceConsistencyBear to ShellCheck"
Anil Belur [Mon, 13 Mar 2017 01:57:59 +0000 (01:57 +0000)]
Merge "Add SpaceConsistencyBear to ShellCheck"

7 years agoMerge "Disable GitCommit check for some patterns"
Anil Belur [Mon, 13 Mar 2017 01:57:45 +0000 (01:57 +0000)]
Merge "Disable GitCommit check for some patterns"

7 years agoAdd graphviz dependency 70/53170/1
Thanh Ha [Sat, 11 Mar 2017 05:12:28 +0000 (00:12 -0500)]
Add graphviz dependency

OpenDaylight docs project needs graphviz for a Sphinx extension.

Change-Id: I19ad6d20abc6b4544da4a3f8ce2a52854ab5a7d6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoArchive .hprof memory dumps 61/53161/2
Stephen Kitt [Fri, 10 Mar 2017 16:59:13 +0000 (17:59 +0100)]
Archive .hprof memory dumps

Change-Id: If73296d0a919299a663ec14a186c957bba2c9e7a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoAdd SpaceConsistencyBear to ShellCheck 60/53160/1
Thanh Ha [Fri, 10 Mar 2017 16:54:38 +0000 (11:54 -0500)]
Add SpaceConsistencyBear to ShellCheck

We weren't linting all shell scripts with the space consistency bear.
This enables that and sets it to 4 space indents.

Change-Id: I9cefdcedef9dc6a5cf700d4472b6f5ae85ba4320
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoDisable GitCommit check for some patterns 58/53158/1
Thanh Ha [Fri, 10 Mar 2017 16:49:47 +0000 (11:49 -0500)]
Disable GitCommit check for some patterns

Some patterns can be long such as:

    - Sign-off-by when someone has a long name
    - http / https URLs

Change-Id: Ie5401a116de9599aaf85b91e63e1522d962c8e1a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Include pycurllibrary in robotframework"
Thanh Ha [Fri, 10 Mar 2017 15:32:33 +0000 (15:32 +0000)]
Merge "Include pycurllibrary in robotframework"

7 years agoMerge "Update cloud image list docs"
Thanh Ha [Fri, 10 Mar 2017 15:30:59 +0000 (15:30 +0000)]
Merge "Update cloud image list docs"

7 years agoMerge "Use new Ubuntu 16.04 image for deb Ansible tests"
Thanh Ha [Fri, 10 Mar 2017 15:30:27 +0000 (15:30 +0000)]
Merge "Use new Ubuntu 16.04 image for deb Ansible tests"

7 years agoMerge "Update requirements to JJB 1.6.2"
Thanh Ha [Fri, 10 Mar 2017 15:28:31 +0000 (15:28 +0000)]
Merge "Update requirements to JJB 1.6.2"

7 years agoRevert "Make testplan more configurable" 42/53142/1
Vratko Polak [Fri, 10 Mar 2017 13:51:39 +0000 (14:51 +0100)]
Revert "Make testplan more configurable"

This reverts commit 5eda0e0f59e224b8ba9775ef3fafbb28edd4177a.
See comments in https://git.opendaylight.org/gerrit/53115

Change-Id: I63eefb5b1b276fde7fed8b83f302fe8cd2c76e35
Signed-off-by: Vratko Polak <vrpolak@cisco.com>