docs.git
7 years agoUpdated git submodules
Michael Vorburger [Thu, 19 Jan 2017 17:03:36 +0000 (17:03 +0000)]
Updated git submodules

Project: genius master 2f918ab04677bb7f036483097be42d451ad57cb0

Merge "InterfaceManagerConfigurationTest @Rule LogRule"

InterfaceManagerConfigurationTest @Rule LogRule

see https://git.opendaylight.org/gerrit/#/c/49499/

Change-Id: I59f48f73794e309739d4a03b57bb9757a87aa451
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 19 Jan 2017 16:45:46 +0000 (16:45 +0000)]
Updated git submodules

Project: releng/builder master e00bc39f5352d8f51b59c68932c1b5964d83e732

Merge "Add VLAN private network support to devstack"

Add VLAN private network support to devstack

Add ML2_VLAN_RANGES configuration to devstack local.conf,
to support configuration of any VLAN networks using the
physical_network physnet1.

Change-Id: I03c637f529763e36046d45e26cd528d4b1d7776d
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 19 Jan 2017 15:03:01 +0000 (16:03 +0100)]
Updated git submodules

Project: integration/test master 86097a56ef16002f48f80972e9b58c538c733617

Remove ODL_STREAM variable from usage in libraries/TopoprocessingKeywords.robot

Change-Id: Ie202479ec81edb765e37bb4fa8a82ec7b8c78620
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Faseela K [Thu, 19 Jan 2017 16:11:17 +0000 (16:11 +0000)]
Updated git submodules

Project: genius master 83f1eb494bd6b2017b6961e8a8e8c1587febed4c

Merge "BUG 7576 - print error only if not spurious update"

BUG 7576 - print error only if not spurious update

Change-Id: I03fa7e7e859d35cf5acbe21e49f093ac0ad89fe2
Signed-off-by: Guy Sela <guy.sela@hpe.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 19 Jan 2017 15:53:20 +0000 (15:53 +0000)]
Updated git submodules

Project: genius master a6e75713935d6ebd8c09d8974a902a696e67f45a

Merge "Enforce checkstyle in lockmanager-api module"

Enforce checkstyle in lockmanager-api module

Checkstyle enforcement for lockmanager-api module.

Change-Id: Ie345aa80e5afd0e90c086f562a8daa8804cc0767
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 19 Jan 2017 15:52:08 +0000 (15:52 +0000)]
Updated git submodules

Project: genius master a1f6e511bdca124e2483735c8f4c835435b10510

Merge "Enforce checkstyle in fcaps-api module"

Enforce checkstyle in fcaps-api module

Checkstyle enforcement for fcaps-api module.

Change-Id: I7ec50fd5830f5cd78b379eab0ff31f4c08371f10
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 19 Jan 2017 15:40:49 +0000 (15:40 +0000)]
Updated git submodules

Project: genius master d2c3786802097be487f1fc2b09933c640a626d90

Merge "Fix problems with checkstyle in interfacemanager-api module"

Fix problems with checkstyle in interfacemanager-api module

Fix several problems found by checkstyle:

- Incomplete JavaDoc
- Formatting
- Line lengths
- Re-order methods and constructors
- Optimize imports

Change-Id: I52c5a63967406f03289750d3eca8931dc11e70d9
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 19 Jan 2017 15:40:18 +0000 (15:40 +0000)]
Updated git submodules

Project: genius master 5e4174078057cf0dbd909f04e6fc228c6099c336

Merge "Add dependency to infrautils-testutils to genius.testutils POM"

Add dependency to infrautils-testutils to genius.testutils POM

This is just "for convenience" - projects can add a single dependency to
genius.testutils POM to get all commonly used testutils together,
instead of having to remember each one of them.

Change-Id: Ie58eb0d9f41a65742687bf6f0b1ad998622abd20
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 19 Jan 2017 15:35:09 +0000 (15:35 +0000)]
Updated git submodules

Project: genius master ac467cfd15e8aba4ee99f7dcc3be57e75e21f967

Merge "ITM new style component test (empty)"

ITM new style component test (empty)

It's empty, but still already very useful as-is, because even without
real test methods in it yet it will already ensure non-regression at
least of all the internal binding wiring start-up.

This change all introduces dumb hard-coded cache invalidation.  This is
required because we've seen that without doing this @After ItmTest,
other tests start to fail, because there are isolation issues.  The real
solution is to de-static-ify all this stuff, but that's a bit more work,
so for now, and in order to unblock and enable people to write new style
component tests in ITM, this "hack" seems a good short term solution.

Change-Id: Ie12e43d6097bc50ff95d2edbff1926e5d4520193
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 19 Jan 2017 15:33:55 +0000 (15:33 +0000)]
Updated git submodules

Project: genius master 293eb42d184f24e1293dc91fa40e9abf18d8fe69

Merge "ChainableDataTreeChangeListener with addBeforeListener()"

ChainableDataTreeChangeListener with addBeforeListener()

in addition to addAfterListener(), to properly "track" asynchronous
event processing more reliably than with the current implementation.

The new approach also also to catch "forgotten" await() on close() at
the end of a @Test.

Verified that netvirt's AclServiceStatelessTest/AclServiceStatefulTest
(AclServiceTestBase), which is so far the only use of AsyncEventsWaiter
in master, still pass with this change.

This change has 0 impact on run-time production code performance; its
just test infrastructure which registered chained listeners, in test
wiring/configuration (Guice), only.

Change-Id: I8f3a6dd2bf2fd7d4e85655d8911d734e6d0089bf
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vivek Srivastava [Thu, 19 Jan 2017 15:28:52 +0000 (15:28 +0000)]
Updated git submodules

Project: genius master 520081782c72b9f8c37bc8452d7493c8364427f0

Merge "Added ability to set mask for ethernet source/destination match"

Added ability to set mask for ethernet source/destination match

Change-Id: I61143c5ff7c046d8d2d73012feee204d2b0bd4cb
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 17 Jan 2017 09:48:17 +0000 (10:48 +0100)]
Updated git submodules

Project: netvirt master be4d95b42ae6c7881affaf9106e6080a1cf96c6e

Add missing CacheElanInstanceListener blueprint registration

It appears that this was either forgotten in the initial migration from
CSS to BP, or subsequently lost by mistake? (If on the other hand this
is wrong; then CacheElanInstanceListener should be removed, because it's
effectively "dead code".  This change is thus the 'counter-proposal' to
c/50457.

Change-Id: I58e451a00ef662751f54d3243e0dbd907c80c964
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 19 Jan 2017 12:02:33 +0000 (13:02 +0100)]
Updated git submodules

Project: odlparent master 9aa0eed4c6f72caddacd0cb62fe45df655247f0e

SingleFeatureTest BLACKLISTED_BROKEN_FEATURES link Bug 7595

Bug: 7595
Change-Id: I3eb4a9aa4c0fae739b5f43189110565427536753
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 14 Dec 2016 14:33:34 +0000 (15:33 +0100)]
Updated git submodules

Project: genius master 5b4d1ec005e12ade2517a5731dcd641f252c0e39

Fix concurrency issue TestIMdsalApiManager assertFlows()

This is step #1 of 3 to fixing occasionally seen (not repro; flaky)
ConcurrentModification in the AclServiceStatefulTest >
AclServiceTestBase.newInterfaceWithDstAllPorts >
newInterfaceWithDstAllPortsCheck:55 ->
AclServiceTestBase.assertFlowsInAnyOrder.

For code review, assume that getFlows() is, about to become, private.

Change-Id: I78c1208d777b825efc37be40d7d059a7a07cb4d6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Tue, 17 Jan 2017 17:02:15 +0000 (22:32 +0530)]
Updated git submodules

Project: netvirt master 2e2d21400f40e1f17654b81add06d34dac988481

Bug 7567: External subnet group is not updated with external gwmac

The external subnet group is not getting updated even though
the resolution for external gateway macaddress is successful.

The fix here is to make the the external subnet group programmer
to listen for Learned IP-MAC datastore which would really hold
the external-subnet-gateway-ip TO external-subnet-gateway-mac
mapping.

Also multiple external subnets can share the same subnet ip addresses
and so this patch fixes that too..

Change-Id: Id8c2ba8ace8dbeaf20ceb35d81f43a07e50c3a9f
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Wed, 18 Jan 2017 19:15:01 +0000 (14:15 -0500)]
Updated git submodules

Project: aaa master c3e3b868655387d93f994df2e54b85fff6f402de

Add aaa-authn-mdsal-store-impl config artifact to feature dependancy

The aaa-authn-mdsal-store-impl/config/xml artifact was missing in
authn-feature dependancy.adding it and clean up the POM file.
Refer to the comment at https://git.opendaylight.org/gerrit/#/c/49163/

Change-Id: I98ad643ae72c621500d59f897a6ccea326126cf5
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 11 Dec 2016 12:07:35 +0000 (14:07 +0200)]
Updated git submodules

Project: integration/test master 767f65f953dc2c16a61467be7aff68a3dc9e5c62

Add SNAT test to netvirt CSIT

Change-Id: I8caba0858a9cf85c0cda8e22cf22ea8c998ca500
Signed-off-by: Alon Kochba <alonko@hpe.com>
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 20:26:35 +0000 (15:26 -0500)]
Updated git submodules

Project: releng/builder master ec1204a0c73caa54cca3defab0c4022c913d932f

Enable JJB weekly job

Long ago we disabled this job because we were having issues with the job
always timing out and failing. JJB has since introduced things like
parallel updates which should make this job more stable. It is good to
run something like this once a week to reset our jobs and ensure
there's no discrepency with what is in releng/builder vs the jobs in
production.

Change-Id: I11ca998c907a219c0be05d2473737a37ad6362d9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 20:22:39 +0000 (15:22 -0500)]
Updated git submodules

Project: releng/builder master 2a6fdc332102ef194fbfde10aae0887c14a63313

Allow stack 15 minutes to spawn before giving up

Change-Id: I09be14d48fd4c86773866786455638dbbeca5ceb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Wed, 18 Jan 2017 19:33:16 +0000 (19:33 +0000)]
Updated git submodules

Project: aaa master d39e4c11b1160c34570ceaebe7735680c823b941

Merge "Remove the broken aaa-authz module and corresponding models"

Remove the broken aaa-authz module and corresponding models

aaa-authz no longer works.  The service was originally designed as a DataBrokerFacade
to aid in MD-SAL based authorization.  This should be considered again in the future,
but for now we are removing this functionality since it is broken and could cause
confusion.  Since the mechanism currently doesn't work, we feel it is better to
completely remove the feature rather than deprecate something that doesn't do anything.

To get HTTP based authorization, Shiro integration is recommended.  This is explained
in etc/shiro.ini, as well as upstream in Shiro documentation.

Change-Id: I6c822860e9b28a9577eb88c87c7c10120e4c9a97
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Wed, 18 Jan 2017 19:29:13 +0000 (19:29 +0000)]
Updated git submodules

Project: aaa master 1de92585bc1550feae90e193fddf5f603b444311

Merge "Remove dead Activator code"

Remove dead Activator code

aaa-shiro is now activated by Aries Blueprint as of:

https://git.opendaylight.org/gerrit/#/c/50077/

This change removes the dead Activator code that was associated with loading
this bundle via standard felix conventions.  The Activator essentially only
provided logging messages, which are now propagated by the AAAShiroProvider.

Change-Id: Ie840736b8ee1268456b84353d6add574ac92e130
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 18 Jan 2017 17:35:05 +0000 (18:35 +0100)]
Updated git submodules

Project: odlparent master 02548a1a412dbe94dda0be9b786daeb47481bf0e

SingleFeatureTest BLACKLISTED_BROKEN_FEATURES bugs links (only)

Bug: 7582
Change-Id: Ibd0c0feb1d8c0318461c9d71d4b737bcecae25fe
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 1 Jan 2017 16:25:22 +0000 (18:25 +0200)]
Updated git submodules

Project: ovsdb master 3a19b5754257867165437e549a8e001f0097462a

Bug 7559: Add utilities to expose TP by ext-id, get dpnId from TP

- Add utility to return nodes that contain a termination point
referencing a given interface ID via external interface ID.
- Add utility to return the external ID value of a given termination point.
- Add utility to return the datapath ID of a given node identifier

Change-Id: I630773d6291b33d2fa85a3bcb5c344538d83813b
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 18 Jan 2017 16:51:26 +0000 (17:51 +0100)]
Updated git submodules

Project: odlparent master 9a82b2091e91ac706bf2b1ec67293294d02a2ba4

Remove version.properties from karaf resources

This file lacks support from build jobs for a long time,
it mentions controller while appearing in every distribution,
and it tends to cause confusion instead of providing information.

Change-Id: I87548cec6d00502b52c900207cf337bba73ed844
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 17:45:32 +0000 (17:45 +0000)]
Updated git submodules

Project: releng/builder master f83a0bf1b61c5a9d248755e34461c17797470f4c

Merge "Put link to current job into distribution"

Put link to current job into distribution

This is to help with tracking which Changes were tested.

Change-Id: Ieee0fae05068384dcb88b8c73e4f82f1dabaa650
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Deprecating SFC and RSP symmetric flags, and SF nsh-aware field"
Colin Dixon [Wed, 18 Jan 2017 16:11:19 +0000 (16:11 +0000)]
Merge "Deprecating SFC and RSP symmetric flags, and SF nsh-aware field"

7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 14:45:23 +0000 (14:45 +0000)]
Updated git submodules

Project: releng/builder master 19e288a52110c7913b314345fc57bf9699d37197

Merge "OVS 2.5 image packer script is enhanced for openvswitch-vtep installation"

OVS 2.5 image packer script is enhanced for openvswitch-vtep installation

Change-Id: Ia622f9a00a24c3c3b31706d0dcc3440e408709cf
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Guy Sela [Wed, 11 Jan 2017 15:30:40 +0000 (17:30 +0200)]
Updated git submodules

Project: netvirt master b740a55b7641f45f6ec352b770265ffe5eac1402

Bug 7528 : Don't learn the DMAC flows from other DPNs

When working with an elan of type VLAN or FLAT, we shouldn't
learn the known macs from other DPNs. Before calling
programRemoteDmacFlow, validate that the elan is not VLAN or FLAT.

Change-Id: Ib96546aff94bc18f830d72c1735c364f1a21156b
Signed-off-by: Guy Sela <guys.sela@hpe.com>
7 years agoUpdated git submodules
Miguel Perez [Fri, 13 Jan 2017 11:50:11 +0000 (12:50 +0100)]
Updated git submodules

Project: netvirt master a0f3bba072c3535757b6b9a0508ccb7babe78cd7

Cleanup unused constants in cloud-servicechain-impl

 + Constants referring to Service indexes and table numbers are
   centrally located in NwConstants, they shouldnt be here

Change-Id: I3250a8d1976c0b9e18b27960818525dcfb50f35f
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Vratko Polák [Wed, 18 Jan 2017 12:31:28 +0000 (12:31 +0000)]
Updated git submodules

Project: releng/builder master c79db1bb01fc2d5d7a6f310fa7a83432f936d622

Merge "Remove odl-netconf-connector-all feature from bgp userfeatures suite in carbon"

Remove odl-netconf-connector-all feature from bgp userfeatures suite in carbon

Change-Id: Iec4cb783386899bace50222486b8adce971dd857
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 12 Jan 2017 11:29:51 +0000 (12:29 +0100)]
Updated git submodules

Project: integration/test master c9d710b192fde8e20d9a5cb6ab421384bca7a80d

Update tcpmd5 suite with installation of netconf connector if needed

Change-Id: Ie8629d51d55dd381d99d9be3f663bd6e7386778c
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 18 Jan 2017 10:43:21 +0000 (11:43 +0100)]
Updated git submodules

Project: integration/test master c39b148e6d592881de5d8f099e6cdfa9d556010c

Remove unused resource file ConfigViaRestconf

Change-Id: Ib2a06bfccce149eb0b20aaab246ea0b4af4fada7
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Marcos López Samaniego [Tue, 13 Dec 2016 18:19:25 +0000 (19:19 +0100)]
Updated git submodules

Project: netvirt master 0bb2918366247020d0808c97d3eb654df62ba5a5

Remove unused imports in class VpnUtil

Change-Id: Ica7c47592ef8b05d63ccf174fca3060171338af7
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 8 Dec 2016 00:52:02 +0000 (01:52 +0100)]
Updated git submodules

Project: netvirt master de2e5a49d4829c9a6ef3c35509f5f6780999de8c

Action redesign: use the new ActionInfo Genius classes

This removes all uses of ActionType, paving the way for its removal in
Genius.

Change-Id: I8c9311a5d37a0e62224ed6fd64c1ff6c23c18b46
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 03:45:59 +0000 (22:45 -0500)]
Updated git submodules

Project: releng/builder master 40b09d65a754725a6f4b01c6e590b8ce3b0c8141

Add git-review to centos systems

Change-Id: Ibd9a23c7064a3f5388553cb65cc483ca3c09ff4c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 10 Jan 2017 23:40:41 +0000 (00:40 +0100)]
Updated git submodules

Project: genius master 58a68f637833411be1d1d8b8332120e9a6860358

ITM impl Organize Imports for Checkstyle compliance

as well as converting some tabs to spaces etc.

Change-Id: Ie6ecab9595bacd81dfac4d033cec71589bd2fefb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Change-Id: Ie6ecab9595bacd81dfac4d033cec71589bd2fefb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Kiran N Upadhyaya [Wed, 18 Jan 2017 07:30:28 +0000 (13:00 +0530)]
Updated git submodules

Project: genius master 70a1c7cb45a74a08f89f2998f6bdd664ecf0aff6

Ignoring a Junit test case in Idmanager to unblock autorelease

Change-Id: Ia4ad1b479c6ab89235376c604753b2e91f61f8d1
Signed-off-by: Kiran N Upadhyaya <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
rahul.agarwal [Fri, 23 Dec 2016 17:04:28 +0000 (22:34 +0530)]
Updated git submodules

Project: integration/test master bc257980ef15b64078dc5eef8d31b84ff525dee4

Tunnel monitoring test cases

Change-Id: I7135fd9115c83debf7b8b8880fae8935340534e2
Signed-off-by: rahul.agarwal <rahul.agarwal3@tcs.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 18 Jan 2017 03:06:52 +0000 (19:06 -0800)]
Updated git submodules

Project: integration/test master 3796596461d99668678383d808bc1ed4db85ea18

Fix typo in OpenFlow library

Change-Id: I0fc42b320f1eba7930918a634dc4c00012e160bf
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 18 Jan 2017 00:30:09 +0000 (16:30 -0800)]
Updated git submodules

Project: integration/test master e7f31f5cf75919f56553365787ba15b141a0101b

increasing loop count for karaf ssh as a workaround for ssh connection rejections

Change-Id: I7e4d359241d9309fc8d2407635d08802483a0bc1
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 18 Jan 2017 02:29:08 +0000 (18:29 -0800)]
Updated git submodules

Project: integration/test master 02dfb16a4d2f22edd4d188564a3d2e1835824ecc

Increase Karaf SSH timeout

After few tests, this seems to stabilize the failure:

SSHException: No existing session

Change-Id: I2a13fd66bd422df2becae81229eea664e7d6121f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 04:04:34 +0000 (04:04 +0000)]
Updated git submodules

Project: spectrometer master d59f80e94f52dba5e89b8b1b4c2ab1bff9332f50

Merge "Fix href in card"

Fix href in card

Clicking button at top-right part of card takes you to top of page.

Change-Id: I7f0c0680754b1ef12e3508ac73be349e3544f956
Signed-off-by: Raghuram <raghuram.4350@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 18 Jan 2017 03:29:35 +0000 (03:29 +0000)]
Updated git submodules

Project: releng/builder master c2e0bca8f1e7f62cacef768a1b88ca38975ec5b3

Merge "Remove git-review install from autorelease spinup script"

Remove git-review install from autorelease spinup script

Change-Id: I4d256cc26c84fbed7264011579fd3205da9d702c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 18 Jan 2017 00:30:33 +0000 (00:30 +0000)]
Updated git submodules

Project: aaa master 8605e7059d130cf39cfdcd77fad787652e0e466b

Merge "Remove unused Realms"

Remove unused Realms

These were never implemented, and the person interested in implementing them
has left the project.  These can easily be re-added in the future.

Change-Id: I89709c633cbe0af809db7a31e5acb0e6f5ff95bf
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 18 Jan 2017 00:30:20 +0000 (00:30 +0000)]
Updated git submodules

Project: aaa master 4aceb3eeb33326945adbcb059fb37d630e623339

Merge "Just clean up some log messages and remove unnecessary code"

Just clean up some log messages and remove unnecessary code

Change-Id: If67440d7bdd9993614cc9923060512edbc667c85
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 17 Jan 2017 22:50:55 +0000 (17:50 -0500)]
Updated git submodules

Project: aaa master 2da9e5e6b3f1a760a9ff53898faa91957e9ca3e8

Remove an unused public constant

Change-Id: I5793fe8a3ddf2f7adab08bdae04c89118c589b9f
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoMerge "Add more clustering documentation"
Colin Dixon [Tue, 17 Jan 2017 20:52:36 +0000 (20:52 +0000)]
Merge "Add more clustering documentation"

7 years agoMerge "Add ONE/VPP tutorial for simple overlay"
Colin Dixon [Tue, 17 Jan 2017 20:42:20 +0000 (20:42 +0000)]
Merge "Add ONE/VPP tutorial for simple overlay"

7 years agoMerge "Remove unused netvirt images"
Colin Dixon [Tue, 17 Jan 2017 20:28:16 +0000 (20:28 +0000)]
Merge "Remove unused netvirt images"

7 years agoUpdated git submodules
Mohamed El-Serngawy [Tue, 17 Jan 2017 20:21:49 +0000 (20:21 +0000)]
Updated git submodules

Project: aaa master ccdd6a2f63d5636182cdcb1316c2df413fac6e16

Merge "Update README.md to current status of AAA project"

Update README.md to current status of AAA project

A much needed cleaning of the AAA README.md file.  This is not
perfect, but it is much more accurate than the existing file.
This can be enhanced more in the future, although the proper docs
are also a great resource.

Change-Id: I3e657b963c2617ae92094ae8943a904fbd395e61
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Tue, 17 Jan 2017 20:20:43 +0000 (20:20 +0000)]
Updated git submodules

Project: aaa master a2f737cc7593bd648ec9abda1043b81a95bd4ad8

Merge "Migrate aaa-shiro to utilize archetype setup"

Migrate aaa-shiro to utilize archetype setup

This change addresses the fact that the archetype was not used to
create the aaa-shiro module.  This is due to the fact that it was
much heavier weight than what was needed at the time.  However,
utilization of the archetype does allow for many advantages including:

1) Explicit separation of api and impl into two separate locations.
   Since prior to this change mostly Apache Shiro abstractions were used
   instead of homegrown ones, this wasn't particularly useful.  However,
   with aaa-shiro growing, this is becoming increasingly necessary.

2) Dependence on config-parent for bundles.  This gets us a lot for
   free, including genericizising on best practices.

3) The possibility to create aaa-shiro features/karaf/IT/commands more
   easily.  For now, this patch comments out the features & karaf
   section as they are pretty much duplicates of the existing top-level
   odl-aaa-shiro feature which is already defined.  In the future, it
   would be nice to enumerate some of the archetype-oriented features:
   - ui
   - rest
   - api

This change is mostly cleaning up and preparing for expansion of the
aaa-shiro bundle.  Existing functionality was stuck in the aaa-shiro module,
but the package names were not updated to utilize impl.  Likewise, the module
is called "aaa-shiro" and not "aaa-shiro-impl" since other projects already depend
on the former name.  The package names were not updated to utilize impl
as the names are used in configuration of the module itself, and
changing them would cause forwards/backwards compatibility issues.  In the future,
we may want to move them but provide existing classes that extend the impl ones.

Change-Id: I16f1efed8b83e764362ae6d19b0a69d1b1c6cbec
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoDeprecating SFC and RSP symmetric flags, and SF nsh-aware field 31/49831/9
eabasan [Tue, 27 Dec 2016 11:06:56 +0000 (12:06 +0100)]
Deprecating SFC and RSP symmetric flags, and SF nsh-aware field

Change-Id: I9974d93eb7399d6fe6a782beafb990f0077231ef
Signed-off-by: eabasan <santiago.abascal@ericsson.com>
7 years agoRemove unused netvirt images 73/50473/2
Sam Hague [Sat, 14 Jan 2017 13:24:31 +0000 (08:24 -0500)]
Remove unused netvirt images

Change-Id: I76bf7730ab86293e5d1256b7cbb03413c9e5164d
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoMerge "Remove lisp.mappingOverwrite documentation"
Colin Dixon [Tue, 17 Jan 2017 19:54:48 +0000 (19:54 +0000)]
Merge "Remove lisp.mappingOverwrite documentation"

7 years agoUpdated git submodules
Ryan Goulding [Tue, 17 Jan 2017 19:50:07 +0000 (19:50 +0000)]
Updated git submodules

Project: aaa master 45b0b77e95a5505bb652ee2a4a8d46b06ad7be4e

Merge "Fix Md-SAL store configuration"

Fix Md-SAL store configuration

add aaa-mdsal-config.xml file to make the md-sal datastore
configuration editable by the end user.

Change-Id: I0861046a1b5644f8c3ecaa3aa9bb5b6432ec9ca5
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 17 Jan 2017 19:49:25 +0000 (19:49 +0000)]
Updated git submodules

Project: aaa master 7434c241371e9e8d7fbd37b44fc77a6c8a1185d7

Merge "Add CLI for managing aaa data model"

Add CLI for managing aaa data model

Add CLI commands to add and remove aaa data model
users,roles, domain and grants. It also authorize
the admin users only to be able to manage aaa.

Change-Id: Ia34901dcced7603bbdcfd6fa5afcfa9a283e8ed2
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 16 Jan 2017 22:49:35 +0000 (14:49 -0800)]
Updated git submodules

Project: integration/test master 9a957dd2453f1183f71f268b4745eb4d098d808c

adding a few tweaks and fixes/workarounds

- looks like the ssh url for gerrit is not working from the releng VMs
  so trying with https now

- the CommandFailed class was broken and it appears to be that there
  was a missing docstring for that class, so self.__doc__ was None
  and doing a return with something None + something else was crashing.
  So, I added a basic docstring there. I know this is code similar to
  another project (e.g. git-review), so I'm not so confident it's
  the right thing, but its working for me. It was noticed because the
  ssh url to gerrit was being rejected so that class was getting
  excercised

- I did a few modifications based on what my IDE told me was good
  python

- I removed one and added one print output to make it more clear
  what's going on (to me, at least)

- fixed one variable naming typo

- defining the ssh URL in a single location

- verbose cmdline arg was overriding VERBOSE to 0 even if it was modified inline

Change-Id: I623e67ffb71660b3d9c5a55b0b31bc93dab4df55
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Mohamed El-Serngawy [Tue, 17 Jan 2017 18:36:46 +0000 (18:36 +0000)]
Updated git submodules

Project: aaa master 538b75ea7dae6d748e5aa496bd03091264b11d7c

Merge "Add TLS protocol configuration"

Add TLS protocol configuration

Add the the supported TLS protocols as configuration
to the certificate manager service to be same across
all the tls communications

Change-Id: Ie42344e20ff43dba21b42e58fb141e2871a925f1
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Lorand Jakab [Fri, 13 Jan 2017 14:52:22 +0000 (16:52 +0200)]
Updated git submodules

Project: odlparent master 04b950804367df4443cb59af766c6408b233325d

Update LISP config in default Karaf resources

The lisp.mappingOverwrite configuration option was removed in the LISP
code, and the new option lisp.mappingMerge was added. Update
etc/custom.properties accordingly.

Change-Id: Ifaf9888a36e2b5ac90e8c82122e8d4db96a02b18
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 17 Jan 2017 10:27:28 +0000 (11:27 +0100)]
Updated git submodules

Project: integration/test master 0cf61372547af95a72c7f30df56a25fbd7441335

Add stop test validation

Change-Id: Ief8681e0e8aef34abecc52b25e23788aa4eb7ebe
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Faseela K [Tue, 17 Jan 2017 16:01:17 +0000 (16:01 +0000)]
Updated git submodules

Project: genius master 83cabb9e8ca8aa773b45708ae19cdceb46f604cf

Merge "Order imports to comply with checkstyle"

Order imports to comply with checkstyle

Re-order imports to comply with checkstyle in alivenessmonitor-impl
module.

Change-Id: Id0b5b94015a268a5c9616c850a0296214ee9d7e7
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Daniel Farrell [Tue, 17 Jan 2017 00:31:10 +0000 (19:31 -0500)]
Updated git submodules

Project: integration/packaging master a809e4edbadd291fa666e4f63c8b67efcfb45829

Add Packer vars for CentOS 7.3.1611

Change-Id: I99aded4dae03590b7b439ca9922413a146f4285e
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 17 Jan 2017 12:54:07 +0000 (13:54 +0100)]
Updated git submodules

Project: netvirt master fccdc67efed2aaf8c8cabec0a3f90dccee3ff649

Document why ElanInterfaceManager has a setElanUtils instead of DI

This is instead of finishing up
https://git.opendaylight.org/gerrit/#/c/50456/

Change-Id: I9a82de6e6e7c48bd4896fcbdcf39209ef9be5ec8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Fri, 13 Jan 2017 20:45:58 +0000 (15:45 -0500)]
Updated git submodules

Project: aaa master f46856771654cc21ebda4db2a3f79f1a1f1a1ea4

Update README surrounding accounting

Accounting has been greatly improved since the Beryllium release with
the AuthenticationListener implementation.  This updates the README
for accounting only.  Further updates will be submitted surrounding
Authentication and Authorization prior to release.

This patch is a canddate for master, Boron and Beryllium, and will
add valuable information for users of each of these releases.

Change-Id: I6f7bc6ce6a4d178eb7c00810102795d8c8b9c987
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Marcos López Samaniego [Mon, 9 Jan 2017 14:35:15 +0000 (15:35 +0100)]
Updated git submodules

Project: netvirt master c19069c5504cbc2e808998f2ca689f9cba9bfefa

Bug 7525 - Inter-VPN link static/connected routes leaking not working

+ Enable static/connected routes in the inter-VPN link creation.
+ Fixed some issues related to routes provisioned after the inter-VPN link.
  These issues were affecting the leaking of every kind of route.

Change-Id: Ibb73f86f163f6fe7adf4a26b81ab1ead93855561
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Tue, 17 Jan 2017 13:13:33 +0000 (13:13 +0000)]
Updated git submodules

Project: genius master 9925492c3385b4ee384e2adf612c31a1df1d7445

Merge "Action redesign: nx_resubmit backwards compatibility"

Action redesign: nx_resubmit backwards compatibility

ActionNxResubmit doesn't set the old tables up correctly, this patch
fixes this.

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

Project: genius master fcaee33586a659197a2d98610954f85d5e41bce8

Instruction redesign: add missing equals/hashCode

Change-Id: I418b9bcd1e08c910fb8fa9bb83d44c7befee3ed1
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 3 Jan 2017 09:31:46 +0000 (10:31 +0100)]
Updated git submodules

Project: integration/test master 153dbf27a8f0d9e6cdb283d1a50b869165f356d5

SXP filtering policy update

Change-Id: I486316a3342044ccd0b7e78a8c1ae967645d435b
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Tue, 17 Jan 2017 10:52:53 +0000 (10:52 +0000)]
Updated git submodules

Project: releng/builder master 9927d0b80a0db30fca7dd54ef9eb6cc8c44a4dc3

Merge "Remove jobs testing Beryllium and Boron branches of IoTDM project"

Remove jobs testing Beryllium and Boron branches of IoTDM project

Test suites for Carbon are backward incompatible and there is not enough
capacity to maintain older versions of test suites

Change-Id: Ie10741f1eae77c584ed9a897bbed10d13228b228
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Tue, 17 Jan 2017 09:56:02 +0000 (10:56 +0100)]
Updated git submodules

Project: odlparent master 8a3ab1c53e275238fc0933b8a78b304067de0dde

BUG-7446: package released Guava 21

This updates the packaged version to 21.0 release.

Change-Id: I15fb97019667401bac201cc95a7f3540e0b9c177
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Tue, 17 Jan 2017 09:18:07 +0000 (09:18 +0000)]
Updated git submodules

Project: netconf master 74a1f4cbbab1dbb405c81d55a4aa165914bcd7c9

Merge "Bug 7491 - Ignore exceptions during invoking notification listeners"

Bug 7491 - Ignore exceptions during invoking notification listeners

Change-Id: Ic008f9120ce45dfd2203dad91fd2dfb94fdb9015
Signed-off-by: Xu Rong <xu.rong4@zte.com.cn>
7 years agoUpdated git submodules
Claudio D. Gasparini [Tue, 17 Jan 2017 08:13:01 +0000 (09:13 +0100)]
Updated git submodules

Project: odlparent master 19dc55a55e8acab527ffa036ab90e49d8285d0ec

Remove BGPCEP from SingleFeature Test Black List

Remove BGPCEP from SingleFeature Test Black List

Change-Id: I5fb8bd7a826b3b6f2b14ea2275636c948f2d666a
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Fri, 13 Jan 2017 09:08:47 +0000 (10:08 +0100)]
Updated git submodules

Project: ovsdb master 56546a685ddf39589b18a0016aede1ddcd4e28a3

BUG-5222: do not pull in odl-mdsal-xsql

xsql is deprecated, buggy and never was meant for production
use. Do not pull it in.

Change-Id: Ic3577c6433490b91f5a0cdba0b4211721d95f6f0
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Tue, 10 Jan 2017 14:23:01 +0000 (15:23 +0100)]
Updated git submodules

Project: ovsdb master 1ad40bf25d49c026c08957b1ac63cee71650c448

BUG-7446: remove use of deprecated MoreExecutors method

sameThreadExecutor() was split into two methods, use the
correct one.

Change-Id: I72ce2c66d1f299552a9ef26fb662981467a239fb
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 16 Jan 2017 19:55:11 +0000 (11:55 -0800)]
Updated git submodules

Project: releng/builder master 0b0b5388d4334961eb88347141cf5983e78cbb2c

installing haveged to try and avoid low entropy causing ssh rejections

Change-Id: I44c9a67ac58c02cab301f8b826344cd289ee7647
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 13 Jan 2017 22:43:10 +0000 (17:43 -0500)]
Updated git submodules

Project: integration/test master a5e50bef610aa13c07dcd00bf9329f6177cb9cbf

First pass at tool to list gerrits included in a karaf distribution

The usage is shown below. The tool will use the following defaults:
Using these options: branch: master, limit: 10, qlimit: 50
remote_url: ssh://git.opendaylight.org:29418
distro_path: /tmp/distribution-karaf
projects: ['genius', 'mdsal', 'netvirt', 'neutron', 'openflowjava', 'openflowplugin', 'ovsdb', 'yangtools']

This can only be used on master right now because it relies on having a git.properties
file in the jar's.

usage: changes.py [-h] [-b BRANCH] [-d DISTRO_PATH] [-l LIMIT] [-p PROJECTS]
                  [-q QLIMIT] [-r REMOTE_URL] [-v] [--license] [-V]

optional arguments:
  -h, --help            show this help message and exit
  -b BRANCH, --branch BRANCH
                        git branch for patch under test
  -d DISTRO_PATH, --distro-path DISTRO_PATH
                        path to the expanded distribution, i.e. /tmp
                        /distribution-karaf
  -l LIMIT, --limit LIMIT
                        number of gerrits to return
  -p PROJECTS, --projects PROJECTS
                        list of projects to include in output
  -q QLIMIT, --query-limit QLIMIT
                        number of gerrits to search
  -r REMOTE_URL, --remote REMOTE_URL
                        git remote url to use for gerrit
  -v, --verbose         Output more information about what's going on
  --license             Print the license and exit
  -V, --version         show program's version number and exit

Change-Id: Id2500eae47a1550f60ba07ae9eca92a6ae5b0439
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
ehvkand [Mon, 16 Jan 2017 09:11:20 +0000 (14:41 +0530)]
Updated git submodules

Project: netvirt master e78f06adede984c2265e35bcd133a0cc11b517b5

Bug 7547 : Ping from DC-GW to invisible ip configured in VM is failing

Change-Id: Iba7869b3ccbaf3f5921c9f705628444aca630996
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Mon, 19 Dec 2016 06:46:56 +0000 (12:16 +0530)]
Updated git submodules

Project: genius master 31328798ceae629ab529e65491831c0b4830e7ca

DataStoreJobCoordinator API for pending tasks count (useful for testing)

* added counter for jobs_incomplete
* exposing API for getIncompleteTaskCount

Test Driven Development (TDD) so includes self unit test.

Change-Id: I6b1d824804ab73c0b57929d8fe057bc783231308
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Yakir Dorani [Sun, 8 Jan 2017 18:01:07 +0000 (20:01 +0200)]
Updated git submodules

Project: netvirt master 10cb3151935174f906d37fedf6208be6ffa60a6a

Fix exceptions when using IPv6 vxlan tunnels

This code deals with two different problems by:
1. Enabling setting an IPv6 address to a router id for IPv6 BGP peering.
2. Enabling setting a tunnel endpoint as the nexthop IPv6 address.

Change-Id: I35a616e2b12b3625c837507f2cb51fc69ff624fe
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Ryan Goulding [Fri, 13 Jan 2017 20:20:48 +0000 (15:20 -0500)]
Updated git submodules

Project: aaa master 9d4ad3c16f3e7abec2ecc2808daec12b3844f76b

Remove cassandra based store

This is dead code, since there appears to be no way to configure cassandra as
the default backing data store.  Thus, the code exists, but is never instantiated.

Even the feature "odl-aaa-cassandra*" does not properly load the cassandra based
backing data store.

Since the feature doesn't appear to work or add anything extra, it is being removed.
We are providing an alternative dropin backed by mdsal instead, which should
be used instead.

Change-Id: I30c5231753544b170fb05bb461734cbc34efec8a
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Faseela K [Mon, 16 Jan 2017 14:37:37 +0000 (14:37 +0000)]
Updated git submodules

Project: genius master 6c088200b8a6dddd3cde5c937450c097a7f0ce92

Merge "Bug 7466 - NPE thrown for interface without lport tag"

Bug 7466 - NPE thrown for interface without lport tag

Code uses Integer that throws NPE when unboxing.
Now it checks for null beforehand

Change-Id: I9e6e513327c3231c0a98e73ac1738b06058e73c8
Signed-off-by: Tomer Pearl <tomer.pearl@hpe.com>
7 years agoUpdated git submodules
Shashidhar Raja [Wed, 7 Dec 2016 13:00:36 +0000 (18:30 +0530)]
Updated git submodules

Project: netvirt master 0e3f4e3284cc85ea3d63b3b83e753c78617428a8

Spec for ACL Statistics

The scope of this feature is to provide additional operational support for
ACL through statistical counters. New feature planned to be supported will
provide additional information on the number of packets dropped by the ACL
rules.

Change-Id: Id3ba370f585c65d718e199177cf07d0a1e7cc382
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Faseela K [Mon, 16 Jan 2017 11:14:34 +0000 (11:14 +0000)]
Updated git submodules

Project: genius master 9866923c4cc768d04002549e658869f474882a76

Merge "Minor cleanup and formatting"

Minor cleanup and formatting

- Minor clean and formatting.
- Speedup lastIndexOf changing to char.

Change-Id: I56f47b90ffb36a057b1b7b3e7faa3b4b154bd35c
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 16 Jan 2017 09:50:53 +0000 (10:50 +0100)]
Updated git submodules

Project: netvirt master 6f02baf3b8ce7270d85f8784a1d65a1dc209e3ff

Remove duplicate dependency openstack.net-virt

Change-Id: I03832a4506a8805040c38e4ddba3f9b7cdeb3af0
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 2 Jan 2017 14:30:03 +0000 (15:30 +0100)]
Updated git submodules

Project: genius master c281185eff85508ec79588f49d28c29c0ab05647

InstructionInfo redesign

This follows the same principles as the ActionInfo redesign; given the
small number of classes involves, the redesign is done in a two
commits (this backwards-compatible change, introducing the new
InstructionInfo descendents, and another clean-up which will be
applicable once the downstream users of InstructionInfo have been
fixed).

Change-Id: Ibfa7a8dc65f36c5f599dbdeffc24508fd136e198
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 13 Jan 2017 21:53:54 +0000 (22:53 +0100)]
Updated git submodules

Project: netvirt master a5680413291099aa2eb41af1b5e2c81c9eaa1484

de-static-ify ElanUtils field in ElanServiceProvider

I don't see any reason why this needs to be static?

On the contrary, it will only lead to problems in tests.

Change-Id: I711f67a293f59227c4b89f13bad883f72059fc5f
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 1 Dec 2016 16:35:37 +0000 (17:35 +0100)]
Updated git submodules

Project: odlparent master 837d291d987bc1d7884a424b899cddc2b4e28dc2

SingleFeatureTest now fails if diag CLI command would have failed

This will help us detect a whole range of issues, notably any
blueprint related problems, much earlier in our development cycle than
we currently are.

The log contains details re. OSGi missing and available services.

NB: This change includes a (surprisingly long!) "black list" of features
known to be broken right now.  These ideally should all be fixed, and
the black list removed.

IMPL: The new bundles-test was introduced here because I ran into Pax
Exam related ClassNotFoundException, which I could not to resolve any
other way.  Basically, the problem is that the "probe" bundle which Pax
Exam creates on the fly includes the SingleFeatureTest class, and not
classes it references.  In other tests like IT this works, possibly
because Pax Exam somehow finds them in src/test/java; but not from
features-test.  (The currently existing utility classes next to
SingleFeatureTest in features-test probably only work because those run
outside the probe?)

This also did not help, because it's never called, because the
ClassNotFoundException happened earlier, on loading of the class
already:

import org.osgi.framework.Constants;

@ProbeBuilder
public TestProbeBuilder probeConfiguration(TestProbeBuilder probe) {
    LOG.info("probeConfiguration()");
    probe.setHeader(Constants.DYNAMICIMPORT_PACKAGE, "*");
    probe.setHeader(Constants.EXPORT_PACKAGE,
"org.opendaylight.odlparent.featuretest");
    probe.setHeader(IMPORT_PACKAGE,
"org.opendaylight.odlparent.featuretest");
    return probe;
}

Change-Id: I328e503703770aab539fdf1f0a7804ba676596ac
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 16 Jan 2017 01:51:50 +0000 (01:51 +0000)]
Updated git submodules

Project: releng/builder master ad235ea66bcc4c606990341e491d77e515b0622d

Merge "Add git-review to base system"

Add git-review to base system

Having git-review on the system is extremely useful for downloading
Gerrit changes easily using the Review ID.

Change-Id: Ie03aa8a6364076690e5963b422c17e4feb70a6e2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Olga Schukin [Tue, 10 Jan 2017 08:11:00 +0000 (10:11 +0200)]
Updated git submodules

Project: netvirt master 4a191cc6582372b5502fc0b130aa60a2793b7e3e

Bug 7497 - NAPT rules missed for second DPN

Install the group using synced mdsal write to improve the timing.

Change-Id: I3270fa1f1bc3bbccf11d1b02befe76db7f70fcc2
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Sat, 14 Jan 2017 13:23:46 +0000 (08:23 -0500)]
Updated git submodules

Project: netvirt master 052151c89db30c5df61b97f6feb78df911949943

Fix links to openstack images

Change-Id: Ic361aa3b2530f9770c1b2ad6ab27b2760c8d265e
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Miguel Perez [Mon, 19 Dec 2016 15:07:16 +0000 (16:07 +0100)]
Updated git submodules

Project: netvirt master d689db79811bf220eba1f58581426312e4f483ab

Bug 7405: IVpnLink routes not removed from BGP on cascade

 + When the InterVpnLink is removed, the routes that had been
   advertised to BGP are not withdrawn in consequence

Change-Id: I795d1ebef26428561eb7307e5a84efdc50343cb7
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
David Suarez [Sat, 14 Jan 2017 11:39:50 +0000 (11:39 +0000)]
Updated git submodules

Project: genius master 5504e56ccd71c3ee9e509c7383270a0a7af1288b

Merge "BUG-5222: do not pull in odl-mdsal-xsql"

BUG-5222: do not pull in odl-mdsal-xsql

xsql is deprecated, buggy and never was meant for production
use. Do not pull it in.

Change-Id: I3ea0428b7e74c103d87df8cb108e29285647c335
Signed-off-by: Robert Varga <nite@hq.sk>
7 years agoUpdated git submodules
Vishal Thapar [Sat, 14 Jan 2017 11:36:03 +0000 (11:36 +0000)]
Updated git submodules

Project: genius master 149f7c46cbeb1ad8b75e3ba253bfbd8752422af7

Merge "Fix Idmanager JUnit test case"

Fix Idmanager JUnit test case

The JUnit used to test concurrent Id requests from Released Ids has to
wait before assering that values in the IdPool are consistent, as the
ReleaseId allocator uses DJC(spawing yet other independent threads) to
update the ReleasedId container with the correct values on every
allocation.

Change-Id: Ib6e69dc58c7436d9eca6b7c58098f5c307bf5ea7
Signed-off-by: Kiran N Upadhyaya <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
Miguel Perez [Fri, 13 Jan 2017 14:51:54 +0000 (15:51 +0100)]
Updated git submodules

Project: genius master a159a154592a4fc06c592a028b6d7a8e9a6dfb67

Cleanup unnecessary 'toStringIpAddress'

 + 'toStringIpAddress' is centralized in NWUtil

 + projects should use that one instead of their own copy

Change-Id: I44db9c910d8de57a6f1e6070e9cc37f61c1bc9f2
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Sat, 14 Jan 2017 02:06:45 +0000 (02:06 +0000)]
Updated git submodules

Project: genius master 2da84364a73d63e6354fbf25570e9d14b16ad5d3

Merge "Enforce checkstyle validations"

Enforce checkstyle validations

Checkstyle enforcement.

Change-Id: I061bb99afeabeefa887029aa67a72cf0bb1dcc64
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 10 Jan 2017 13:27:16 +0000 (14:27 +0100)]
Updated git submodules

Project: genius master d06f64eb9763de78be970a8fa78e378dab86dee9

interfacemanager Organize Imports for Checkstyle compliance

Change-Id: I0b44d9f431065629b46987fc2f28caf8e89883bd
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
David Suarez [Fri, 13 Jan 2017 22:50:48 +0000 (22:50 +0000)]
Updated git submodules

Project: genius master ff1f6c10a5c15c1a6d0989e823bf9567ea901259

Merge "TestableDataTreeChangeListenerModule with logging"

TestableDataTreeChangeListenerModule with logging

Change-Id: I700186eb135dfd641a6804838e9611547c679345
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
David Suarez [Fri, 13 Jan 2017 20:46:56 +0000 (21:46 +0100)]
Updated git submodules

Project: genius master 5f1634af906c9e63da0e4aff372504ab144db6d6

Enforce checkstyle validations

Checkstyle enforcement.

Change-Id: I8ceb5e261a0e925c75237900c6cbf2c583cf173c
Signed-off-by: David Suarez <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 13 Jan 2017 13:36:47 +0000 (14:36 +0100)]
Updated git submodules

Project: integration/test master da3d03368e1ce858201f5c018a594c53919d8665

Add karaf logging to controller-clustering.txt suites

Change-Id: I764b451dca4a49feac62ec3e290be47ace81b625
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoRemove lisp.mappingOverwrite documentation 47/50447/1
Shakib Ahmed [Fri, 13 Jan 2017 19:14:58 +0000 (11:14 -0800)]
Remove lisp.mappingOverwrite documentation

Change-Id: I74f4f3a14631a16d9d71d0855e5ad363f9cce1a6
Signed-off-by: Shakib Ahmed <sheikahm@cisco.com>