releng/builder.git
7 years agoSplit cluster node startup and cluster node configuration 16/38316/2
Jozef Behran [Tue, 3 May 2016 11:03:23 +0000 (13:03 +0200)]
Split cluster node startup and cluster node configuration

The process of installation of ODL to a cluster node takes
way too long, leading to the state when the first node being
installed finishes booting before the second and third nodes
even get around to starting the boot. This is not a supported
cluster startup scenario and thus leads to numerous spurious
test failures which may appear and disappear depending on the
network load on the Nexus server (e.g. data transfer rate
drops to 100 kb/s, causing the ODL download to take 5 minutes
-> fail).

This change splits the setup script to 2 scripts. The first one
performs the ODL deployment and configuration and the second one
just runs bin/start. This allows all nodes to be started at
roughly the same time (plus/minus a few seconds), eliminating
the unsupported boot scenario.

Change-Id: If8b32309a996451fbc4e1a021fdebfe635e0f916
Signed-off-by: Jozef Behran <jbehran@cisco.com>
7 years agoUpdate basic-builder definition for private cloud 95/38295/1
Andrew Grimberg [Mon, 2 May 2016 20:54:33 +0000 (13:54 -0700)]
Update basic-builder definition for private cloud

Change-Id: Ib76015b441632471ce4a0d6c46e6895faec12d2e
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoChanges needed for vagrant in the ODL Priv Cloud 90/38290/2
Andrew Grimberg [Mon, 2 May 2016 17:32:23 +0000 (10:32 -0700)]
Changes needed for vagrant in the ODL Priv Cloud

Rework the baseline definition for use in the ODL Priv Cloud. This new
definition is more flexible but is also a baseline validation that we
can use to modify the other vagrant types so we can have a single image
snapshot instead of a multi-layer one as we have historically had

Change-Id: Ib38d79d95dfa7ac075def3bc54186555a19f1128
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoFix autorelease logrotate 75/38275/1
Thanh Ha [Mon, 2 May 2016 14:36:46 +0000 (10:36 -0400)]
Fix autorelease logrotate

The previous configuration with -1 causes Jenkins to set 1 thus only
keeping 1 record.

Change-Id: I25034febd1d57d504e65ec7fbbbeff3fd27bc8f8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Robot installation: Temporary fix of paramiko version"
Jamo Luhrsen [Fri, 29 Apr 2016 16:50:53 +0000 (16:50 +0000)]
Merge "Robot installation: Temporary fix of paramiko version"

8 years agoRobot installation: Temporary fix of paramiko version 20/38220/2
Vratko Polak [Fri, 29 Apr 2016 11:53:26 +0000 (13:53 +0200)]
Robot installation: Temporary fix of paramiko version

The current version of paramiko fails to install correctly,
so the previous version is fixed by this.
The version can be unfixed later when paramiko works again.

Also, set flags were added so that commands are visible.

Change-Id: Ifa36d0c11bc49362879088cdfe258103b67dc349
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoAdded Mirror image for TSDR Tools in the controller script 85/38185/5
Chaudhry Usama [Thu, 28 Apr 2016 06:39:13 +0000 (23:39 -0700)]
Added Mirror image for TSDR Tools in the controller script

Change-Id: I0150a1c2e3e57e1ab7cde7b3889909898fb7a390
Signed-off-by: Chaudhry Usama <chaudhryusama@gmail.com>
8 years agoMerge "Added TSDR CSIT Jobs into distribution-test Job"
Luis Gomez [Wed, 27 Apr 2016 15:36:01 +0000 (15:36 +0000)]
Merge "Added TSDR CSIT Jobs into distribution-test Job"

8 years agouse actual $WORKSPACE instead of /tmp for pybot variable 19/38119/1
Jamo Luhrsen [Tue, 26 Apr 2016 16:06:27 +0000 (09:06 -0700)]
use actual $WORKSPACE instead of /tmp for pybot variable

Change-Id: If51fdc545245b0850a6ac7cd17a21c4f010b7d20
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoMerge "Fixing robot reference to devstack VM"
Jamo Luhrsen [Tue, 26 Apr 2016 04:59:01 +0000 (04:59 +0000)]
Merge "Fixing robot reference to devstack VM"

8 years agoMerge "Added lines to local.conf for Metadata configuration"
Jamo Luhrsen [Mon, 25 Apr 2016 15:40:54 +0000 (15:40 +0000)]
Merge "Added lines to local.conf for Metadata configuration"

8 years agoFixing robot reference to devstack VM 50/38050/1
Tomas Cechvala [Mon, 25 Apr 2016 08:11:23 +0000 (10:11 +0200)]
Fixing robot reference to devstack VM

ODL_SYSTEM_IP -> OPENSTACK_CONTROL_NODE_IP

Change-Id: I02d4ae5eefa3b9b50b7465b693efc243de23eaa0
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoMerge "Fix email subjects that were hardcoding project"
Thanh Ha [Fri, 22 Apr 2016 19:17:33 +0000 (19:17 +0000)]
Merge "Fix email subjects that were hardcoding project"

8 years agoAdd jsonrpc project settings macro 36/38036/1
Andrew Grimberg [Fri, 22 Apr 2016 19:14:35 +0000 (12:14 -0700)]
Add jsonrpc project settings macro

Change-Id: I7d976c764ecafec55f21fbdfce49f225712666eb
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoFix email subjects that were hardcoding project 25/38025/1
Andrew Grimberg [Fri, 22 Apr 2016 14:47:28 +0000 (07:47 -0700)]
Fix email subjects that were hardcoding project

Several of the templates were hardcoding '[project]' into the email
subject line instead of '[{project}]' which means they have been
improperly tagging the mail going to the jenkins mailing list.

Change-Id: I7edebd46015cc8ea784219446875aeb8b1386b72
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoAdded TSDR CSIT Jobs into distribution-test Job 02/38002/1
Chaudhry Usama [Fri, 22 Apr 2016 07:33:44 +0000 (00:33 -0700)]
Added TSDR CSIT Jobs into distribution-test Job

Change-Id: I949c33851cf57627eb513b9893c25bc836d71039
Signed-off-by: Chaudhry Usama <chaudhryusama@gmail.com>
8 years agoAdded lines to local.conf for Metadata configuration 95/37995/1
gvrangan [Fri, 22 Apr 2016 00:24:23 +0000 (00:24 +0000)]
Added lines to local.conf for Metadata configuration

* These lines will allow the openstack instances to have access
  to metadata

Change-Id: I712bab059bc09a9710a381c1757ac645cb60f169
Signed-off-by: gvrangan <venkatrangang@hcl.com>
8 years agoFix the clustering scale test job to make it daily periodic 86/37986/2
Jozef Behran [Thu, 21 Apr 2016 17:59:29 +0000 (19:59 +0200)]
Fix the clustering scale test job to make it daily periodic

Change-Id: I5e1306511c4c4c28696eebe4c04a464574593508
Signed-off-by: Jozef Behran <jbehran@cisco.com>
8 years agoMerge changes Ic2023940,Iaa349e67,I7a26c160
Andrew Grimberg [Thu, 21 Apr 2016 14:58:01 +0000 (14:58 +0000)]
Merge changes Ic2023940,Iaa349e67,I7a26c160

* changes:
  Add documentation for releasing
  Add job type to publish a zipped p2repo to Nexus Site
  Add release job template

8 years agoBuilder job for deploying Openstack for testing 80/37280/19
gvrangan [Thu, 7 Apr 2016 01:12:44 +0000 (01:12 +0000)]
Builder job for deploying Openstack for testing

Change-Id: I48a8fc573042d8e55898b6817ec6880eccdb4597
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoAdd documentation for releasing 43/37943/1
Thanh Ha [Thu, 21 Apr 2016 01:26:15 +0000 (21:26 -0400)]
Add documentation for releasing

This documentation provides details on how to release projects that are
not released as part of autorelease.

Change-Id: Ic20239406a82d6626487d4c904690066c84c3611
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd job type to publish a zipped p2repo to Nexus Site 36/37936/1
Thanh Ha [Wed, 20 Apr 2016 18:11:47 +0000 (14:11 -0400)]
Add job type to publish a zipped p2repo to Nexus Site

This job pushes a zipped p2repo (preferrabled from staging repo that's
about to be released) to Nexus Site repo under 'p2repos'.

Change-Id: Iaa349e67194df650e9db6e245931ea544ae53af9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd release job template 53/37853/2
Thanh Ha [Tue, 19 Apr 2016 23:20:36 +0000 (19:20 -0400)]
Add release job template

This new release job type will allow projects not part of autorelease to
perform a release by staging their release in Nexus similar to
autorelease and release the artifacts to opendaylight.release repo once
approved.

Change-Id: I7a26c160a9a49236e6ae2744336bcfeaecade9a3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 34/37834/1
jenkins-releng [Tue, 19 Apr 2016 17:46:01 +0000 (17:46 +0000)]
Update automated project templates

Change-Id: I98570fad396643f5e2f407e437476fdcb059750b
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "natapp project jenkins builder jobs"
Thanh Ha [Tue, 19 Apr 2016 17:44:05 +0000 (17:44 +0000)]
Merge "natapp project jenkins builder jobs"

8 years agoMerge "Use cluster config file in cluster tests"
Vratko Polák [Tue, 19 Apr 2016 16:44:40 +0000 (16:44 +0000)]
Merge "Use cluster config file in cluster tests"

8 years agonatapp project jenkins builder jobs 30/37830/1
thomaslees [Tue, 19 Apr 2016 16:24:49 +0000 (21:54 +0530)]
natapp project jenkins builder jobs

Change-Id: Idb4f2e5a638210010b85c55a8407552f4cd0d584
Signed-off-by: thomaslees <thomaslee.s@tcs.com>
8 years agoUse cluster config file in cluster tests 96/37696/5
Luis [Sun, 17 Apr 2016 02:52:12 +0000 (19:52 -0700)]
Use cluster config file in cluster tests

Consolidate cluster config script.
Add scriptplan support in cluster jobs.
Add jolokia via odl-jolokia feature.

Change-Id: Iab3d56de4a2a4a78c059e9fbba5fed45c9993e0d
Signed-off-by: Luis <ecelgp@gmail.com>
8 years agoMerge "Add job definition for clustered Netconf scaling tests"
Vratko Polák [Mon, 18 Apr 2016 16:34:29 +0000 (16:34 +0000)]
Merge "Add job definition for clustered Netconf scaling tests"

8 years agoMerge "add custom verify job for netvirt/routermanager stream"
Luis Gomez [Fri, 15 Apr 2016 23:24:45 +0000 (23:24 +0000)]
Merge "add custom verify job for netvirt/routermanager stream"

8 years agoAdd distribution-check for ovsdb 87/37687/1
Sam Hague [Fri, 15 Apr 2016 21:16:44 +0000 (17:16 -0400)]
Add distribution-check for ovsdb

Change-Id: I82b4ed5c59bf2c6590b58370c4d6da523492105f
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoAdd customer netvirt-sonar job 85/37685/3
Sam Hague [Fri, 15 Apr 2016 19:57:27 +0000 (15:57 -0400)]
Add customer netvirt-sonar job

Change-Id: I2a5b7d356a4f3393c4f565052f3f36dd18f981c3
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoadd custom verify job for netvirt/routermanager stream 83/37683/2
Jamo Luhrsen [Fri, 15 Apr 2016 19:19:17 +0000 (12:19 -0700)]
add custom verify job for netvirt/routermanager stream

Change-Id: Ib47f9dd028f2d30e50cda27d0939868283da1add
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoRename ovsdb-custom to ovsdb-sonar 84/37684/1
Sam Hague [Fri, 15 Apr 2016 19:50:08 +0000 (15:50 -0400)]
Rename ovsdb-custom to ovsdb-sonar

Change-Id: If6402fea58276f391c95afe10c81a95657e64023
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoRemove unused routermnager and netvirt-clustering jobs 81/37681/1
Sam Hague [Fri, 15 Apr 2016 18:58:22 +0000 (14:58 -0400)]
Remove unused routermnager and netvirt-clustering jobs

Change-Id: I8eeba4bb0ea9de6027847b006dbe06ab835cf913
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Fix Java related issues"
Vratko Polák [Fri, 15 Apr 2016 16:12:37 +0000 (16:12 +0000)]
Merge "Fix Java related issues"

8 years agoinstall vlan package 40/37640/1
Jamo Luhrsen [Fri, 15 Apr 2016 02:43:44 +0000 (19:43 -0700)]
install vlan package

VTN tests need the vlan package on the mininet VM.  This
is also done in the bootstrap.sh file, but that will not
take effect until the VMs are respun.  In the meantime,
this will get the package every time the VM is brought
online.

Change-Id: Ia10a5b2d93024f582dde603e6c77f6ecf052be37
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoFix Java related issues 26/37526/5
Luis Gomez [Wed, 13 Apr 2016 04:48:41 +0000 (21:48 -0700)]
Fix Java related issues

Set controller java version in bin/setenv so that bin/start always works
Set VM java version with alternatives so other java applications work too
The above is set from variable ${JAVA_HOME} injected from bundle_vars.txt

Change-Id: I25307c46e6c7435a6f8005eb22f7aa9a49c55351
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoUpdate automated jobs 25/37625/1
Thanh Ha [Thu, 14 Apr 2016 15:42:08 +0000 (11:42 -0400)]
Update automated jobs

Change-Id: I61ccfad4338ee4c99d4d604f4ec5f5213d2276a8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFix Git URL 21/37621/4
Thanh Ha [Thu, 14 Apr 2016 14:22:46 +0000 (10:22 -0400)]
Fix Git URL

- Fix Git URL for validate-autorelease jobs to clone autorelease
- Increase submodules timeout to 15 minutes

Increase the timeout for cloning submodules from 10 to 15 minutes. The
validate-autorelease often times out after 10 minutes so lets see if
bumping it helps at all.

Change-Id: I12bb856b8f202083dc4fd91ed07e04adda41ff30
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 20/37620/1
jenkins-releng [Thu, 14 Apr 2016 14:16:32 +0000 (14:16 +0000)]
Update automated project templates

Change-Id: I078278ff6c0830f6584e89876f1c9eb8c913b659
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoRevert validate-autorelease clone URL back to ssh 18/37618/1
Thanh Ha [Thu, 14 Apr 2016 13:59:14 +0000 (09:59 -0400)]
Revert validate-autorelease clone URL back to ssh

We originally changed it to https in hopes that it would clone better
but found that it didn't help. The recommended way for CI to clone is
using ssh so switch it back.

Change-Id: I9ae4270482b380e9b5f970abe54f8f378a66a82f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd job definition for clustered Netconf scaling tests 47/37647/1
Jozef Behran [Thu, 14 Apr 2016 06:09:50 +0000 (08:09 +0200)]
Add job definition for clustered Netconf scaling tests

Change-Id: Ibde46aee47b2ddf501e840108acd397acdeaef2e
Signed-off-by: Jozef Behran <jbehran@cisco.com>
8 years agoAdd gerrit branch parameter 84/37584/1
Thanh Ha [Wed, 13 Apr 2016 21:14:48 +0000 (17:14 -0400)]
Add gerrit branch parameter

Allows the job to runnable manually.

Change-Id: Icb7c6b3ac52b27984555679dcf0a5150bafa5c68
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd ReadTheDocs job for docs project 83/37583/1
Thanh Ha [Wed, 13 Apr 2016 02:28:01 +0000 (22:28 -0400)]
Add ReadTheDocs job for docs project

Change-Id: I4346950fdf0147db0a4f76d189700025b9c1fc37
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoConvert rtd merge job into a global template 23/37523/2
Thanh Ha [Wed, 13 Apr 2016 02:15:20 +0000 (22:15 -0400)]
Convert rtd merge job into a global template

There's at least 2 projects that need this job now so make it reusable
globally.

Change-Id: I6287d847e3e3dd8c0b93788030e0cf19a82893b5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 60/37560/1
jenkins-releng [Wed, 13 Apr 2016 15:56:09 +0000 (15:56 +0000)]
Update automated project templates

Change-Id: I25e6bad6dc1628abd57842a68a02ea8cde489f17
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoAdd ocpplugin.cfg and ocpplugin.yaml to review 28/37528/1
markolai [Wed, 13 Apr 2016 07:25:45 +0000 (15:25 +0800)]
Add ocpplugin.cfg and ocpplugin.yaml to review

Change-Id: If9f37db4072df877366f4a73f80ed3b1b5271dbc
Signed-off-by: markolai <marko.ch.lai@foxconn.com>
8 years agoUpdate automated project templates 10/37510/1
jenkins-releng [Tue, 12 Apr 2016 17:28:19 +0000 (17:28 +0000)]
Update automated project templates

Change-Id: If30c9d7bdd8301437138c098a5981e3967fb23e0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoEnable shallow clone for git repos 07/37507/1
Thanh Ha [Tue, 12 Apr 2016 16:18:45 +0000 (12:18 -0400)]
Enable shallow clone for git repos

Change-Id: I25cbc70dfb7b8fa29bf022c42711c31d07ca6969
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFix spectrometer-merge job to only run on merges 53/37453/2
Thanh Ha [Mon, 11 Apr 2016 19:57:31 +0000 (15:57 -0400)]
Fix spectrometer-merge job to only run on merges

Change-Id: I5151545c8200a1e95a073b22fcc08fb60cc4bd2c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "add ofextensions-epc project settings macro"
Thanh Ha [Mon, 11 Apr 2016 17:49:42 +0000 (17:49 +0000)]
Merge "add ofextensions-epc project settings macro"

8 years agoMerge "Revert "Temporarily disable installs from archive.apache.org""
Andrew Grimberg [Mon, 11 Apr 2016 16:59:00 +0000 (16:59 +0000)]
Merge "Revert "Temporarily disable installs from archive.apache.org""

8 years agoRevert "Temporarily disable installs from archive.apache.org" 47/37447/1
Thanh Ha [Mon, 11 Apr 2016 16:58:14 +0000 (16:58 +0000)]
Revert "Temporarily disable installs from archive.apache.org"

archive.apache.org has returned from maintenance.

This reverts commit 594524e738aa9a5f8cad622158838289b8867aec.

Change-Id: I80000b83a742045ae8eb405f7387956999129ee8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Add ovs integration tests for netvirt"
Jamo Luhrsen [Mon, 11 Apr 2016 16:51:45 +0000 (16:51 +0000)]
Merge "Add ovs integration tests for netvirt"

8 years agoadd ofextensions-epc project settings macro 45/37445/1
Andrew Grimberg [Mon, 11 Apr 2016 16:48:52 +0000 (09:48 -0700)]
add ofextensions-epc project settings macro

Change-Id: I73c5c8bffc01f44193a4e974424644c94c84e875
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMerge "Update spectrometer jobs"
Andrew Grimberg [Mon, 11 Apr 2016 15:28:12 +0000 (15:28 +0000)]
Merge "Update spectrometer jobs"

8 years agoMerge "Add odlsign-bulk script"
Andrew Grimberg [Mon, 11 Apr 2016 15:26:40 +0000 (15:26 +0000)]
Merge "Add odlsign-bulk script"

8 years agoSwitch Beryllium LISP perf job to jdk8 24/37424/1
Lorand Jakab [Mon, 11 Apr 2016 07:17:56 +0000 (10:17 +0300)]
Switch Beryllium LISP perf job to jdk8

Since lispflowmapping works well with jdk8, I see no reason to have
different JDKs for Beryllium and Boron+, which is another variable
that's different between the tests. While it should not siginificantly
affect performance, I would feel better if we ran all tests with the
same JDK.

Change-Id: I5f4b239064f6c3bff7f00640c3eab01bf6051b85
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
8 years agoAdd ovs integration tests for netvirt 03/37403/2
Sam Hague [Sun, 10 Apr 2016 11:41:58 +0000 (07:41 -0400)]
Add ovs integration tests for netvirt

Change-Id: I6d20efc3ac861275b4f83fa2d421f0be8389e128
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoUpdate spectrometer jobs 81/37381/1
Thanh Ha [Sat, 9 Apr 2016 21:29:24 +0000 (17:29 -0400)]
Update spectrometer jobs

- Add spectrometer-merge job
- Use the global verify-python template for verify job

Change-Id: If0b723b272b595f2c4b4840eae342e240d3b44b2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoTemporarily disable installs from archive.apache.org 62/37362/1
Thanh Ha [Fri, 8 Apr 2016 21:44:27 +0000 (17:44 -0400)]
Temporarily disable installs from archive.apache.org

According to archive.apache.org it is under maintenance until April 11th
2016 so all installs from that path are failing. Temporarily disable so
that CSIT can successfully spin up a controller.

Change-Id: I1e407a62abcc33549125acaf3c5b55f0a44f5eba
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 59/37359/1
jenkins-releng [Fri, 8 Apr 2016 19:39:21 +0000 (19:39 +0000)]
Update automated project templates

Change-Id: I72feefaca9a69da229ae45170a3f6366ddc1f084
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoAdd initial jjb for netvirt 57/37357/2
Sam Hague [Fri, 8 Apr 2016 19:13:52 +0000 (15:13 -0400)]
Add initial jjb for netvirt

Change-Id: I06df81e09ec1a1a2d6b634554466c62de2f98019
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoMerge "Make JAVA_HOME value available for Robot"
Luis Gomez [Fri, 8 Apr 2016 19:17:18 +0000 (19:17 +0000)]
Merge "Make JAVA_HOME value available for Robot"

8 years agoadd netvirt project settings macro 54/37354/1
Andrew Grimberg [Fri, 8 Apr 2016 17:42:43 +0000 (10:42 -0700)]
add netvirt project settings macro

Change-Id: I9710a800388c46c946c919a3cfcb66d1442370aa
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMake JAVA_HOME value available for Robot 47/37347/1
Vratko Polak [Fri, 8 Apr 2016 14:31:57 +0000 (16:31 +0200)]
Make JAVA_HOME value available for Robot

Previously, JAVA_HOME was only set temporarily to start ODL.
But if a Robot suite wishes to re-start ODL, it needs to know
the desired JAVA_HOME huitable for given stream.

This moves JAVA_HOME construction to *-get-bundle-vars
and includes -v JAVA_HOME:${JAVA_HOME} option to pybot.

TODO: Make also non-robot places of JAVA_HOME construction
to refer to the prepared value.

Change-Id: I5b2d805ee0171e62b5fabef269c2c75b557409d2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoUpdate automated project templates 28/37328/1
jenkins-releng [Fri, 8 Apr 2016 13:32:27 +0000 (13:32 +0000)]
Update automated project templates

Change-Id: I9b519b0d97b02da2cea001c921c820446b15d2cc
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoPatch for Cardinal yaml and cfg 17/37317/2
RajaniS [Fri, 8 Apr 2016 10:40:25 +0000 (16:10 +0530)]
Patch for Cardinal yaml and cfg

Change-Id: I687efb4601e7b57dc5758af9e6f03d4d0e24225d
Signed-off-by: RajaniS <srivastava.rajani@tcs.com>
8 years agoAdd odlsign-bulk script 02/37302/1
Thanh Ha [Fri, 8 Apr 2016 00:36:54 +0000 (20:36 -0400)]
Add odlsign-bulk script

This script can sign all projects within a staging repo in bulk. Also
update odlrelease signing script to trim 3 directories.

Change-Id: I7e112122c127b880fb6621232e297c6c80abf7cd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUse https url as staging repo target 23/37223/1
Thanh Ha [Thu, 7 Apr 2016 00:00:35 +0000 (20:00 -0400)]
Use https url as staging repo target

Change-Id: Iff073179f269c22b34e3388cea34eb9272ae1d62
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd jenkins jobs for project Genius 66/37166/2
Muraleedhara Reddy Sirigireddy [Wed, 6 Apr 2016 04:07:17 +0000 (09:37 +0530)]
Add jenkins jobs for project Genius

Change-Id: Ib88dfe336f6069b7ecb51bc70d2cd6b9cc71b7d9
Signed-off-by: Muraleedhara Reddy Sirigireddy <msirigir@gmail.com>
8 years agoMerge "Editing devstack daily job template"
Luis Gomez [Wed, 6 Apr 2016 02:51:19 +0000 (02:51 +0000)]
Merge "Editing devstack daily job template"

8 years agoMerge "Add info about running jobs in Sandbox to JJB docs"
Thanh Ha [Tue, 5 Apr 2016 17:37:18 +0000 (17:37 +0000)]
Merge "Add info about running jobs in Sandbox to JJB docs"

8 years agoAdd info about running jobs in Sandbox to JJB docs 56/37156/2
Daniel Farrell [Tue, 5 Apr 2016 16:20:05 +0000 (12:20 -0400)]
Add info about running jobs in Sandbox to JJB docs

Change-Id: I44fcc45f15afaca3cc0fa5290027b3deb738ac86
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
8 years agoMerge "Add python-verify job for Int/Pack"
Thanh Ha [Tue, 5 Apr 2016 16:25:52 +0000 (16:25 +0000)]
Merge "Add python-verify job for Int/Pack"

8 years agoAdd python-verify job for Int/Pack 13/37113/2
Daniel Farrell [Mon, 4 Apr 2016 22:10:10 +0000 (18:10 -0400)]
Add python-verify job for Int/Pack

Use RelEng template to define a Pythons style test for Int/Pack.

Change-Id: I9bd8ae0ff08dfee1f6638f7c92f5914da9dfc4fe
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
8 years agoEditing devstack daily job template 59/37059/4
Tomas Cechvala [Mon, 4 Apr 2016 11:44:27 +0000 (13:44 +0200)]
Editing devstack daily job template

Removing duplicated test-plan param
Fixing logs publishment
 - devstack log and ODL logs should be published

Change-Id: I28a803e2cddc2f726bed20b505ba91e9e5f85fbb
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoadding netvirt clustering job 14/37114/1
Jamo Luhrsen [Mon, 4 Apr 2016 23:19:55 +0000 (16:19 -0700)]
adding netvirt clustering job

Change-Id: I10d5354ffd23bad4e04a6c14462f48d852bf7947
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoadd atrium project settings macro 93/37093/1
Andrew Grimberg [Mon, 4 Apr 2016 18:15:17 +0000 (11:15 -0700)]
add atrium project settings macro

Change-Id: I7a0955e728e1213f57bbe6700afc8b759c32ce23
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoadd cardinal project settings macro 90/37090/1
Andrew Grimberg [Mon, 4 Apr 2016 17:30:04 +0000 (10:30 -0700)]
add cardinal project settings macro

Change-Id: I89cde8584444996d1e76be9547073562a7b61331
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoChange test stream parameter for verify jobs 82/36982/1
Luis Gomez [Thu, 31 Mar 2016 22:58:16 +0000 (15:58 -0700)]
Change test stream parameter for verify jobs

Verify jobs do not handle "stream" instead we hard write distribution
version to test.

Change-Id: I826938cdcde6498a2c3f0cf9c6a2b2ff34a25b07
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Making Openstack jobs reusable"
Vratko Polák [Thu, 31 Mar 2016 15:55:39 +0000 (15:55 +0000)]
Merge "Making Openstack jobs reusable"

8 years agoMerge "Fix iterator for Python 3"
Vratko Polák [Thu, 31 Mar 2016 15:50:17 +0000 (15:50 +0000)]
Merge "Fix iterator for Python 3"

8 years agoAdd stats collection time plot in current flow config perf test 35/36935/1
Luis Gomez [Thu, 31 Mar 2016 05:08:07 +0000 (22:08 -0700)]
Add stats collection time plot in current flow config perf test

This requires https://git.opendaylight.org/gerrit/#/c/36927/

Change-Id: I55952d6f2f53b1b4acbd1c26748c9a03feb5a358
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Revert "Overwrite files when extracting with unzip""
Luis Gomez [Wed, 30 Mar 2016 19:29:01 +0000 (19:29 +0000)]
Merge "Revert "Overwrite files when extracting with unzip""

8 years agoadd infrautils maven settings macro 12/36912/1
Andrew Grimberg [Wed, 30 Mar 2016 19:04:04 +0000 (12:04 -0700)]
add infrautils maven settings macro

Change-Id: I29d36ed204174d505058a6814ea17278fb8ac2ef
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoFix iterator for Python 3 05/36905/1
Thanh Ha [Wed, 30 Mar 2016 17:33:22 +0000 (13:33 -0400)]
Fix iterator for Python 3

Change-Id: I77f0c1b500c4d00b779253b22e2a9c385296daee
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoStop leaving staging repos in open state 02/36902/2
Thanh Ha [Wed, 30 Mar 2016 16:57:07 +0000 (12:57 -0400)]
Stop leaving staging repos in open state

We're going to submit gpg signatures in a separate staging repository.
This will allow us to not use the workaround with Nginx.

Change-Id: Icfe3768eaa93fb6e3cd30b29f22d3da461c8e955
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRevert "Add autorelease test jobs to troubleshoot" 22/36822/2
Thanh Ha [Tue, 29 Mar 2016 16:08:36 +0000 (12:08 -0400)]
Revert "Add autorelease test jobs to troubleshoot"

This job was created to help troubleshoot but we no longer need it.

This reverts commit d62e8ff9aa00e85e1292af647a65e371d2ff7696.

Change-Id: I038872d69a64453863317822a0b086f2468d7d4b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoRevert "Overwrite files when extracting with unzip" 61/36861/1
Stephen Kitt [Wed, 30 Mar 2016 07:12:41 +0000 (09:12 +0200)]
Revert "Overwrite files when extracting with unzip"

This reverts commit 84a7921740cd0333420d6e08286b7063a03b6ed4. As
pointed out by Luis, overwriting files without prompting masks an
error in the construction of the distribution (which ends up with two
copies of the same file).

Change-Id: I1170b3d08bd1d722753465ccb205de9b9568c9cb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoMerge "Keep 14 days worth of artifacts for autorelease"
Luis Gomez [Wed, 30 Mar 2016 01:47:44 +0000 (01:47 +0000)]
Merge "Keep 14 days worth of artifacts for autorelease"

8 years agoMerge "removing snmp from distribution-test in Boron"
Luis Gomez [Wed, 30 Mar 2016 01:33:11 +0000 (01:33 +0000)]
Merge "removing snmp from distribution-test in Boron"

8 years agoMerge "Remove AD-SAL tests from releng/builder"
Jamo Luhrsen [Wed, 30 Mar 2016 00:12:55 +0000 (00:12 +0000)]
Merge "Remove AD-SAL tests from releng/builder"

8 years agoadd natapp settings macro 41/36841/1
Andrew Grimberg [Tue, 29 Mar 2016 19:42:59 +0000 (12:42 -0700)]
add natapp settings macro

Change-Id: I12408b744c96f7d737cde1a29668f07ef1d9cb6d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMerge "Overwrite files when extracting with unzip"
Jamo Luhrsen [Tue, 29 Mar 2016 17:20:13 +0000 (17:20 +0000)]
Merge "Overwrite files when extracting with unzip"

8 years agoOverwrite files when extracting with unzip 25/36825/1
Stephen Kitt [Tue, 29 Mar 2016 17:06:10 +0000 (19:06 +0200)]
Overwrite files when extracting with unzip

Some builds fail because unzip prompts before overwriting files (see
https://jenkins.opendaylight.org/releng/job/odlparent-distribution-check-boron/103/console
for one example). It should be safe to simply overwrite files; this
patch tells unzip to do that (with the -o option).

Change-Id: I40a3fbdf988411e3cde18406986382b9399cad4e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
8 years agoAdd genius project settings macro 24/36824/1
Andrew Grimberg [Tue, 29 Mar 2016 16:42:19 +0000 (09:42 -0700)]
Add genius project settings macro

Change-Id: I0657661fa4567a6dd784a469e20b0d30e5c904be
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoremoving snmp from distribution-test in Boron 20/36820/1
Jamo Luhrsen [Tue, 29 Mar 2016 16:06:38 +0000 (09:06 -0700)]
removing snmp from distribution-test in Boron

- SNMP not participating in Boron:
https://lists.opendaylight.org/pipermail/release/2016-March/006117.html

Change-Id: I71520020c797cadf9581f7c95d47dfc22a07960a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoKeep 14 days worth of artifacts for autorelease 21/36821/1
Thanh Ha [Tue, 29 Mar 2016 16:01:51 +0000 (12:01 -0400)]
Keep 14 days worth of artifacts for autorelease

Keeping only 5 latest artifacts isn't enough. Sometimes a release is
delayed and we need more time to get approval so bump to 14 days rather
than max total.

Change-Id: I139259f1b8c11dba300237487a7eeaca3d57684a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>