releng/builder.git
6 years agoMigrate capwap to global-jjb Maven jobs 47/64947/2
Thanh Ha [Tue, 31 Oct 2017 15:27:25 +0000 (11:27 -0400)]
Migrate capwap to global-jjb Maven jobs

In an effort to consolidate our templates across projects we've migrated
several of our Maven jobs to global-jjb project. This patch updates the
project to use the global-jjb version of the same jobs.

Issue: RELENG-347
Change-Id: Iafec9dd5373c0391b9392476879c5eaec6b07f80
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate cloud image list docs 40/64940/1
jenkins-releng [Tue, 31 Oct 2017 11:02:48 +0000 (11:02 +0000)]
Update cloud image list docs

Change-Id: I7d65e40ed72c2f08715932a611f6b85a7d201f7c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMerge "Update to use devstack tip of branch"
Sam Hague [Tue, 31 Oct 2017 01:59:43 +0000 (01:59 +0000)]
Merge "Update to use devstack tip of branch"

6 years agoUpdate default ODL versions in RPM jobs 90/64890/1
Daniel Farrell [Mon, 30 Oct 2017 18:03:56 +0000 (14:03 -0400)]
Update default ODL versions in RPM jobs

Change-Id: Ia2bd5360941a5d5d6ae5636946f7c388c1bfe827
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoUpdate to global-jjb v0.12.0 86/64886/1
Thanh Ha [Mon, 30 Oct 2017 16:31:18 +0000 (12:31 -0400)]
Update to global-jjb v0.12.0

Change-Id: I0316072ca2a2a204c3e1da38315b4cb78ed65dc4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate to use devstack tip of branch 45/64845/3
Sam Hague [Sat, 28 Oct 2017 02:01:25 +0000 (22:01 -0400)]
Update to use devstack tip of branch

The main change to latest devstack is that the computes need
to query the control node. The computes will poll for 60s and if
not found the compute stack fails. This patch does the following
to support the change:

1. Modify the devstack code to increase the 60s timeout to 30m.
In multiple tests the average stack time for a control node is 20m
and the computes 18m so 30m shoudl provide coverage.

2. Update the iptables handling. The previous run.sh iptables config
simply disabled the firewalld and iptables, but devstack restarts
iptables so the query from the computes to the control node would
fail. This change leaves iptables running but updates the rules
to open the OpenStack ports. This better matches a practical
deployment so it is good to have.

3. Add a new local.conf option: CELLSV2_SETUP=singleconductor.
Another change in devstack is that when the nova-compute is started
on the computes, it queries the control node for the cell1. The cell1
access in mysql is not set up until later in the control node bringup.
If the compute queries before that setup an exception is not caught
and the service exits - and therefore there is no hypervisor on that
node. The local.conf change removes that query.

4. The OS_AUTH_URL was updated to only use the identity url.

5. Added some more conf file captures to the collect_logs() function.

The hwvtep and coe yamls were not changed yet and still have the
devstack_hash. These will be cleaned in further patches. Testing was
done to verify the changes in this patch do not affect the hwvtep
or coe yamls.

All combos of ocata, pike and queens were tested.

Change-Id: I8a4c05cce3107f0525022dfe06c46a78cf3b78c9
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoAdd p4plugin jobs to Jenkins 64/64864/1
wsx25289 [Mon, 30 Oct 2017 06:30:38 +0000 (14:30 +0800)]
Add p4plugin jobs to Jenkins

Change-Id: Ic3e4e6d16a88f19c17346e363d8aefd22c6e520e
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
6 years agoAdd case to capture exception log 69/64769/1
Sam Hague [Thu, 26 Oct 2017 17:51:18 +0000 (13:51 -0400)]
Add case to capture exception log

Change-Id: I2610be4386c804e2667381b76347398ef4cbf47a
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Fix for generating log.html in Netvirt CSIT jobs"
Jamo Luhrsen [Thu, 26 Oct 2017 05:32:15 +0000 (05:32 +0000)]
Merge "Fix for generating log.html in Netvirt CSIT jobs"

6 years agoMerge "Rename l2gw csit trigger for netvirt"
Jamo Luhrsen [Thu, 26 Oct 2017 05:08:50 +0000 (05:08 +0000)]
Merge "Rename l2gw csit trigger for netvirt"

6 years agoBump stack timeout to 15 minutes 19/64719/1
Thanh Ha [Wed, 25 Oct 2017 14:18:30 +0000 (10:18 -0400)]
Bump stack timeout to 15 minutes

Also lower stack retries to 2. This ensures that the overall timeout of
the job does not increase too. This is an attempt to workaround RS
potentially taking too long to spin up servers as a reason the nodes are
not coming online.

Let us see if a 15 minute timeout improves the situation any.

Change-Id: I2ed403aab37233b2e69022daf7e0f58dff8fc3c9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix for generating log.html in Netvirt CSIT jobs 01/64601/4
gvrangan [Mon, 23 Oct 2017 23:03:34 +0000 (19:03 -0400)]
Fix for generating log.html in Netvirt CSIT jobs

This patch adds "--flattenkeywords" option to pybot so that
we can avoid the debug from the loops in the test cases.
suggestion based on this url -[0]
[0]- https://github.com/robotframework/robotframework/issues/1833

Change-Id: Iebdf0745666a8c009ddab1292d4c2b8986207418
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoRename l2gw csit trigger for netvirt 70/64670/1
Victor Pickard [Tue, 24 Oct 2017 17:34:01 +0000 (13:34 -0400)]
Rename l2gw csit trigger for netvirt

Make the trigger for l2gw csit consistent between ovsdb
and netvirt.

Going forward, to trigger the l2gw csit for netvirt patches:
    test-netvirt-l2gw

for ovsdb patches:
    test-ovsdb-l2gw

Change-Id: I5f5e2f48dc4aaa9cc2b5b5cc58fd5b49edee8822
Signed-off-by: Victor Pickard <vpickard@redhat.com>
6 years agoRename jdk to java-version for autorelease 95/64595/3
Anil Belur [Mon, 23 Oct 2017 14:06:01 +0000 (10:06 -0400)]
Rename jdk to java-version for autorelease

The {jdk} parameter was removed from change
Ic575cb1dd44d4e66ec3c18439984bcd517b6fc7879 and caused autorelease jobs
to lose their JDK configuration.

JJB appears to not expand defaults if they have the same name as the
job configuration. We should switch to using {java-version} like we do
in global-jjb which resolves the expansion issues.

Jira: RELENG-590
Change-Id: I50547447b274df5c7be9747b20c407db5defb0e9
Co-Authored-By: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Add infrautils-ready feature to distro features"
Vratko Polák [Mon, 23 Oct 2017 10:30:20 +0000 (10:30 +0000)]
Merge "Add infrautils-ready feature to distro features"

6 years agoMake sure spectrometer rtd only triggers for self 77/64577/1
Thanh Ha [Fri, 20 Oct 2017 17:49:33 +0000 (13:49 -0400)]
Make sure spectrometer rtd only triggers for self

The spectrometer rtd job should only trigger for itself and not for
other projects.

Change-Id: I471d1cf1aca9f52255f106c57d02a0e58a12d8c3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Use global-jjb version NodeJS, RTD and Python jobs"
Thanh Ha [Fri, 20 Oct 2017 17:16:13 +0000 (17:16 +0000)]
Merge "Use global-jjb version NodeJS, RTD and Python jobs"

6 years agoMerge "Update CentOS7 Java Builder image"
Jamo Luhrsen [Fri, 20 Oct 2017 17:11:14 +0000 (17:11 +0000)]
Merge "Update CentOS7 Java Builder image"

6 years agoMerge "Update cloud image list docs"
Jamo Luhrsen [Fri, 20 Oct 2017 17:03:06 +0000 (17:03 +0000)]
Merge "Update cloud image list docs"

6 years agoUse global-jjb version NodeJS, RTD and Python jobs 20/63920/4
Anil Belur [Tue, 3 Oct 2017 21:15:04 +0000 (07:15 +1000)]
Use global-jjb version NodeJS, RTD and Python jobs

Update spectrometer project to use rtd jobs and
python templates from global-jjb.

Use NodeJS verify job from global-jjb.

Remove the migrated jobs from releng/builder for
RTD, NodeJS and Python templates.

Update project to use jobs from global-jjb.

Jira: releng-241
Change-Id: I345f5ab5f307a7e5f583fad8bfb62d16c2ad94db
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Remove verify-tox / python jobs"
Jamo Luhrsen [Fri, 20 Oct 2017 16:50:22 +0000 (16:50 +0000)]
Merge "Remove verify-tox / python jobs"

6 years agoMerge "Switch to the global-jjb tox-verify job"
Jamo Luhrsen [Fri, 20 Oct 2017 16:50:19 +0000 (16:50 +0000)]
Merge "Switch to the global-jjb tox-verify job"

6 years agoUpdate cloud image list docs 65/64565/1
jenkins-releng [Fri, 20 Oct 2017 11:03:21 +0000 (11:03 +0000)]
Update cloud image list docs

Change-Id: I7122aedf2b27a43efc7f406ff58b6fd663dc8615
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoUpdate CentOS7 Java Builder image 54/64554/1
Anil Belur [Fri, 20 Oct 2017 04:03:09 +0000 (14:03 +1000)]
Update CentOS7 Java Builder image

Update the Java Builder image to the latest for CSIT jobs.

https://lists.opendaylight.org/pipermail/release/2017-October/012736.html

Change-Id: I4abc3f0b186b9ba86fd9d87897a97dfc0610c566
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Fix for UnKnownHost exception"
Sam Hague [Fri, 20 Oct 2017 00:36:10 +0000 (00:36 +0000)]
Merge "Fix for UnKnownHost exception"

6 years agoMerge "Add a snippet about using jjb-deploy keyword"
Anil Belur [Thu, 19 Oct 2017 21:46:31 +0000 (21:46 +0000)]
Merge "Add a snippet about using jjb-deploy keyword"

6 years agoAdd jenkins option to set custom debug levels 96/64496/5
Sam Hague [Thu, 19 Oct 2017 18:47:59 +0000 (14:47 -0400)]
Add jenkins option to set custom debug levels

Porting the same option in the patch below for
the 1node jobs to the 3node jobs:
patch https://git.opendaylight.org/gerrit/62384

Change-Id: I930dd428dd6257ff60c19d3345de91843f411055
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoRemove verify-tox / python jobs 40/64540/1
Thanh Ha [Thu, 19 Oct 2017 18:13:31 +0000 (14:13 -0400)]
Remove verify-tox / python jobs

These have been migrated to global-jjb.

Change-Id: If54000ea6c906f01910c99e26d11f052851ca654
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoSwitch to the global-jjb tox-verify job 37/64537/2
Thanh Ha [Thu, 19 Oct 2017 18:06:19 +0000 (14:06 -0400)]
Switch to the global-jjb tox-verify job

This will allow us to remove the verify-tox template from
releng/builder in the next patch.

Change-Id: I8b03c2934fefa555d3fd9f626fadea1c49e347d3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd a snippet about using jjb-deploy keyword 22/64422/3
Jamo Luhrsen [Tue, 17 Oct 2017 19:13:25 +0000 (12:13 -0700)]
Add a snippet about using jjb-deploy keyword

Change-Id: Ib67148cbf0b8f78ae22d25fa6a021eb5d6df0b99
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "Update global-jjb to v0.10.4"
Jamo Luhrsen [Thu, 19 Oct 2017 15:28:54 +0000 (15:28 +0000)]
Merge "Update global-jjb to v0.10.4"

6 years agoMerge "Move global variables to parent script"
Vratko Polák [Thu, 19 Oct 2017 15:19:15 +0000 (15:19 +0000)]
Merge "Move global variables to parent script"

6 years agoUpdate global-jjb to v0.10.4 27/64527/1
Thanh Ha [Thu, 19 Oct 2017 14:11:32 +0000 (10:11 -0400)]
Update global-jjb to v0.10.4

Pulls in the hotfix to fix rtd-verify jobs failing to fetch from Gerrit
due to incorrect refspec for the project.

Refer to https://gerrit.linuxfoundation.org/infra/6976

Change-Id: Ie102c6fbb2fa8fff477f8113482b2161af4ce0d6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoUpdate to global-jjb v0.10.3 23/64523/2
Thanh Ha [Thu, 19 Oct 2017 12:44:02 +0000 (08:44 -0400)]
Update to global-jjb v0.10.3

This pulls in the M2_HOME fix for unit tests that call `mvn` cli from
inside the test.

Change-Id: I419550fca0306c5ce5a4a453cf067594daa424af
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMove global variables to parent script 07/64507/1
Luis Gomez [Thu, 19 Oct 2017 06:58:04 +0000 (23:58 -0700)]
Move global variables to parent script

This way they can be use by any children script.

Change-Id: Ie9cf36df477f638c08be40fbde0a28cdf7755fd5
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMerge "List dependency graph in validate-autorelease"
Anil Belur [Thu, 19 Oct 2017 04:30:51 +0000 (04:30 +0000)]
Merge "List dependency graph in validate-autorelease"

6 years agoMerge "Submit release notes to docs project"
Anil Belur [Thu, 19 Oct 2017 04:20:16 +0000 (04:20 +0000)]
Merge "Submit release notes to docs project"

6 years agoFix for UnKnownHost exception 97/64497/2
Anil Belur [Wed, 18 Oct 2017 22:26:35 +0000 (08:26 +1000)]
Fix for UnKnownHost exception

This fix ensures that the system binds the hostname to the assigned IP
without any changes required to /etc/hosts.

https://lists.opendaylight.org/pipermail/release/2017-October/012736.html

Jira: releng-581
Change-Id: I8485001843753753d56cef896edfeca88db4641d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Add function to collect lists of files"
Jamo Luhrsen [Thu, 19 Oct 2017 00:02:18 +0000 (00:02 +0000)]
Merge "Add function to collect lists of files"

6 years agoAdd infrautils-ready feature to distro features 72/64272/2
Jamo Luhrsen [Sat, 14 Oct 2017 00:01:48 +0000 (17:01 -0700)]
Add infrautils-ready feature to distro features

infrautils-ready will give us log messages indicating when
all features have been successfully installed and the overall
system is ready for further testing.

this patch simply adds that as a default feature in all of
the places we are bringing up the controller. What we do
with it after that is still work to be done.

Also, this feature is not there in carbon or earlier, so those
jobs cannot take advantage of it. This patch is not smart
in that it will still list it as a feature for a carbon
distro. It should not harm anything to do that.

Change-Id: I8f3b9b2d40edd482a45f091b30be7345f8b4e088
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoRun Carbon netvirt csit daily 94/64494/2
Jamo Luhrsen [Wed, 18 Oct 2017 21:39:08 +0000 (14:39 -0700)]
Run Carbon netvirt csit daily

currently, since releasing nitrogen carbon has been relegated
to run only weekly. The netvirt project still would like to
track and compare what's happening with their carbon jobs as
they push to improve quality on all branches

Change-Id: Ic4795b1e3912219a36904f3e16d36e8b19d9561a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoMerge "simplify netvirt openstack yaml"
Jamo Luhrsen [Wed, 18 Oct 2017 21:22:57 +0000 (21:22 +0000)]
Merge "simplify netvirt openstack yaml"

6 years agoSubmit release notes to docs project 67/58667/7
Thanh Ha [Sat, 10 Jun 2017 05:15:08 +0000 (01:15 -0400)]
Submit release notes to docs project

Idea here is to automatically push patches to the docs project every
time the release notes are regenerated. This job is update to use the
new release notes generator shell script rather than the Java tool that
was being used previously.

Change-Id: Ifbb8f4fac457a57749a93630d5b35acfdd25ae66
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Add yangtools master job" release/carbon-sr2
Thanh Ha [Wed, 18 Oct 2017 19:30:30 +0000 (19:30 +0000)]
Merge "Add yangtools master job"

6 years agoBug 9307: Do not parallelize SFT in Distribution 62/64462/1
Vratko Polak [Wed, 18 Oct 2017 16:19:34 +0000 (18:19 +0200)]
Bug 9307: Do not parallelize SFT in Distribution

Change-Id: I85a9106ff0f13f99d8031cc11a70e4a1fcb3f706
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoAdd function to collect lists of files 53/64453/2
Sam Hague [Tue, 17 Oct 2017 22:39:58 +0000 (18:39 -0400)]
Add function to collect lists of files

Change-Id: I5193e0e871b97f77e4708344cebc8933eec98c3c
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Add verify with dependency job to Oxygen projects"
Luis Gomez [Tue, 17 Oct 2017 16:59:19 +0000 (16:59 +0000)]
Merge "Add verify with dependency job to Oxygen projects"

6 years agoAdd yangtools master job 37/63837/8
Anil Belur [Fri, 29 Sep 2017 04:39:23 +0000 (14:39 +1000)]
Add yangtools master job

Add a new job yangtools-master for yangtools-2.0.0.
Remove the existing job yangtools-oxygen.

Add the maven-jobs job group from global-jjb for the
existing releases. Also remove the clm and verify jobs
for existing releases.

Issue: RELENG-485
Change-Id: Iab9659b06caf12c211b44465243865e6e0a576ea
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoAdd underscore to bugxxxx file names 05/64405/1
Vratko Polak [Tue, 17 Oct 2017 14:15:39 +0000 (16:15 +0200)]
Add underscore to bugxxxx file names

This is to avoid Gerrit trying to linkify that within links,
which currently breaks displaying such links.

Change-Id: I954469b890a3067ceae52fdb1069f63123b6e540
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoAdd verify with dependency job to Oxygen projects 19/64319/1
Thanh Ha [Mon, 16 Oct 2017 21:34:54 +0000 (17:34 -0400)]
Add verify with dependency job to Oxygen projects

With this new job projects can verify their patch along with upstream
dependent patches by passing a list of patches in the correct merge
order via the command. `recheck: 123 456 789` where the list following
the colon is a list of Gerrit patches.

Change-Id: I40add796eb09c81d35e8e9817209f889f7f5654e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Auto Update CSIT Jobs to run for oxygen"
Thanh Ha [Mon, 16 Oct 2017 20:24:14 +0000 (20:24 +0000)]
Merge "Auto Update CSIT Jobs to run for oxygen"

6 years agoMerge "Auto Update CSIT Jobs to run for carbon"
Thanh Ha [Mon, 16 Oct 2017 20:24:07 +0000 (20:24 +0000)]
Merge "Auto Update CSIT Jobs to run for carbon"

6 years agoAuto Update CSIT Jobs to run for nitrogen 18/64318/1
jenkins-releng [Mon, 16 Oct 2017 19:16:18 +0000 (19:16 +0000)]
Auto Update CSIT Jobs to run for nitrogen

Change-Id: Ice949f7bcb7ae10770247251df21283f31282d95
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoAuto Update CSIT Jobs to run for carbon 17/64317/1
jenkins-releng [Mon, 16 Oct 2017 19:15:59 +0000 (19:15 +0000)]
Auto Update CSIT Jobs to run for carbon

Change-Id: Ieae5f02d9974bf28ce2b15aaeff431ef956d81ba
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoAuto Update CSIT Jobs to run for oxygen 16/64316/1
jenkins-releng [Mon, 16 Oct 2017 19:15:36 +0000 (19:15 +0000)]
Auto Update CSIT Jobs to run for oxygen

Change-Id: I88302af0043e872fee1b1a93d0dbcf083029f040
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoMerge "Clean up and rename OF CSIT jobs"
Jamo Luhrsen [Mon, 16 Oct 2017 19:06:07 +0000 (19:06 +0000)]
Merge "Clean up and rename OF CSIT jobs"

6 years agoBug 9215: Enable JavaDoc site for more projects 30/64130/2
Michael Vorburger [Tue, 10 Oct 2017 21:32:34 +0000 (23:32 +0200)]
Bug 9215: Enable JavaDoc site for more projects

Change-Id: I6e780fc79fcaa2572a4994e628b716f850663171
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoClean up and rename OF CSIT jobs 27/64227/5
Luis Gomez [Fri, 13 Oct 2017 04:24:05 +0000 (21:24 -0700)]
Clean up and rename OF CSIT jobs

- Remove periodic and daily names
- Remove restconf test (it is covered by bulkomatic)
- Use more consistent job names

Change-Id: Ib00a3b6b5690612cd1d0524a38e05b481fe57dfe
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoUpdate global-jjb to v0.10.2 08/64308/4
Thanh Ha [Mon, 16 Oct 2017 16:11:21 +0000 (12:11 -0400)]
Update global-jjb to v0.10.2

Change-Id: I3d34723a3c582db45f4aa69a148857e8ca2abe99
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMerge "Add releng defaults for devstack images"
Jamo Luhrsen [Mon, 16 Oct 2017 18:19:52 +0000 (18:19 +0000)]
Merge "Add releng defaults for devstack images"

6 years agosimplify netvirt openstack yaml 13/64313/1
Sam Hague [Mon, 16 Oct 2017 17:34:34 +0000 (13:34 -0400)]
simplify netvirt openstack yaml

Change-Id: Ic148ca352415a860acda8d6ae0182aac2c816a73
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoVerify lf projects on any branch 09/64309/1
Thanh Ha [Mon, 16 Oct 2017 16:41:18 +0000 (12:41 -0400)]
Verify lf projects on any branch

Change-Id: I28a9a9143b4a688f1d0d2fb3ff82b41ac161684e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd releng defaults for devstack images 73/63073/4
Sam Hague [Mon, 16 Oct 2017 15:59:27 +0000 (11:59 -0400)]
Add releng defaults for devstack images

Change-Id: I9d36766b14fbbbed771b8abaca518df48f35d461
Signed-off-by: Sam Hague <shague@redhat.com>
6 years agoMerge "Update CentOS 7 devstack Ocata image"
Jamo Luhrsen [Mon, 16 Oct 2017 15:27:56 +0000 (15:27 +0000)]
Merge "Update CentOS 7 devstack Ocata image"

6 years agoMerge "Update Ubuntu 16.04 mininet-ovs-25 image"
Thanh Ha [Mon, 16 Oct 2017 14:04:53 +0000 (14:04 +0000)]
Merge "Update Ubuntu 16.04 mininet-ovs-25 image"

6 years agoMerge "Update Ubuntu 14.04 gbp image"
Thanh Ha [Mon, 16 Oct 2017 14:04:18 +0000 (14:04 +0000)]
Merge "Update Ubuntu 14.04 gbp image"

6 years agoMerge "Update Ubuntu 16.04 mininet-ovs-26 image"
Thanh Ha [Mon, 16 Oct 2017 14:04:06 +0000 (14:04 +0000)]
Merge "Update Ubuntu 16.04 mininet-ovs-26 image"

6 years agoMerge "Update build timeout for docker image to 60m"
Thanh Ha [Mon, 16 Oct 2017 14:03:11 +0000 (14:03 +0000)]
Merge "Update build timeout for docker image to 60m"

6 years agoMerge "Update Ubuntu 14.04 mininet image"
Thanh Ha [Mon, 16 Oct 2017 14:02:30 +0000 (14:02 +0000)]
Merge "Update Ubuntu 14.04 mininet image"

6 years agoMerge "Update cloud image list docs"
Thanh Ha [Mon, 16 Oct 2017 14:02:12 +0000 (14:02 +0000)]
Merge "Update cloud image list docs"

6 years agoUpdate cloud image list docs 97/64297/1
jenkins-releng [Mon, 16 Oct 2017 11:02:36 +0000 (11:02 +0000)]
Update cloud image list docs

Change-Id: Iac3fb1ab3167cd26e78789f4fe02e72b92e5883c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoList dependency graph in validate-autorelease 91/64191/4
Vratko Polak [Thu, 12 Oct 2017 11:31:14 +0000 (13:31 +0200)]
List dependency graph in validate-autorelease

Change-Id: Ia84c3492f6aa55532368f3b72b12e4980e463674
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoDo git clean in autorelease-checkout-gerrit-patch 93/64193/7
Vratko Polak [Thu, 12 Oct 2017 12:00:59 +0000 (14:00 +0200)]
Do git clean in autorelease-checkout-gerrit-patch

For a patch which removes a submodule (project leaving autorelease)
checking out HEAD before autorelease-checkout-gerrit-patch
was causing the project directory be present during verify-autorelease
which could lead to false Verified+1.

Recent example: Removing Yangtools
without updating validate-pom.xml properly.

This change adds forceful clean to autorelease-checkout-gerrit-patch.
The jacoco workaround now has to be applied after such cleaning.

Change-Id: I651a7eaa212835d6cce52ee3706a85f12189f244
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoUpdate Ubuntu 14.04 mininet image 90/64290/1
Anil Belur [Mon, 16 Oct 2017 04:36:05 +0000 (14:36 +1000)]
Update Ubuntu 14.04 mininet image

Image is marked as public on the private cloud.

Change-Id: I5ed6af81c37b57c2ae7ea3fa4649fafe341844b9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate build timeout for docker image to 60m 89/64289/1
Anil Belur [Mon, 16 Oct 2017 04:24:44 +0000 (14:24 +1000)]
Update build timeout for docker image to 60m

Packer jobs for docker are failing on default timeout
which is 45 minutes.

Change-Id: I7c52532a32af0ec67e4105d9f879a0e1c04f61fe
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate Ubuntu 16.04 mininet-ovs-26 image 88/64288/1
Anil Belur [Mon, 16 Oct 2017 04:15:52 +0000 (14:15 +1000)]
Update Ubuntu 16.04 mininet-ovs-26 image

Image marked as public on private cloud.

Change-Id: If223b8dac87d622a464e8019cf7060eadee3960b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate Ubuntu 14.04 gbp image 87/64287/1
Anil Belur [Mon, 16 Oct 2017 04:10:55 +0000 (14:10 +1000)]
Update Ubuntu 14.04 gbp image

Image marked as public on the private cloud.

Change-Id: Ia8a4476141b65eca7cb2ea78002dee8ac82a9e8b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate Ubuntu 16.04 mininet-ovs-25 image 86/64286/1
Anil Belur [Mon, 16 Oct 2017 04:03:48 +0000 (14:03 +1000)]
Update Ubuntu 16.04 mininet-ovs-25 image

Image is marked as public on the private cloud.

Change-Id: I1e58b67fb551b026734d2d3715a2c9ae6bdc4f55
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS 7 devstack Ocata image 85/64285/1
Anil Belur [Mon, 16 Oct 2017 03:52:12 +0000 (13:52 +1000)]
Update CentOS 7 devstack Ocata image

Image marked as public on private cloud.

This change: I57b988440a5b0d1d2fe4bf7b55947e561af6f1ec
does not have a corrosponding image on the public cloud.

Change-Id: I0f21e1a06e20c9ea690e5ca9282824208714b381
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Update CentOS 7 Java Builder image"
Thanh Ha [Mon, 16 Oct 2017 03:19:49 +0000 (03:19 +0000)]
Merge "Update CentOS 7 Java Builder image"

6 years agoMerge "Update CentOS 7 devstack Ocata image"
Thanh Ha [Mon, 16 Oct 2017 03:19:34 +0000 (03:19 +0000)]
Merge "Update CentOS 7 devstack Ocata image"

6 years agoMerge "Update CentOS7 devstack newton image"
Thanh Ha [Mon, 16 Oct 2017 03:19:21 +0000 (03:19 +0000)]
Merge "Update CentOS7 devstack newton image"

6 years agoMerge changes
Thanh Ha [Mon, 16 Oct 2017 03:19:01 +0000 (03:19 +0000)]
Merge changes

6 years agoMerge "Update CentOS7 devstack pike image"
Thanh Ha [Mon, 16 Oct 2017 03:19:01 +0000 (03:19 +0000)]
Merge "Update CentOS7 devstack pike image"

6 years agoMerge "Update CentOS7 devstack image"
Thanh Ha [Mon, 16 Oct 2017 03:18:38 +0000 (03:18 +0000)]
Merge "Update CentOS7 devstack image"

6 years agoMerge changes
Thanh Ha [Mon, 16 Oct 2017 03:18:10 +0000 (03:18 +0000)]
Merge changes

6 years agoMerge "Remove Jenkins Job for Ubuntu 16.04 devstack pike"
Thanh Ha [Mon, 16 Oct 2017 03:18:10 +0000 (03:18 +0000)]
Merge "Remove Jenkins Job for Ubuntu 16.04 devstack pike"

6 years agoRemove Jenkins Job for Ubuntu 16.04 devstack pike 84/64284/2
Anil Belur [Mon, 16 Oct 2017 02:08:27 +0000 (12:08 +1000)]
Remove Jenkins Job for Ubuntu 16.04 devstack pike

Change-Id: I038de6d06688efd14d03642a6396e127ed458258
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS7 devstack image 83/64283/1
Anil Belur [Mon, 16 Oct 2017 01:55:39 +0000 (11:55 +1000)]
Update CentOS7 devstack image

Image marked as public on the private cloud.

Change-Id: I414f0e5d428007fbb1782838a66bdccb92b32b28
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS7 devstack pike image 82/64282/1
Anil Belur [Mon, 16 Oct 2017 01:53:00 +0000 (11:53 +1000)]
Update CentOS7 devstack pike image

Image marked as public on the private cloud.

Change-Id: I0f104c71c39fc7f04d7a7fc676466381c5635383
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS7 devstack newton image 81/64281/1
Anil Belur [Mon, 16 Oct 2017 01:47:16 +0000 (11:47 +1000)]
Update CentOS7 devstack newton image

Image marked as public on the private cloud.

Change-Id: Ia8de56a4cbe7a1db32911540f7321ad957bb77db
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS 7 devstack Ocata image 80/64280/1
Anil Belur [Mon, 16 Oct 2017 01:30:15 +0000 (11:30 +1000)]
Update CentOS 7 devstack Ocata image

Image marked as public on private cloud.

Change-Id: I57b988440a5b0d1d2fe4bf7b55947e561af6f1ec
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate CentOS 7 Java Builder image 79/64279/1
Anil Belur [Mon, 16 Oct 2017 01:27:15 +0000 (11:27 +1000)]
Update CentOS 7 Java Builder image

Image is set a public.

Change-Id: Ia8c9a44de1e9de356717d6ea3fa3b24a7af6d091
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate Centos 7 docker image 78/64278/1
Anil Belur [Mon, 16 Oct 2017 01:13:35 +0000 (11:13 +1000)]
Update Centos 7 docker image

SFC project CSIT tests are failing and requires an update version
of the kernel.

Image has been set as public on sandbox..

Change-Id: I6db2a3f69da294b20a195a135ff5704a98b5a6c4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Fix OVS startup issue for Ubuntu 16.04"
Jamo Luhrsen [Sat, 14 Oct 2017 04:53:06 +0000 (04:53 +0000)]
Merge "Fix OVS startup issue for Ubuntu 16.04"

6 years agoMerge "Update Ubuntu 16.04 mininet-ovs-25 images"
Jamo Luhrsen [Sat, 14 Oct 2017 04:53:02 +0000 (04:53 +0000)]
Merge "Update Ubuntu 16.04 mininet-ovs-25 images"

6 years agoFix OVS startup issue for Ubuntu 16.04 74/64274/2
Anil Belur [Sat, 14 Oct 2017 04:19:06 +0000 (14:19 +1000)]
Fix OVS startup issue for Ubuntu 16.04

Restart OVS post install to avoid daemon exit on startup.

https://lists.opendaylight.org/pipermail/dev/2017-October/004147.html

Change-Id: I98acd7208c625d641b4171098bfc66963c3fda1f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoUpdate Ubuntu 16.04 mininet-ovs-25 images 73/64273/1
Anil Belur [Sat, 14 Oct 2017 04:13:16 +0000 (14:13 +1000)]
Update Ubuntu 16.04 mininet-ovs-25 images

The previous image is causing the OF 1node sanity test job
to fail because OVS is exiting on startup. This issue is
resolved with the new image.

- New image is set as public

https://lists.opendaylight.org/pipermail/dev/2017-October/004141.html

Change-Id: I835f971b452c424a7475e01233fc56336e8be7bb
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
6 years agoMerge "Include timestamp line with Exception dump"
Jamo Luhrsen [Fri, 13 Oct 2017 22:01:08 +0000 (22:01 +0000)]
Merge "Include timestamp line with Exception dump"

6 years agoInclude timestamp line with Exception dump 70/64270/1
Sam Hague [Fri, 13 Oct 2017 21:53:47 +0000 (17:53 -0400)]
Include timestamp line with Exception dump

Change-Id: I3818590efc5050dfc00b19dc9bb9a07e12ca6b20
Signed-off-by: Sam Hague <shague@redhat.com>