docs.git
7 years agoUpdated git submodules
Vratko Polák [Thu, 26 Jan 2017 09:25:31 +0000 (09:25 +0000)]
Updated git submodules

Project: releng/builder master 73bfe4391b60d356e359b2fbcab761d91e4e8877

Merge "Change iotdm-csit-basic to install odl-onem2mall-iotdm"

Change iotdm-csit-basic to install odl-onem2mall-iotdm

Install odl-onem2mall-iotdm feature instead of odl-iotdm-onem2m.
Feature odl-onem2mall-iotdm includes all features implemented
in iotdm.

Change-Id: I528d494ff2b6a4d744a91ff9e6e4354f0a7bb52d
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 12:43:01 +0000 (13:43 +0100)]
Updated git submodules

Project: integration/test master 4588d5f6cd1ccfd6cd903f19d3082718d255aee5

Remove ODL_STREAM variable from libraries/ChangeCounter.robot

Change-Id: Ibeacf103b4c6bb68c04d78e548647544c78b8256
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 25 Jan 2017 20:19:21 +0000 (15:19 -0500)]
Updated git submodules

Project: integration/test master 6f554dfcf24ad33e7d0305f5a46d66a4c4a8fab0

Update snat model list to match latest code usage

Change-Id: I35f699190b9b46eb89682fc55f5ae766c90bf7ea
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 5 Jan 2017 10:54:41 +0000 (11:54 +0100)]
Updated git submodules

Project: netvirt master 6021420e09fcdd32586b974c4d17811e72504576

MatchInfo redesign

This uses the new MatchInfo subclasses and drops all references to
MatchFieldType.

Change-Id: I4e17f86b20d2b3f605f728c36871341b177b244b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Thu, 26 Jan 2017 01:02:18 +0000 (01:02 +0000)]
Updated git submodules

Project: releng/builder master 75efa2336f58f43a5639861ade24fc53f8f5e77f

Merge "Add a macro opendaylight-infra-push-gerrit-patch"

Add a macro opendaylight-infra-push-gerrit-patch

This macro allows projects to push an automated patch to their project
repo via Jenkins.

This script requires the following JJB variables to be passed in:
     {project}       Gerrit project-name
     {gerrit-topic}  Gerrit topic, please make a unique topic.
     {gerrit-commit-message}  Commit message to assign to commit.

Change-Id: I97a4eea5196ee512e33ee17cfe24307c04704ec9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 23 Jan 2017 14:57:09 +0000 (09:57 -0500)]
Updated git submodules

Project: releng/builder master 2137aa323a08fc682262c325bc1642dbe141fade

Reduce verbosity of shiplogs

The end of a build there's a lot of download details from wget. This
patch aims to reduce that unnecessary verbosity. We will still get
error messages / success messages just not the download status of wget.

Change-Id: I10b9cffc6b74abc6fe2dd7f90924498b9f99197f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 2 Jan 2017 14:48:13 +0000 (15:48 +0100)]
Updated git submodules

Project: netvirt master e3549ff8d1d2815c1009de39d2ec251a5b0e14cf

InstructionInfo redesign

This removes all uses of InstructionType in favour of the new
InstructionInfo subclasses.

Change-Id: I4c193c834af165415a8520f800a35fc94aea1134
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Olga Schukin [Mon, 23 Jan 2017 14:52:06 +0000 (16:52 +0200)]
Updated git submodules

Project: netvirt master 2bda6df03e7b2f2be25f67754a4cd3f0339851b3

Bug 7660 Infinite loop while vpn instance removal

Sometimes VpnInstanceListener gets into endless loop because not all vpn
interfaces removed successfully.

Analysis:
The current interface counter value inside the function waitForOpRemoval()
can be less that original counter, but still not zero, then we are back to
beginning of the cycle without any action and sleep again.
The infinite loop doesn't allow to DataStoreJobCoordinator to run any
other job within same key.

Change-Id: I31ce3d38fa49212b7736888664a2d597d09f9666
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Abhinav Gupta [Wed, 25 Jan 2017 18:49:30 +0000 (00:19 +0530)]
Updated git submodules

Project: netvirt master 3e5dde88743b61d989749875b41dbf0a5f2e1484

Bug 7384: CSIT Exception: NPE in deleteVpnInterface

getNeutronPort is returning null, causing port.getUUid() to result
in an NPE.
Further analysis necessary as to how it happened in the first place
since port delete event for the port in concern hasn't come.
The introduced check should ensure avoiding this NPE for now.

Change-Id: Ia4298d3b9f2b57b1a94805bca3ae34dffa2df4fe
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 22:34:59 +0000 (22:34 +0000)]
Updated git submodules

Project: releng/builder master 19bb52dd81ab2d861c6a2db0bf3338e6eca01327

Merge "move spinup scripts installation to image creation"

move spinup scripts installation to image creation

Change-Id: Iefd20051a9dbd6ea3930c100d772add43bd2e9b7
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Olga Schukin [Thu, 19 Jan 2017 11:12:40 +0000 (13:12 +0200)]
Updated git submodules

Project: netvirt master 55689f6386225ec7e04561c62aea43bdf1d6dc9f

Bug 7532 - arp responder rule sometimes missing after vm reboot

VRF entry is not removed during the port down because of wrong value (null string) in the next hop address list.

Change-Id: Ib0a0a84358cce116bdb9c4768ff9d9608f5c638b
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Maxime Millette-Coulombe [Thu, 19 Jan 2017 21:01:41 +0000 (16:01 -0500)]
Updated git submodules

Project: netvirt master 55893ff64b7c3fe7e7e50410a04ab57bdf1855b3

[BUG 7543] Replace the request function used by restangular

Restangular as two methods to fetch data: get and getList.
Those two methods was doing the same things, but it seems
that getList now expect a List of JSON and not an object
who caused the application to crash.

Change-Id: I4aa51860cd03f3f6a04d2322518c7c9c7a1b3092
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
7 years agoUpdated git submodules
Tomer [Sun, 25 Dec 2016 12:31:02 +0000 (14:31 +0200)]
Updated git submodules

Project: netvirt master 93ebae0f76a0e329a193d391696bcc9b2baccde2

Bug 7436: Handle VpnInterfaces of VpnInstance

The problem:
VpnOpDataSyncer.waitForVpnDataReady is using java wait method
that does not return the thread to the pool while waiting.
If there are more compute nodes then CPU threads, all threads
in DjC will wait and there will be not availabe thread to
execute the code which waitForVpnDataReady waits for.

The solution:
VpnInterfaceManager holds all vpn interfaces that cannot be processed till the
relevant vpn instance in ready.
Updated the synchronized lock blocks to user vpnInstanceName instead of this.

Added cleanup of removed interface

Change-Id: I66da144356e17e778f1d04e5720befbece565fd5
Signed-off-by: Tomer <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Sat, 14 Jan 2017 13:54:14 +0000 (08:54 -0500)]
Updated git submodules

Project: netvirt master 2657b04291769f93b2ae873ca1158ff61a111a48

Bug 7601 - Cleanup Elan instances when a network is deleted

Fix npe for getNetworkType() being null

Change-Id: I0e7ede43cdd7553b4525f5921b487f7e17c25b52
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 25 Jan 2017 15:08:47 +0000 (16:08 +0100)]
Updated git submodules

Project: genius master 7092f999d92a5819cc678726ace7766180a43252

Use standard static Logger in AsyncDataTreeChangeListenerBase & Co.

I thought it was a smart idea to "use non-static Logger so that logs
easily identifies actual listener class", but in hindsight it clearly
wasn't; this was stupid (of me), because when users configure logging
this is confusing.

Change-Id: I2aaa86cf1dc99f9b5f3e748cb6799f836b2663e0
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 17:01:01 +0000 (17:01 +0000)]
Updated git submodules

Project: releng/builder master aeff47f1dbf22ec340e9dc954f145caa33b1d1fa

Merge "Revert "Only delete stack at end of job if CREATE_[COMPLETE|FAILED] status""

Revert "Only delete stack at end of job if CREATE_[COMPLETE|FAILED] status"

This patch causes us to have many uncleaned stacks in Rackspace.

This reverts commit c4e686122e32211b16769c0cf8292794d9350666.

Change-Id: I5458e96f4212ee517f3bf360186863716482e8f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "BUG-5032: BGP Operational State Documentation"
Colin Dixon [Wed, 25 Jan 2017 16:10:49 +0000 (16:10 +0000)]
Merge "BUG-5032: BGP Operational State Documentation"

7 years agoBUG-5032: BGP Operational State Documentation 56/50056/13
Claudio D. Gasparini [Thu, 5 Jan 2017 11:49:12 +0000 (12:49 +0100)]
BUG-5032: BGP Operational State Documentation

Add BGP Operational State Documentation.

Change-Id: Ic11c93c7bb35f1063a9fbaa33a702ae8df05377c
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 20:06:14 +0000 (21:06 +0100)]
Updated git submodules

Project: netvirt master e22f56f451e4dc56d8ec71b0de8e95cb8da263d4

Replace FindBugs :jsr305 by full :annotation (Bug 7663)

Change-Id: I4e703c6db99e0934952d3636c21f130262a430cf
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 19:49:37 +0000 (20:49 +0100)]
Updated git submodules

Project: ovsdb master eb85726f6ea431d023441dcb848ec15c53aac44a

Replace FindBugs :jsr305 by full :annotation  (Bug 7663)

Change-Id: I743b4b4f2c49837cda5c37c0f4ccd9444b67a65d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 25 Jan 2017 13:34:09 +0000 (13:34 +0000)]
Updated git submodules

Project: genius master f703f7d3f4570a726aa68a5275dcec04937ed2f2

Merge "Enforce checkstyle in lockmanager-impl module"

Enforce checkstyle in lockmanager-impl module

Checkstyle enforcement for lockmanager-impl module.

Change-Id: I75fa5c9f0baf4e3c10a269b593d7227238394cef
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 14:37:49 +0000 (15:37 +0100)]
Updated git submodules

Project: integration/test master 78bd2182928718b7ffb9c3e5e7c8fe70e2ed48d4

Remove ODL_STREAM variable usage in if statement from 010_SM_add_upd_del_flows.robot

Change-Id: Iccc2480d1e6ea89584e04df2b4677a7004eba4aa
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 12:58:49 +0000 (13:58 +0100)]
Updated git submodules

Project: integration/test master a0378fc87346f21fbacfd15d86b610ce82928a8e

Remove ODL_STREAM usage from notifications/notifications_basic.robot

Change-Id: I26abffe70d021e02bed867e2a013ff10cad65747
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 25 Jan 2017 10:42:07 +0000 (12:42 +0200)]
Updated git submodules

Project: genius master 146754c63ab8b6ca9f0c74100a415c52d0f68dd0

Remove debug prints for DataTreeChanges

Remove excessive debug prints for any DataTreeChange,
this caused logs to blow up in CSIT runs with a high
DEBUG level, since the actual changes printed to the
log are huge.

Change-Id: I76422b9abde319a84760e7a22c655fc3db822ab0
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 07:11:22 +0000 (07:11 +0000)]
Updated git submodules

Project: releng/builder master 3b634d60e3d2d3227e70427d34d21886738ffb2f

Merge "Update images names used with HOT and CSIT jobs."

Update images names used with HOT and CSIT jobs.

Change-Id: I232826fe2d1ec038cb78a82f5a3c648793589a8c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 25 Jan 2017 05:02:52 +0000 (21:02 -0800)]
Updated git submodules

Project: releng/builder master c4e686122e32211b16769c0cf8292794d9350666

Only delete stack at end of job if CREATE_[COMPLETE|FAILED] status

This patch will make the post build cleanup script only clear
stacks with CREATE_COMPLETE and CREATE_FAILED statuses.

Let the periodic cleanup job clear CREATE_FAILED and DELETE_FAILED
statuses. This is to help Rackspace troubleshoot our orchestration
stacks getting stuck in Rackspace.

Change-Id: I6fe75fe380508533bd440297e32bdddce2a7cc71
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:44:27 +0000 (09:44 -0500)]
Updated git submodules

Project: releng/builder master 96dac875a4403fe976b6c9c970583af4d58158ce

Rename images to not use periods

Our Heat template derives the hostname from the mid section of our image
names. Having periods in the name causes scripts to think we're
connecting to a fqdn rather than just a hostname so rename the scripts
to not use periods.

Change-Id: Ief69400533acbf8fca09ccd434e0f47238db1893
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:39:08 +0000 (09:39 -0500)]
Updated git submodules

Project: releng/builder master 2667b7555c3d5f2f3b1815fba0729624cfc8b955

Remove matrix system type

Matrix systems have not existed in our builders for a long time now.
Let's clean this up.

Change-Id: Ib472bf85643b5f1e7fb0baebf8e4968d82912240
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 24 Jan 2017 14:37:12 +0000 (09:37 -0500)]
Updated git submodules

Project: releng/builder master 6765a719249e39005aa09c056fa302ba8f5fecc1

Remove autorelease spinup script

The spinup script was useful in the past when we were in the public
cloud and needed to utilize a 2nd storage disk. In the private cloud it
doesn't really do anything.

Change-Id: I574cb4d68cea39a0696729d53340ade963963317
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 19 Jan 2017 22:29:11 +0000 (14:29 -0800)]
Updated git submodules

Project: integration/test master 1211d3c599cbe0635771442dc4ad088b571f9c31

fix argument processing for projects

Change-Id: I5226bed49263e935e9afc8800d4e405cc8748836
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ursicio Martin [Thu, 1 Dec 2016 16:07:21 +0000 (17:07 +0100)]
Updated git submodules

Project: integration/test master e71561f9f8a14df95b11a45177cd4a6f85906d04

SFC_Basic with Logical SFF

Change-Id: Ia5cb79f8d1ce1676b1ac5388ff26261d99b7d6bb
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 24 Jan 2017 12:14:45 +0000 (13:14 +0100)]
Updated git submodules

Project: releng/builder master 2febca2cb3a8ae36aaf01dd05f675dff81f2fbbe

Override csit verify stream for Iotdm

Change-Id: Ia632b3d3e649e56cb634b4f8318365c05644fe15
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 24 Jan 2017 11:20:17 +0000 (12:20 +0100)]
Updated git submodules

Project: releng/builder master 15a2251fdfb9c9a187904b2b0e5bb9166f1efd89

Make stream for CSIT verify configurable

Change-Id: I48ed352fbe6937fb9f675298741f9b037e01b3d9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 24 Jan 2017 14:07:50 +0000 (16:07 +0200)]
Updated git submodules

Project: ovsdb master c8b63e48ae3657483192d3510280a89c7d6a1dd0

Revert "Bug 7563: Add an ability to configure inactivity_probe for OVS"

This reverts commit 5791295e2c408ff8b975916bf673a6ffe2573ae0.

Change-Id: I44533ea4aa7bc2697be9888e15edad20de914c9b
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 24 Jan 2017 18:08:51 +0000 (10:08 -0800)]
Updated git submodules

Project: integration/test master 954517fda58e484e1d5b036e1b16ee8f8241e4c6

Skip working on gerrits if the includes list is empty

this could happen when the firt gerrit found is not "merged" as would
be the case when this tool is triggered with a patch test gate job.

this will actually stop parsing gerrits for the project that has an
unmerged change in the distro.

this is a quick fix to get the tool working again. a better fix needs
to come next where it can handle unmerged gerrits and then continue
to print all the merged patches that still made it in to that relevant
project

Change-Id: I96c683cf07e7ed43c5eab42a48a8a0c8627d04e6
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 17:31:03 +0000 (18:31 +0100)]
Updated git submodules

Project: odlparent master 5acdab45a9e75364080b9c0f725a4eab11011da5

Karaf 4: exclude jcl-over-slf4j

We need to exclude this for dlux.

Change-Id: I03450bd5803b43004a9202b77c31c2e5fdea7486
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Thu, 19 Jan 2017 18:29:49 +0000 (23:59 +0530)]
Updated git submodules

Project: integration/test master 93fea61cc54c27b91700589224f646fee95eea89

Fix up model dumps collection to reflect latest datastores

Change-Id: Id0340224db5020538054f85bc9212be8399c46eb
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Miguel Perez [Fri, 13 Jan 2017 13:13:50 +0000 (14:13 +0100)]
Updated git submodules

Project: netvirt master 0e62a7e77736de6b4616e03e4bfa5d85849b0114

Bug 7536: Static routes not handled when ivpnlink becomes active

 + Corner test case found that if the InterVpnLink is created when
   there's no available DPN to be installed in, the InterVpnLink is
   correctly created in ERROR state. Next step is to add some static
   routes to the corresponding Neutron Router. Third step is to connect
   some OVS node to the controller. At this point, the InterVpnLink
   is correctly installed on that DPN and the State is correctly set
   to ACTIVE... but the Static routes are forgoten.

 + It may look big but it is mostly moving code from
   InterVpnLinkListener to InterVpnLinkService

Change-Id: I87018e6cba48146c12fbad0d506445931275977e
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
abbas [Thu, 19 Jan 2017 08:20:16 +0000 (00:20 -0800)]
Updated git submodules

Project: integration/test master f13fe6d8f3a1dee3e17f14a881b8a2d67e5dc94c

Bug fix on the Keywords, SSHLibrary write command takes the older values.

Change-Id: If4e064b0b1cf87f00faacd0e58c49fb9645aed20
Signed-off-by: abbas <abbas.pareedkunju@tcs.com>
7 years agoUpdated git submodules
Tali [Sun, 18 Dec 2016 12:08:57 +0000 (14:08 +0200)]
Updated git submodules

Project: netvirt master f42b2d89c0b73a07701132a2c90143cfcf67345c

Spec to support hairpinning of floating IPs in flat/VLAN provider networks

Change-Id: I272bca9991e66111ea96bb87e285720f7cd44ce0
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 24 Jan 2017 09:46:29 +0000 (10:46 +0100)]
Updated git submodules

Project: odlparent master bd60ade0034ee5f0a0102e2e7e18bf4cf4408839

Sync sft.diag.force for Karaf 4

Change-Id: I3e8c97d8f43f016e5b1cead856012bed74f6aac2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Martin Mihálek [Fri, 20 Jan 2017 11:21:06 +0000 (12:21 +0100)]
Updated git submodules

Project: integration/test master 1895524cc6961887e3a1566395af682f0b987bd9

SXP performance test filter change

Updated filter prefix to adapt to change https://git.opendaylight.org/gerrit/#/c/49270/
as old prefix was out of scope.

Change-Id: Id1bfc93af712b2683cc2532b7220d83990a15a2b
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
miroslav.kovac [Wed, 4 Jan 2017 14:05:29 +0000 (15:05 +0100)]
Updated git submodules

Project: integration/test master d7f766e4a8726836dfd994e91eed57eabfa0d585

Fix integration tests for iotdm project

Change-Id: Id6530d66a2066802b219d1608af3d7179ff6846d
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Robert Varga [Mon, 18 Jul 2016 09:04:05 +0000 (11:04 +0200)]
Updated git submodules

Project: odlparent master 4eb14203c94208fca59a7aa9a3deae82b1f93683

Bump netty to 4.0.43

http://netty.io/news/2016/07/01/4-0-38-Final-4-1-2-Final.html
http://netty.io/news/2016/07/15/4-0-39-Final-4-1-3-Final.html
http://netty.io/news/2016/07/27/4-0-40-Final-4-1-4-Final.html
http://netty.io/news/2016/08/29/4-0-41-Final-4-1-5-Final.html
http://netty.io/news/2016/10/14/4-0-42-Final-4-1-6-Final.html
http://netty.io/news/2017/01/12/4-0-43-Final-4-1-7-Final.html

Change-Id: Ib9bd686dbb645128a093f4f934710e19ba6e3fca
Signed-off-by: Robert Varga <rovarga@cisco.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Tue, 24 Jan 2017 09:07:57 +0000 (09:07 +0000)]
Updated git submodules

Project: netconf master e59e4fd3d3eba862ea06678dc289816a2a8a638e

Merge "Prepare upgrade to Netty 4.1"

Prepare upgrade to Netty 4.1

We need to widen the range of allowed versions for odl-netty.

Change-Id: I425f1464f9e97d15e69622701805376da53f6611
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 18:58:43 +0000 (19:58 +0100)]
Updated git submodules

Project: netconf master dd06381c2d33c3e19feabd6405aedc4c42b4cf7a

Replace mockito-all by mockito-core (see Bug 7662)

Change-Id: Id0be6adaa1c9d07b6b99cd2cde60a02ebd09a3ad
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 23 Jan 2017 18:16:26 +0000 (19:16 +0100)]
Updated git submodules

Project: odlparent master 3eff0ce58e7fbc725c05e3bf4d3148146fd71013

Re-bump akka netty to 3.10.6

It seems that the original bump,
https://git.opendaylight.org/gerrit/44231/, was lost during reorg
done in https://git.opendaylight.org/gerrit/39539. Reinstate the bump.

Change-Id: Idb6a52475181d4fd0bebe157adc331a012ea8a03
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
eabasan [Fri, 13 Jan 2017 08:32:53 +0000 (09:32 +0100)]
Updated git submodules

Project: integration/test master 203e11c2b069713bf9a13660bc770b1f6727c930

Add tests for symmetric paths using bidirectional flag in SF type

Change-Id: I33d39ce4fec52c5242e03751ab2cfea6dfff5acc
Signed-off-by: eabasan <santiago.abascal@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 14:54:24 +0000 (15:54 +0100)]
Updated git submodules

Project: infrautils master 2f624d09c52c9bb65052a5bf68b9640e7b448e43

Ignore IntelliJ files

Change-Id: I4be66dd563a5b6d3ab730d426d3dfab3d5823012
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 23 Jan 2017 22:12:54 +0000 (14:12 -0800)]
Updated git submodules

Project: integration/test master 0bee22ec1acf83a59fe73ae30bc4b6496cf94bd3

Adding netvirt to list of netvirt projects

Change-Id: I0e9b2981742e38f275030365835f989c80b6f876
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Do not mention alternative Jolokia installation"
Colin Dixon [Mon, 23 Jan 2017 21:16:38 +0000 (21:16 +0000)]
Merge "Do not mention alternative Jolokia installation"

7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 18:58:42 +0000 (19:58 +0100)]
Updated git submodules

Project: genius master 8d2ba7b07f1dd373f37e41fae0d1172144809cd2

Replace mockito-all by mockito-core (see Bug 7662)

Change-Id: If97b6260f8682c20352d71c9d00de959efc0a45d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Mon, 23 Jan 2017 20:12:09 +0000 (20:12 +0000)]
Updated git submodules

Project: aaa master bc67353424e5e79110addd79728345aa65a931f0

Merge "Replace mockito-all by mockito-core (see Bug 7662)"

Replace mockito-all by mockito-core (see Bug 7662)

Change-Id: I17d21518f12305c63eae0b901546fc4e4c851368
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "Add information on referencing locations in reST"
Thanh Ha [Mon, 23 Jan 2017 19:35:17 +0000 (19:35 +0000)]
Merge "Add information on referencing locations in reST"

7 years agoUpdated git submodules
Mohamed El-Serngawy [Mon, 23 Jan 2017 18:44:34 +0000 (18:44 +0000)]
Updated git submodules

Project: aaa master 634060e7c1d036d3b1de26efcdd195d98b1a940e

Merge "Add ODLPrincipal to API so it is exposed for outside use"

Add ODLPrincipal to API so it is exposed for outside use

A recent request in the mailing list was to expose ODLPrincipal
for use from other contexts.  This will also be useful for when
the MDSALRealm is added, which will also utilize ODLPrincipal
constructs.

Change-Id: Ic2b4bc9646f50a6fb2e2e1d43b814d2bc4e8c1f1
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Ryan Goulding [Mon, 23 Jan 2017 18:40:33 +0000 (18:40 +0000)]
Updated git submodules

Project: aaa master b49a28da397ed05d8f60325ba2665bea2bbf77df

Merge "Add list users, roles and domains  CLI"

Add list users, roles and domains  CLI

Add list users, roles and domains CLI
It will help to manage the ODL aaa data model.

Change-Id: I5ceac9a118d7519ca500e84f5e212486cb3e30d2
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 08:51:21 +0000 (09:51 +0100)]
Updated git submodules

Project: odlparent master f0a0708a265f7cb010676ab87dac3cb203aa85d1

SFT diag: add a force option

Add a sft.diag.force property to force diag even on blacklisted
features (this makes it easier for downstreams to check whether they
really have fixed their blacklisted features).

Change-Id: I7f23c5767293ffc55d0a269071235b08c815caba
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 15:22:41 +0000 (16:22 +0100)]
Updated git submodules

Project: odlparent master d0778118c39d087b9e333e753fd0a33038fa218f

odlparent pom.xml only doc (only) re. mockito-core VS mockito-all

to prevent NoSuchMethodError: org.hamcrest.Matcher ...

Bug 7662 related
Change-Id: I7decc16bf70b0b1c09455872776cda07950e573e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Thu, 22 Dec 2016 19:05:03 +0000 (14:05 -0500)]
Updated git submodules

Project: aaa master 7c21583492417c0a99834f74824f1099bbce8c6a

Remove the odl-aaa-sssd-plugin feature

Remove the odl-aaa-sssd-plugin feature as the bundle
will be deprecated and we moving to use shiro framework

Change-Id: Ie0965e3228ffe1d02251418ce4852c9538666c6c
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Alon Kochba [Thu, 19 Jan 2017 12:26:33 +0000 (14:26 +0200)]
Updated git submodules

Project: integration/test master 55275d91f8303dceb4203ac4b73e5540765cc334

Enlarge nc timeout used for netvirt SNAT test

Change-Id: I94724ef655a4974ca4887ef5369df94622333d5c
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 23 Jan 2017 16:13:39 +0000 (16:13 +0000)]
Updated git submodules

Project: releng/builder master ea6bd1c6fcf0d1ebfca4f5df944c11641c62c082

Merge "Add puppet-opendaylight test job"

Add puppet-opendaylight test job

Installs deps and runs lint/rspec/beaker sanity tests.

Change-Id: I7b8488cbf54844618e6bd4ae1a566e8a19a844f1
Also-by: Daniel Farrell <dfarrell@redhat.com>
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 15:19:47 +0000 (16:19 +0100)]
Updated git submodules

Project: genius master d9ec57d4221793a63cce75d8cca4aab473025aa0

Must always use mockito-core instead of mockito-all

to prevent NoSuchMethodError: org.hamcrest.Matcher ...

Bug 7662 related
Change-Id: I6988023775e35ca3e0babb29aa90b9e1c4eb30fa
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 23 Jan 2017 14:58:00 +0000 (15:58 +0100)]
Updated git submodules

Project: netvirt master 552ba5c4ee8faeb6bc9cb511f5a74d0d38327b57

Remove mockito-all to fix NoSuchMethodError: org.hamcrest.Matcher ...

Bug 7662 related
Change-Id: I19f7ba972d7fa86e0fa34a175f2b4734942d2370
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 10:52:33 +0000 (11:52 +0100)]
Updated git submodules

Project: integration/test master a95f2d50fff0563e431b46ad7c34d0c65a39ea18

Remove ODL_STREAM variable from Netvirt_Vpnservice/BFD_Monitoring.robot

Change-Id: Ie3b3161cb91d36fcdef3ebcec406ecc0bbbd8205
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 19 Jan 2017 14:02:32 +0000 (15:02 +0100)]
Updated git submodules

Project: aaa master 4c11c860c4093f9cffa8d64b3dfeed11b4309d56

Use Java 8's Base64 instead of Jersey's or Apache Commons'

Java 8 includes a Base64 decoder and encoder; using that allows us to
drop dependencies on Jersey and Apache Commons Codec.

Change-Id: Ibc1cea40c67e349b285d457974e20506cbad3af4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 23 Jan 2017 13:23:58 +0000 (14:23 +0100)]
Updated git submodules

Project: odlparent master bd15f17386bf006ac10e15894574a12b12ea3ea1

Remove the aaa Cassandra back-end from the blacklist

aaa no longer provides odl-aaa-authn-cassandra-cluster
(https://git.opendaylight.org/gerrit/50450).

Bug: 7584
Change-Id: If69b78da84c51eda142ab9516e0eebf64b631b50
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 13:26:19 +0000 (14:26 +0100)]
Updated git submodules

Project: integration/test master 34bf04d44ea6c037a2eae727f13ba60741389586

Remove lithium testplans for bgpcep and tsdr

Change-Id: Ic6aa89334696dd8ddd6ce8727af49497a9748736
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Mon, 23 Jan 2017 14:10:02 +0000 (14:10 +0000)]
Updated git submodules

Project: releng/builder master 9d8d532d02045506bfaf895d58bc909664f5a66a

Merge "Remove depricated bgp "all" feature for carbon bgpclustering-ha jobs"

Remove depricated bgp "all" feature for carbon bgpclustering-ha jobs

Also clustered netconf topology is removed because it is not used in carbon

Change-Id: Id3bf98e4d2b0a14ff9cb1829051bc81b3acd37c9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 23 Jan 2017 13:11:31 +0000 (14:11 +0100)]
Updated git submodules

Project: integration/test master a47ca38e3726eb425e24d18d0de8197a8f8c5777

Create boron specific bgpcep-bgpclustering-ha-boron.txt tesplan file

Netconf feature is going to be removed from bootfeatures in carbon in
https://git.opendaylight.org/gerrit/#/c/50711/ and netconf readyness suite
is not needed in carbon because of that. In boron it remains.

Change-Id: I497f9fa254146e7dd6e69e7fddeb948573de9d8d
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 21 Dec 2016 14:27:21 +0000 (15:27 +0100)]
Updated git submodules

Project: odlparent master cf171d6ded83668d75ddbd191990fe230d8b5270

BUG-7473: add Karaf 4 features

Instead of switching wholesale to Karaf 4 only, this patch adds
duplicate features for Karaf 4:

* feature-repo-parent is the new parent for Karaf 4 feature
  repositories (the Karaf 3 parent is now feature3-repo-parent, used
  only in odlparent);
* single-feature-parent is the new parent for Karaf 4 features (the
  Karaf 3 parent is now single-feature3-parent, used only in
  odlparent);
* features4-akka is the new odlparent Karaf 4 feature repository for
  Akka (dropping the old, backwards-compatible features);
* features4-odlparent is the new odlparent Karaf 4 feature repository
  for all other features (again, dropping the old,
  backwards-compatible features).

For the time being, we use Karaf 4.0.7 as the container (otherwise we
run into issues caused by
https://issues.apache.org/jira/browse/FELIX-5450 at least in
controller), and our own release of 4.0.9-SNAPSHOT, called 4.0.8-odl,
for the Karaf Maven plugin (we need upcoming 4.0.9 features when
generating our feature descriptors).

features-parent isn't duplicated for Karaf 4, downstreams are
encouraged to use at least feature-repo-parent instead.

This patch includes the following changes too:
* bundle uninstall failures are ignored in SingleFeatureTest;
* the deprecated features are reduced to delegates for their
  replacement features (e.g. odl-akka-scala simply pulls in
  odl-akka-scala-2.11);
* karaf4-parent only pulls in standard and war (these two features
  include all the other features that were explicitly listed);
* Pax Exam is upgraded to 4.9.2 (necessary to build with Karaf 4, but
  backwards-compatible with Karaf 3);
* Jacoco is upgraded to 0.7.7.201606060606 (as above);
* pax-url is upgraded to 2.5.1 (as above);
* the Protobuf tweaking for clustering is no longer necessary and is
  removed;
* bundles-test needs wrap as a pre-requisite, which requires wrapping
  it in a feature (odl-bundles-test) and using that in the Karaf 4
  SingleFeatureTest;
* karaf4-parent supports karaf.localFeature again.

Change-Id: I251aa7aefe6d3d7f93a73b5256bad6e596147c66
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 17 Jan 2017 13:45:28 +0000 (14:45 +0100)]
Updated git submodules

Project: odlparent master 19518f6c6469a7f8b4d84d4f0d4e3e8e7010c8fa

Use generated-test-sources for xtend

IntelliJ expects test sources in generated-test-sources (which also
matches other programs' expectations, e.g. annotation processors).
Building test sources in generates-sources causes issues because the
classpaths don't match up. This patch moves generated xtend sources to
generates-sources/xtend for main code and generated-test-sources/xtend
for test code.

Change-Id: I8bc657c7cc06b0c7d2b8deeb7a970fe504a7d144
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 23 Jan 2017 13:29:48 +0000 (13:29 +0000)]
Updated git submodules

Project: releng/builder master afdacf93d9967d04f1698fbec3fa89242f1a31c2

Merge "Make distribution-check job logic more strict"

Make distribution-check job logic more strict

Multiple build steps use a fake remote repository
in order to discover missing POM references and other failure modes.

Change-Id: I28c2eb56c48fac3953acc0d2dfd858e0a3d914ed
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Guy Belotzerkovsky [Mon, 23 Jan 2017 12:00:49 +0000 (14:00 +0200)]
Updated git submodules

Project: releng/builder master a3c10b61e320e1c350a8bd1217cdb045473c5381

fix packer jobs syntax

Change-Id: I1a00700bbdf88c698a881f573f891c263f0b4a5c
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Lorand Jakab [Fri, 20 Jan 2017 18:34:24 +0000 (20:34 +0200)]
Updated git submodules

Project: odlparent master 17ef702c1bba395342f9dbd2f84cec662086e121

Bug 7586: Remove lispflowmapping features from eSFT blacklist

Can be merged once https://git.opendaylight.org/gerrit/#/c/50736/ is
merged.

Change-Id: I13017c7a78a4ef1f8a41f11f1c958875c9537bc6
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Claudio D. Gasparini [Sun, 22 Jan 2017 08:14:42 +0000 (09:14 +0100)]
Updated git submodules

Project: odlparent master d1a3f11e80217b527da6b2e8aba864c09ffd118e

Remove BGPCEP features related from BLACKLISTED_BROKEN_FEATURES

Remove BGPCEP features related from BLACKLISTED_BROKEN_FEATURES

Change-Id: I698f996bdb5bd727c3a867602407e5c1cdae8cd8
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 5 Jan 2017 14:22:35 +0000 (15:22 +0100)]
Updated git submodules

Project: genius master b528badcc19fd72a3f8b65fec3be825baa79bc07

MatchInfo redesign

Change-Id: I83cb7d9a0ab04116f8796dd1b53cc125e237d981
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 19 Jan 2017 14:51:07 +0000 (15:51 +0100)]
Updated git submodules

Project: odlparent master 863bf4b167d899f1e681c46d2c0e2e7cd2311393

Add -Dsft.diag.timeout=... option to SingleFeatureTest BundleDiagInfos

This is useful when locally debugging issues, and you don't want to wait
too long for the bundle convergence to eventually succeed (because you
already know there is a problem).  The worst case default of 5 minutes
for the build is still a good idea, though.

This also tunes the pollInterval from 250ms to 1s, which is sufficient,
and leads to less noise in the log.

This also fixes -Dsft.diag.skip=true, which didn't actually work
(becaues of a missing PropagateSystemPropertyOption).

Change-Id: I8c7bae10295ddef57c0869628789949d991456e3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Sat, 21 Jan 2017 01:02:41 +0000 (02:02 +0100)]
Updated git submodules

Project: odlparent master 3f1ce501fb22aa44b9a60c64007e2815c1361653

Bump immutables.org to 2.4.2

Simple update to get the latest version.

Change-Id: I3f90eb355feca4f925021dfed6bda54ac49d2458
Signed-off-by: Robert Varga <rovarga@cisco.com>
Add metainf-services dependencyManagement section

This is a simple annotation processor for generating META-INF/services
entries. Useful for libraries and plugins which need to provide services
outside of the OSGi container.

Change-Id: I4747ce29f7da984bbfa48e7e8b8a6979d33e9440
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Vishal Thapar [Wed, 18 Jan 2017 21:37:45 +0000 (03:07 +0530)]
Updated git submodules

Project: ovsdb master 5791295e2c408ff8b975916bf673a6ffe2573ae0

Bug 7563: Add an ability to configure inactivity_probe for OVS

This adds support for inactivity_probe and max_backoff fields in
controller entry. Changes to Util method for addBridge and setControllers
is done in a backward compatible way. Once Netvirt changes to new API,
older one will be removed.

Change-Id: Ib7fbb1f6ac70b745264ca6fa191b3f382f3580d0
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Sat, 21 Jan 2017 08:10:29 +0000 (18:10 +1000)]
Updated git submodules

Project: releng/builder master 88c2c26b123825ed0a1f599a764d81b7712bd4d9

Remove unused variables passed to packer validate

Change-Id: I64ee0b66630f4c705a9589cf41bc4c5321f6d6b0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 18 Jan 2017 18:07:18 +0000 (19:07 +0100)]
Updated git submodules

Project: genius master b45f2ec5c9dbc6d1b4e6f4f0040e2cf15206f80b

mdsalutil-api Organize Imports for Checkstyle compliance

Change-Id: If3b907cde8a56d4e2c1627c857d995f26b61eb18
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 13 Jan 2017 18:03:11 +0000 (10:03 -0800)]
Updated git submodules

Project: releng/builder master ada28d6fead82a14ad0dd9a2efe9fde091146a95

add ability to run stateful or transparent jobs alone and give all three (+transparent) to the current keyword

Change-Id: Iaefee6f3961eb7b79dbc433f9ea30f6c13a80b47
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sandra Biton [Wed, 30 Nov 2016 15:36:45 +0000 (17:36 +0200)]
Updated git submodules

Project: releng/builder master c3cd25d56e21b9ff1c30d716fd9120dbcb31ba0e

refactor to support one template for both 1/3 node-openstack

Change-Id: Ie030b6c5963a00d6f7ae6cc9978fcc9a97542bd6
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 17 Jan 2017 18:16:01 +0000 (19:16 +0100)]
Updated git submodules

Project: integration/test master b5700548ceb2fffcac3dd721d83aa7d087d62df7

Remove ODL_STREAM variable from usage in SxpLib.robot

Change-Id: I35d9794ca3db5a9a0c2ff3cbfd1af1a324b05159
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:48:32 +0000 (18:48 +0000)]
Updated git submodules

Project: releng/builder master 34587978b0d7c3f717c9761ba68b4e137dbe98be

Merge "Improve vm ip search code to be more generic"

Improve vm ip search code to be more generic

Change-Id: Ic695203315c422d84cf6fcb168e849edca4156c8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:48:28 +0000 (18:48 +0000)]
Updated git submodules

Project: releng/builder master ebdc274e0462183313996120b37cc2df8c6058be

Merge "Remove JClouds code"

Remove JClouds code

JClouds is no longer deployed in our jobs so remove our TODO items.

Change-Id: I2b93add5cbfffba7c9502f9d7ef99f011c39f5ef
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 17:35:01 +0000 (12:35 -0500)]
Updated git submodules

Project: releng/builder master 9b034261eefff94c09d5b8cac46fb1fcd87aab2c

Add job to cleanup stale stacks

Sometimes a job might fail to delete the heat stack at the end of the
job for an unknown reason. Add a cleanup job to run periodically and
remove these stacks if found.

This job is currently designed to run every 6 hrs.

Change-Id: Ib486c108acc15cd58bc12cc473e934d25cb38457
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 18:31:41 +0000 (13:31 -0500)]
Updated git submodules

Project: releng/builder master 612a30fc00d1e893a3ffa643361a4b7c50659c68

Update java-builder image to pull in jq

The 20170120 has the handy jq command so bump the version to get it.

Change-Id: Ib1e9cd570b1e3f7a672379b1680554fb123225a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Andrew Grimberg [Fri, 20 Jan 2017 18:29:27 +0000 (18:29 +0000)]
Updated git submodules

Project: releng/builder master 3e130644c654a8c1275e7d58133c1a44ded68fb6

Merge "Prepend  to vm names"

Prepend  to vm names

Change-Id: I0f2535ce3c27ea6bcf496abd0ca8777d331e7faf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 20 Jan 2017 18:27:39 +0000 (18:27 +0000)]
Updated git submodules

Project: releng/builder master 6cbd603e565bf19097121c9cbfdd1102accd78ab

Merge "adding change discovery tool to run and display merged patches from the running distribution"

adding change discovery tool to run and display merged patches from the running distribution

this is hopefully a temporary place to run this tool. Ideally I would like to expose it at
the robot level and/or create jenkins artifact files with the relevant info collected
by changes.py. This will take more work, and this is an easy way to start taking advantage
of this new tool.

Change-Id: If3cd5c74b4591be16a0f0518402a4c92ad4c5fec
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 17:54:19 +0000 (12:54 -0500)]
Updated git submodules

Project: releng/builder master 914188cb2e13e9e12cfe15ec969d584ad3d67683

Fix image timestamp for docker

Change-Id: I5236615c87d6619f1fd5085bfae9c9c4cf190da5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 15 Aug 2016 14:41:58 +0000 (16:41 +0200)]
Updated git submodules

Project: netvirt master 74957266330c82382587bd01f9b8d32d1064ea09

elanmanager-impl component test v0.1; coverage from 1.7% to 7.1%

Change-Id: I3d07660ffc913844afc07201ef1854aba93c6aab
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 13 Jan 2017 21:08:43 +0000 (22:08 +0100)]
Updated git submodules

Project: infrautils master 29e62a61799a64d1835fae64a40dd0d3be7792d0

LogRule now logs failed test's exception

Change-Id: Ia95895a8fbce7fd4dfdb90d274db2a6665ee2b49
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 17:25:16 +0000 (12:25 -0500)]
Updated git submodules

Project: releng/builder master 77af88c94263096f99ce12af0e0ed001a656b5e1

Update devstack and docker images

Change-Id: I9634dc48cf541e52f3d1a1955f81ca624651deb0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 20 Jan 2017 17:31:16 +0000 (17:31 +0000)]
Updated git submodules

Project: genius master a6acab998f910aa1ecd66bbcece700f7138fd2a8

Merge "Enforce checkstyle in itm-api module"

Enforce checkstyle in itm-api module

Checkstyle enforcement for itm-api module

There are two FIXMEs that will be removed in a separate patch when
itm-impl is checkstyle-enforced.

Change-Id: Ic94e01aa994965ccdaa39f7af52ee167c99395bd
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 16:53:30 +0000 (11:53 -0500)]
Updated git submodules

Project: releng/builder master 896d11f8817602678b8f32a82eaa92d9621b6f3d

Update images

Change-Id: I1b3b4d9fd9ff91bbc33716869ba8943c094c3891
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 20 Jan 2017 16:36:26 +0000 (11:36 -0500)]
Updated git submodules

Project: releng/builder master bf9702e15f363ab156f28b78b58f5da24a451761

Update images

Change-Id: I0d0975d1524178b5905a6bedb2be3b1fc4b42d8d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vasu Srinivasan [Fri, 20 Jan 2017 16:26:46 +0000 (10:26 -0600)]
Updated git submodules

Project: spectrometer master 0f4fa116f80d3d3f9377a3f31664ddc529d24eb1

set log level of git.cmd library to info to avoid debug statements

Change-Id: If0cc8df1c52d0d8dd5177d5169143e21736036b5
Signed-off-by: Vasu Srinivasan <vasya10@gmail.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 20 Jan 2017 16:29:52 +0000 (16:29 +0000)]
Updated git submodules

Project: releng/builder master 9d623ae86a40a59ebfe70ba9cad9e96147775133

Merge "Remove deprecated pcep "all" feature from throughpcep carbon jobs"

Remove deprecated pcep "all" feature from throughpcep carbon jobs

Change-Id: Ida168a4f9d80ae055d809a2b33cbaccd3f53f631
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 20 Jan 2017 16:27:15 +0000 (16:27 +0000)]
Updated git submodules

Project: releng/builder master 01062514ae3e5bee15db8617b6a3b4d33cbf2771

Merge "Remove deprecated bgp "all" feature from bgpclustering carbon jobs"

Remove deprecated bgp "all" feature from bgpclustering carbon jobs

Change-Id: Ic52d6fcc584ed540a7ca32f1cbc55a3d409e32ac
Signed-off-by: Peter Gubka <pgubka@cisco.com>