docs.git
7 years agoUpdated git submodules
Michael Vorburger [Fri, 24 Mar 2017 23:05:50 +0000 (00:05 +0100)]
Updated git submodules

Project: netvirt master 49c1af34882747afe8a98de47d25f3e260a8ad81

AclServiceStatefulTest asyncEventsWaiter before coordinatorEventsWaiter

This came up during local investigation of today's aclservice test
failures following c/51783 (reverted in c/53827), and ultimately wasn't
the root cause - but doing this is probably still a good idea.

Change-Id: Ia7a22e81c6bdcd8fc572cb57c70b7d1ae7c4fdff
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
arthi.b [Sat, 18 Mar 2017 03:20:49 +0000 (23:20 -0400)]
Updated git submodules

Project: netvirt master e91ed2bad3e70fcf5ddd87ba4e627e147c6edbb0

Bug 7606: Fix for missing table 110 flow in OVS 2.4 after VM live migration

Problem:
After live-migration of VM is completed, table 110 flow for migrated
instance missing in all nodes.

Fix:
* Skipped UPDATE event of Source OVS when VM is migrated.
* Skipped the cache update from UPDATE event.

Change-Id: Iddc15a38fc8c96e998a14622217957dcabdff438
Signed-off-by: arthi.b <arthi.b@hcl.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Fri, 3 Mar 2017 11:09:52 +0000 (16:39 +0530)]
Updated git submodules

Project: netvirt master 90ccd7b1518db539aecd61e7edcb393e8d95776d

Added Conntrack based SNAT implementation.

Added an interface for the Snat operation.
The interface shall be implemented by the multiple snat implementations.
Only conntrack based implmentation uses this interface now.

AbstractSnatService has the flow programming which are common
across multiple implementations of SNAT. The code handles only flat/vlan
use cases now.

ConntrackBasedSnatService provides conntrack based SNAT implementation
for flat/vlan provider networks.

Change-Id: I4d05e55e7d8eda0b497ee6402f9c0459fe5c9ea3
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
ehvkand [Mon, 20 Mar 2017 05:23:33 +0000 (10:53 +0530)]
Updated git submodules

Project: netvirt master 46ee6c9b906c05c37788b1858b88f154f4607049

Bug 8019: when the neutron port acting as gateway is deleted, invisible ip
is not removed from FIB

When VpnInterface has a secondary adjacency like invisible ip, if tunnel
EP is deleted , VpnInterface Op DS is updated with empty nexthoplist.
During this time , invisible ip goes missing from VpnInterface Op DS due
to MDSAL.syncwrite() being done in updateVpnInterfaceOnTepDelete.

Another fix being done here is , invisible ip FIB entry is updated with empty
nexthop and route is withdrawn/advertized to BGP.

Change-Id: If98991940976defe16a7a988aa3071d87693f8e9
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Fri, 24 Mar 2017 17:55:14 +0000 (23:25 +0530)]
Updated git submodules

Project: netvirt master d98ddf378bc0dee84efe5f1637c58cb2df08cfbb

Bug 7997, 7939:  Groups not going in before the flows to switch.

+ Increased the delay between group and flow pushing to 1500ms.
+ Expanded some critical INFO statements.

Change-Id: I0c8ace294b29c08ebe88ec982cdcd12613a66d04
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Sat, 25 Mar 2017 04:51:00 +0000 (04:51 +0000)]
Updated git submodules

Project: releng/builder master 7743280658fd006a7537e95f21eacc66c3e1a642

Merge "Remove email notifications in autorelease jobs"

Remove email notifications in autorelease jobs

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

Change-Id: Ie9b06e99c3e92b4911b355524bb79b335c2505e3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 25 Mar 2017 02:37:37 +0000 (22:37 -0400)]
Updated git submodules

Project: releng/builder master 8f598e2b0587f014d20bd4faa413804dd6b0f5f1

Fix unintentional JJB escape

Change-Id: I4afea4116bea2cc8439c300cc0f203275b92b664
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Faseela K [Fri, 24 Mar 2017 21:22:38 +0000 (02:52 +0530)]
Updated git submodules

Project: genius master bed46cff043915a7c6d7950a1513307bf597e69a

Fixing InterfacestateListener after BP migration

Change-Id: I7ee5576c83d17fe995511495167a503889fa435b
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 24 Mar 2017 23:17:42 +0000 (00:17 +0100)]
Updated git submodules

Project: netvirt master 8847faaa6ab14a5930c1271b76bfeaa93991a996

AclServiceTestBase with LogRule and (commented out) RunUntilFailureRule

Change-Id: I26c0f5c8d7c1c3472865bd147aec843f1a2fc36c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 24 Mar 2017 22:57:55 +0000 (23:57 +0100)]
Updated git submodules

Project: netvirt master 3441f3d7da4e128a0597f0b5a9379ddee0d0a9e9

Rename AclServiceStatefulTestIPv6 to AclServiceStatefulIPv6Test

so that 'mvn test' runs it (surefire is based on *Test naming)

but @Ignore it, as it's currently completely broken (TODO fix it)

and patch IdHelper to show cause of NPE occuring in this broken test

Change-Id: I39d271cb12ff733ca617ca8869450a45d9db6571
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 24 Mar 2017 23:25:46 +0000 (00:25 +0100)]
Updated git submodules

Project: netvirt master df9ad461121ed037e9ef90400d31f36564802c7d

Add missing <scope>test to aclservice/impl/pom.xml

Change-Id: Ic9b9dc6d7b29fb2091157c5ceaea5ce54576f86b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Kency Kurian [Wed, 8 Mar 2017 12:18:40 +0000 (17:48 +0530)]
Updated git submodules

Project: netvirt master 36d94077d342fc3ade150a75cbdcb77e0962fad5

TunnelState changes for tunnels towards DCGW

Changes for programming the load balancing group for traffic towards
DC-GW.
 - When tunnel is added, based on the number of DC-GWs we create all
   possible load balancing groups for the traffic towards DC-GWs.
 - When tunnel is updated, we read the dpid-l3vpn-lb-nexthops and the
   l3vpn-lb-nexthops container to figure out the group which needs to be
   modified and update the bucket directly in that group.
 - When tunnel state is deleted, we delete the entry from both the
   containers and also delete the group if only one DC-GW is left.

This review considers only two DC-GWs for now.

Change-Id: I87f9054ca7ba69762a57e8d18827c34e17c2f9dc
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
Abhinav Gupta [Mon, 27 Feb 2017 12:57:03 +0000 (18:27 +0530)]
Updated git submodules

Project: netvirt master bfb3bf3329ddca8b2ae5f0bc79f6a4d647f2b1dd

NeutronVPN changes to propagate VNI to VPNManager

Adds support to populate subnetmaps DS with network attributes and
propagate the same to SubnetRouteHandler via notifications sent upon
updates to subnetmap DS

Change-Id: I84e9d1b23a25aafff2e23bccaa338dda6b570f38
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 24 Mar 2017 22:47:20 +0000 (22:47 +0000)]
Updated git submodules

Project: netvirt master d96708515f07c580a8a5374a1c94ef1352541205

Revert "Bug 7775: Updated to use DataStoreJobCoordinator for flow programming"

This reverts commit ddfe3934e4df1dce0c54b32a1cd0b1106852852a.

Change-Id: I894fa5c1eff85656e43fbadb8910a261a38e9b78
Author: Sam Hague <shague@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
K.V Suneelu Verma [Fri, 10 Feb 2017 15:54:03 +0000 (21:24 +0530)]
Updated git submodules

Project: netvirt master 387777982a38609a5807f7413d443217986d6076

Spec for L2vpn over vxlan using EVPN RT2

Change-Id: Ic1bc82bf23cee90332689a5e0048abb58f5a79ac
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 23 Mar 2017 22:55:18 +0000 (23:55 +0100)]
Updated git submodules

Project: genius master 1b2b4612665b42709647688ebdbef097bf1af047

Fix bug in MatchInPort equals() method

Calling super() is wrong in this particular case, see MatchInPortTest
(which fails without this fix, but passes with it).

BTW: We need to just completelystop hand writing equals() and hashCode()
methods, anywhere... I'll put in a separate new change some time, to
replace all of this with immutables.org gen. code.

Change-Id: Iec1f3c9cd3588bf77b7d86e218c5dd586712690e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 24 Mar 2017 23:57:16 +0000 (23:57 +0000)]
Updated git submodules

Project: releng/builder master 6ed5f9012db185f725b576c6d8c39c3617a3d842

Merge "Add jenkins job to test deb"

Add jenkins job to test deb

Change-Id: I33896dc3cfae5a05733bb6adab85307f914f538a
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 24 Mar 2017 23:33:05 +0000 (19:33 -0400)]
Updated git submodules

Project: integration/packaging master 20bd070c7d2107f0c17149dab531288b9bc9fb06

Add back ApplyPatchAction

Accidently removed by https://git.opendaylight.org/gerrit/53816

Change-Id: I08891b7c9dd7e75e2ed9d7f4501c7baa7ce4a782
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 20:33:44 +0000 (16:33 -0400)]
Updated git submodules

Project: integration/packaging master 0382ffd7184d2bc3510f988ffb7e04685cc48ada

Enable Coala PEP8 linting

Change-Id: I46b343d205ad2f39ede250fba14f871fbcf9afbb
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 24 Mar 2017 22:40:59 +0000 (15:40 -0700)]
Updated git submodules

Project: releng/builder master 8a04c8284714b394dc434b21de98c1b4af64f8fa

Remove escape from \${FEATURESCONF}

Change-Id: Ib732b576c7294d95f7821ff7f8d49528892aa903
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 17:13:09 +0000 (13:13 -0400)]
Updated git submodules

Project: integration/packaging master 44d104fbcb446a5522fa81d58f61cd698c1f8f32

Fix RPM extract_version unittests

Update to use current autorelease examples, fix PEP8 violation.

Change-Id: Iec782dddd9f86e1a3b672cf46c8d07709ea49fc7
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 20:55:11 +0000 (16:55 -0400)]
Updated git submodules

Project: integration/packaging master c402ca22fc72ac37591d4f7dc7292418333a96e8

Enable YAML Coala linting, fix problems

Change-Id: I7bc73817311879dfc2bf83f0bb8915094cadc7d0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 20:37:16 +0000 (20:37 +0000)]
Updated git submodules

Project: releng/builder master fd24b9a1c5e53ef7c3702b37576f3d834d65d8a1

Merge "Remove SYSD_COMMIT var"

Remove SYSD_COMMIT var

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

Change-Id: Ia11eb40437b48a9804c88775fe87536965f39345
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoUpdated git submodules
Akshita Jha [Fri, 24 Mar 2017 20:09:52 +0000 (01:39 +0530)]
Updated git submodules

Project: integration/packaging master 3f893a1ae1f51946bc94d14b615d48cb71ce496b

Use latest Int/Pack repo commit hash as sysd_commit var

This adds logic to use the latest Int/Pack repo commit hash as sysd_commit
var unless passed by param.

Change-Id: I7b1e703648fb2eee6b8ed962532126276f7a12d9
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoUpdated git submodules
Faseela K [Thu, 23 Feb 2017 09:24:42 +0000 (14:54 +0530)]
Updated git submodules

Project: infrautils master c2f3732d1df9ab0451769623aa1dd11895e1724c

Design Specification for Status-And-Diagnostics Framework

The feature aims at developing a status and diagnostics framework for ODL,
which can :

* Orchestrate predictable system initialization, by enabling external
  interfaces,including northbound and southbound interfaces depending on a
  set of selected services declaring their availability. This in turn
  can prevent the system from processing northbound (eg: OpenStack), or
  southbound(eg: OVSDB or OpenFlow) events prematurely before all services are
  ready.
* Perform continuous monitoring of registered modules or internal
  services to ensure overall health of the system. This can
  additionally trigger alarms, or node reboots when individual services fail.

Change-Id: I687f28327b78aa43f47f16f14e4700fb5ddd7eb2
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 24 Mar 2017 19:34:22 +0000 (19:34 +0000)]
Updated git submodules

Project: releng/builder master 59d81e2328680f724f5b00d9e856d24c4052186f

Merge "Change featuresBoot sed to be multi-line"

Change featuresBoot sed to be multi-line

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

Change-Id: Icbb6ddc070f8a37f60aad9f1392a293e568e9ade
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 24 Mar 2017 17:40:30 +0000 (18:40 +0100)]
Updated git submodules

Project: integration/test master a886e8900da363152375f985d525911af809c9be

Configure timeout in Open_Connection_* keywords

The value of this timeout argument is passed "as is" to the
"Open Connection" keyword invocation that is inside of these
keywords. This is needed by suites that require a different
timeout from the default one.

Change-Id: I6681343be3bfbb43e198e347814a16a4cde9d19e
Signed-off-by: Jozef Behran <jbehran@cisco.com>
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Lorand Jakab [Fri, 24 Mar 2017 17:13:21 +0000 (19:13 +0200)]
Updated git submodules

Project: integration/test master 91544508bac089d50c018fe9e33a04618dd51a6c

LISPflowmapping: $BRANCH -> $GERRIT_BRANCH

Since $BRANCH is no longer set in the environment, use $GERRIT_BRANCH
instead.

Change-Id: I68e4259d59d2b03eb5d8abecabf810367f182be8
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 24 Mar 2017 18:25:25 +0000 (11:25 -0700)]
Updated git submodules

Project: releng/builder master 5eae3b1af01960854d2a4740928fc6b7d0735a88

Install npm on java builder system

Change-Id: I8ca44b729768017379273df1151484bc18055155
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 18:12:19 +0000 (14:12 -0400)]
Updated git submodules

Project: releng/builder master caac680251f14b2226160b8a4b99e8abca04ff48

Add Coala deps to java-builder, cleanup docs

Change-Id: Ic10d8c610f99a241b25d4e42c4e9e48a69f7dd00
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
srisankethu [Tue, 13 Dec 2016 17:58:44 +0000 (23:28 +0530)]
Updated git submodules

Project: integration/packaging master 16068aa799f9e0699c7557d1568ce2e78e5d600d

Add coala linting to tox

Ignore most checks for now. Will enable as things are fixed.

Change-Id: I2b9bd627277ef04e6d2f72d07072c5448f1d3271
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Fri, 24 Mar 2017 17:56:38 +0000 (13:56 -0400)]
Updated git submodules

Project: integration/packaging master c18211d24c2ac76bb4322e82e54d9e604223a25d

Ignore tmp dir created by coala

Change-Id: I838a74c9b033016fd8ffcff035f27a4b76de9c7c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Akshita Jha [Wed, 22 Mar 2017 09:44:38 +0000 (15:14 +0530)]
Updated git submodules

Project: integration/packaging master 90e2a4a5bcbc821fc9b1e42cbc583f4a4403c30a

Use current datetime as default for RPM changelog date

The current datetime should be the default date for RPM changelog dates
but can still accept optional `changelog_date` param.

Change-Id: I8bcc579d27d63ca091fff536254d3f17752ae306
Signed-off-by: Akshita Jha <zenith158@gmail.com>
7 years agoMerge "Add clarifications to clustering docs"
Colin Dixon [Fri, 24 Mar 2017 15:55:06 +0000 (15:55 +0000)]
Merge "Add clarifications to clustering docs"

7 years agoUpdated git submodules
Julien Courtat [Wed, 8 Feb 2017 17:16:42 +0000 (18:16 +0100)]
Updated git submodules

Project: netvirt master bdb9bbf19e0848ad8ad1b6358d721f62783fef56

Spec to support IPv6 DC to Internet L3VPN connectivity using BGPVPN

This blueprint spec explains architecture for supporting IPv6 Datacenter
to Internet connectivity using BGPVPN in a SDN controlled by OpenDaylight.
Enhance option b) specification as explained in [0] so that it is possible to
have separated vpns for private inter-dc and for internet access. So that
private vpns keep being private, while an other vpn instance will be publicly
opened.

[0] https://drive.google.com/file/d/0BxAspfn9mEi8OEtvVFpsZXo0ZlE/view

Change-Id: I99b6718d6868fe8b0c49081e2f4cf3897ea1e3f6
Signed-off-by: Julien Courtat <julien.courtat@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
7 years agoUpdated git submodules
Guo Ruijing [Wed, 15 Feb 2017 16:29:40 +0000 (00:29 +0800)]
Updated git submodules

Project: netvirt master fd583fc4e69d975b43b3693f265ec3703421f6ff

Add demo for openstack + new netvirt

Change-Id: I4d9c816ca20c2659f870d7767f01667254ea42ce
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
7 years agoUpdated git submodules
Brady Johnson [Fri, 24 Mar 2017 10:25:06 +0000 (11:25 +0100)]
Updated git submodules

Project: netvirt master 412e165bd4e288fc184d70f382824457704d7a0b

Fixing compilation breakage.

- There were dependencies on Genius that were changed.

Change-Id: I90d1b6dc409bc0c5fb47fda3170a22ddb54f1f38
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Edwin Anthony [Fri, 24 Mar 2017 06:49:17 +0000 (12:19 +0530)]
Updated git submodules

Project: genius master 757fea7366874668e6570e49ee450e855c57f8a1

ITM checkstyle enforcement

Change-Id: I3b06cd1d2361ccbe9c0c03ad14591d111415095e
Signed-off-by: Edwin Anthony <n.edwin.anthony@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Fri, 24 Mar 2017 10:27:37 +0000 (10:27 +0000)]
Updated git submodules

Project: genius master 293285d84d7ebd9f5cae68c137d07c0a23c311d8

Merge "interface-manager - Minor logging enhancement"

interface-manager - Minor logging enhancement

Adding bfd-state in the update log information

Change-Id: Id8b4a6a38c1fc71d64c39783544f9f9d64be38f9
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoAdd clarifications to clustering docs 76/53776/1
Lorand Jakab [Fri, 24 Mar 2017 09:36:24 +0000 (11:36 +0200)]
Add clarifications to clustering docs

Document clarifications brought up by this mailing list thread:

https://lists.opendaylight.org/pipermail/controller-dev/2017-March/013315.html

Change-Id: I096b6e620553426eb09aec62079d3e53cb101762
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Vivek Srivastava [Fri, 24 Mar 2017 09:25:36 +0000 (09:25 +0000)]
Updated git submodules

Project: genius master 7bbfc6dbf06ed737472885c1e46276c011b79d74

Merge "Revert "Spec for Counter Framework bundle""

Revert "Spec for Counter Framework bundle"

This reverts commit 5b27499fd1f7ca7635b50955d194b2d37104b1a7.

Change-Id: I42128c022d8f6f99a312329736a51feecc7f40a1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
David [Wed, 22 Mar 2017 15:31:27 +0000 (16:31 +0100)]
Updated git submodules

Project: genius master 4f9d73b389140bd8b5374e3974ae7306a054beb2

Fix issues related to checkstyle enforcement for module
interfacemanager-impl

- Dates
- Line lengths
- Formatting
- Exception catching
- Order imports
- Change variable names
- JavaDoc
- Move variables closer to their declaration
- Shorten type declarations
- Remove redundant modifiers

Note: more patches needed, checkstyle not enforced yet.

Change-Id: I252a1a2a120c92065b12cc714c01550dcbefa091
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Anil Belur [Fri, 24 Mar 2017 06:26:05 +0000 (06:26 +0000)]
Updated git submodules

Project: releng/builder master befb9cef2c58c6c5c6d96c6fa0554512006bdc02

Merge "Disable ubuntu16.04 packer merge job for gpb"

Disable ubuntu16.04 packer merge job for gpb

Change-Id: Ic01a5c20bc76e534c88eae20fa0c08559b0443f5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Mor Zvi [Sun, 5 Feb 2017 16:14:34 +0000 (18:14 +0200)]
Updated git submodules

Project: integration/test master ba3570eb46b8290169c90a79c451e2b77bf23e5a

refactor dhcp function

change Verify VMs Received DHCP Lease func name
to Collect VM IP Addresses, remove the for loop and
use WUKS instead.

Change-Id: If814321915fbe6b5ddca3bd694d501af0657ff62
Signed-off-by: Mor Zvi <mor.zvi@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 24 Mar 2017 02:13:41 +0000 (02:13 +0000)]
Updated git submodules

Project: releng/builder master 4c795879a60c04e5083cc1fe94fbfa4516017201

Merge "Build Ubuntu 16.04 for mininet-ovs-2.5"

Build Ubuntu 16.04 for mininet-ovs-2.5

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

Change-Id: Ide927e10cd35f131a4507bb898ad5d4520843f07
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Fri, 24 Mar 2017 02:05:53 +0000 (02:05 +0000)]
Updated git submodules

Project: releng/builder master 9fb02ffd64be734a874f6fb0563731fd4870f9fd

Merge "Add job to automatically cleanup old images"

Add job to automatically cleanup old images

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

Criteria:

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

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

Change-Id: Id4ce204393408a087739ea18d1dd9700d346ad30
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Shashidhar Raja [Fri, 10 Mar 2017 14:20:57 +0000 (19:50 +0530)]
Updated git submodules

Project: netvirt master ddfe3934e4df1dce0c54b32a1cd0b1106852852a

Bug 7775: Updated to use DataStoreJobCoordinator for flow programming

Updated syncFlow() in AbstractAclServiceImpl.java to use DJC while flow is
added/removed to serialize/parallelize flow programming based on device
id. This also avoids possibility of OptimisticLockException getting
generated from ACL while flows are programmed.

Also, Interface state listener updated to use DJC to serialize/parallelize
interface state processing changes.

This review is dependent on below genius patches:
https://git.opendaylight.org/gerrit/#/c/53143/
https://git.opendaylight.org/gerrit/#/c/53352/

Depends-On: I8c15af6607f83a08354520872e4a5ff0ea16d2bf
Change-Id: I578cdf332d8e5575ac31b3b7c5fdf9d7ea86013d
Signed-off-by: Shashidhar Raja <shashidharr@altencalsoftlabs.com>
7 years agoUpdated git submodules
A Vamsikrishna [Fri, 10 Mar 2017 06:50:36 +0000 (12:20 +0530)]
Updated git submodules

Project: netvirt master 3b317e85ff698818e8fba1863d69fe2651685f0e

Bug 7913: QosInterfaceStateChangeListener IllegalArgumentException

Fixed it by avoiding IllegalArgumentException through regexp check.

Change-Id: I8c474eae6629a7219a524a5de3cd92e087c6e746
Signed-off-by: A Vamsikrishna <a.vamsikrishna@ericsson.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
hari.pr [Wed, 1 Mar 2017 14:53:18 +0000 (20:23 +0530)]
Updated git submodules

Project: netvirt master d4948cb12962e37bd6d478a176b7c21133920e2d

Bug 7816: NullPointerException while create a router in external network provider

 * Problem:  Patch port for br-ex is not updated with port name = "patch-ex" into
             localcache during stack up for follower node, thus NullpointerException.
 * Solution: Patch port name is constructed by passing external bridge name and
             as it was constructed on fly in getPatchPortName() in VLANProvider.java,
             patch port name entry was not stored in 'patchPortNames' map.
             However, 'patchPortNames' map will have default value as "patch-ext" for
             patch port name.Default value will be used
             when 'ovsdb.l3.fwd.enabled=yes' in custom properties file.

Change-Id: I9e446529c1962b41c9e97644d59a35dea4606740
Signed-off-by: hari.pr <hari.pr@hcl.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
gobinath [Thu, 23 Mar 2017 04:38:54 +0000 (10:08 +0530)]
Updated git submodules

Project: netvirt master ed38572e6d226cfdfdeb7357dd4820eab7877a69

Bug 8054: Fix IndexOutOfBoundsException in VrfEntryListener

Issue:
The exception occurs in case handling cleanupDpnForVpn in case of the
prefix not being an extra route as the usedRds is being tried to be
accessed to fetch the extraRoute(it is absent for the non-extra route
prefixes) and so throws the exception.

Fix:
A condition has been indroduced to fetch extraRoutes only if the prefix is
extra route else extraRoutes is set as absent.

Change-Id: Ie6ac4e4121e8dc1e418d21f77ccf41882b78d968
Signed-off-by: gobinath <gobinath@ericsson.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Thu, 16 Mar 2017 18:23:57 +0000 (19:23 +0100)]
Updated git submodules

Project: netvirt master a3cc4ec871bb64bf8fafdf5ff30848a04991fdc7

Add setPeerSecret to thrift service BgpConfigurator

A new function 'setPeerSecret(ipAddress, secret)' has been
added to thrift service 'BgpConfigurator' inorder to
configure the shared secret needed by TCP MD5 Signature
Option.

See spec qbgp-tcp-md5-signature-option [0].

[0] https://git.opendaylight.org/gerrit/#/c/52218 Ibdb0675c0045754e575b73deba2dfebde4b56bc5

Changelog:

- qbgp.thrift: add function 'setPeerSecret' to service
  'BgpConfigurator'. Add BGP_ERR_NOT_SUPPORTED error code.

- Update generated file BgpConfigurator.java.

- Update generated file qbgpConstants.java.

- BgpRouterException.java: add specific messages for
  setPeerSecret.  Add BGP_ERR_NOT_SUPPORTED message.

- BgpRouter.java: overload BgpRouter.addNeighbor.

Change-Id: I3e19372e29dd1e83f1ea6e394bf7cc941de9d9a6
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
chandrag [Wed, 22 Mar 2017 10:45:57 +0000 (16:15 +0530)]
Updated git submodules

Project: netvirt master 1fd4f4601c7f8999f769e3f27d3fffdeaa1c8a96

Code changes to support qos-rule-types

Change-Id: I80587e96ed7d200b788a3f8ac981e7b46b5d3f47
Signed-off-by: chandrag <chandramohan.grandhi@tcs.com>
7 years agoUpdated git submodules
Somashekar Byrappa [Wed, 8 Mar 2017 14:01:11 +0000 (19:31 +0530)]
Updated git submodules

Project: netvirt master dfb62972f1ccafe87f1c94eb2c861aa4ec008a02

Bug 7912 - ACL issue related to AAP with prefix 0.0.0.0/0

+ Supporting AAP with prefix 0.0.0.0/0 for remote security group rules
would lead to a potential security breach. This would result in allowing
the traffic from all the IPs for a VM.

+ This fix removes support for AAP with 0.0.0.0/0 as part of remote
security group rules/flows configuration.

+ Support for AAP with 0.0.0.0/0 will be retained only for anti spoofing
flows which are configured in table 40/251.

Change-Id: Ib1e17cd3007b05f6c6d2bb4c8514c667380c1b7e
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 23 Mar 2017 23:47:42 +0000 (00:47 +0100)]
Updated git submodules

Project: genius master b9378f25066169c0186615e125ae95513cfe6084

Revert "ITM Tep Auto Config Unit test using Guice."

This reverts commit 381310f948d04ca1c1b830b366c81dada39bcb55.

Change-Id: Id07f7820f609db45c9c0f477f0d839f09d4a5297
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
mangel [Mon, 6 Mar 2017 12:18:18 +0000 (13:18 +0100)]
Updated git submodules

Project: integration/test master 8b655340e9e566619652ca3102df78c158f1d306

TLS tests for Restconf Northbound interface

Support for configuring, activating and executing HTTPS requests towards
northbound interface provided by Jetty.
Note for activating certaing configurations it is required to restart
ODL completely by means of Karaf command: shutdown -r

For reloading certificate information (keystore/trustore) it is only
required to restart jetty bundle. Note this operation is not supported
officially for production environments.

These tests are based on openssl/keytool external commands.

Change-Id: I21b2d2f60d65a04342ef6d1de882c2b59915f40b
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 23 Mar 2017 21:26:53 +0000 (21:26 +0000)]
Updated git submodules

Project: integration/test master b5455e24d30195755dad3146746798ba0ae34793

Revert "Bug 8033 - Skip test_mtu_sized_frames"

This reverts commit d97a731e82f1b79614fe0beb9c1de97a3d48a25e.

Change-Id: Ib70cf01926bc4757f8a9f5fe25e478b888dbb622
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 23 Mar 2017 23:37:55 +0000 (23:37 +0000)]
Updated git submodules

Project: releng/builder master d2485d78d895d07ce28daf8795cef228d8cdff55

Merge "Bug 8033: Change path_mtu to fix mtu tempest test"

Bug 8033: Change path_mtu to fix mtu tempest test

Change-Id: Ia33f7a0d2ad484b209b792ef58f629a5a1df77e9
Signed-off-by: Revital Aronis <revital.aronis@hpe.com>
7 years agoUpdated git submodules
Miguel Perez [Mon, 13 Mar 2017 16:56:56 +0000 (17:56 +0100)]
Updated git submodules

Project: netvirt master ab5fbaf6c9afc7d030478a7a877fa43d35bd6daa

Fix RemoveVpnPseudoPortJob logger name

 + Since it gets very confusing when reading the logs

 + And I take the chance to add some more debugging traces to
   VpnServiceChainUtils.

Change-Id: Ic6b6712f2c4c74d041fd68a73cfb6ef0bd8b5caf
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
VinothB [Mon, 13 Feb 2017 04:22:04 +0000 (09:52 +0530)]
Updated git submodules

Project: netvirt master 9c7c4dd8dfe51315610371fc8f43d5fd58343bc6

Bug 7606: Fix for missed tunnel flows, after VM live migration

   * Skip deleting the flows in table 110 and table 20 when processing an
    interface deletion event from OVSDB in the case that the interface
    deletion is due to VM migration.
   * Remove the Port Name from flowName so that, the same entry gets
    updated during the update notification processing while live migration.

Change-Id: I2b917e50e07af4ed840d811a9c3f0a131281bd12
Signed-off-by: VinothB <vinothb@hcl.com>
Signed-off-by: arthi.b <arthi.b@hcl.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Tue, 21 Mar 2017 07:21:28 +0000 (12:51 +0530)]
Updated git submodules

Project: netvirt master 4c83527bbb8e1765287a5c21b925005ec1953ad3

Fix the metadata programming/recovery for subnetroute

The following genius review
https://git.opendaylight.org/gerrit/#/c/53546

alters the subnetroute metadata mask. So we have
to fix subnetroute handlers to align with the
new metadata mask for subnetroute.

Change-Id: I9855c20f0af4c51b03b76ece2604cbf328739236
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Tue, 21 Mar 2017 14:02:25 +0000 (15:02 +0100)]
Updated git submodules

Project: netvirt master 3fb78d5201796621b8a089eac5ec3eb951d535e8

Add --tcp-md5-password to bgp CLI

Optional option '--tcp-md5-password' has been added to karaf
console commands 'odl:configure-bgp' and 'odl:bgp-nbr'.

See spec qbgp-tcp-md5-signature-option [0].

[0] https://git.opendaylight.org/gerrit/#/c/52218 Ibdb0675c0045754e575b73deba2dfebde4b56bc5

Changelog:

- BgpConfigurationManager.java: Overload
  'BgpConfigurationManager.addNeighbor'.

- BgpManager.java: overload 'BgpManager.addNeighbor'.

- ConfigureBgpCli.java: add option --tcp-md5-password to command
  'odl:configure-bgp'.

- Neighbor.java: add option --tcp-md5-password to command
  'odl:bgp-nbr'.

Change-Id: I933177239b54fbc370d4a97901cf423cade36def
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 23 Mar 2017 19:47:12 +0000 (19:47 +0000)]
Updated git submodules

Project: genius master f4268b2b491501cd09030ef25badbbea64c7a9cd

Merge "Fix overlapping bits in metadata between lport tag mask and elan subnet route mask."

Fix overlapping bits in metadata between lport tag mask and elan subnet route mask.

When creating a VrfEntry with SubnetRoute augmentation, VrfEntryListener installs a
flow with vpn-id and elan-tag, but this overrides part of the lport-tag bits.
It looks like vpn-id is allocated in the range of 70,000 to 100,000,
but METADATA_MASK_VRFID has 31 bits (00000000FFFFFFFE).

This change shortens the VRFID to 23 bits which is enough for the vpn-id,
and shifts the elan subnet route mask which solves the overlapping.

Change-Id: Iaf23a15f41229782908dc56146e3dfae0cc78c58
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Brady Johnson [Wed, 15 Mar 2017 18:10:32 +0000 (19:10 +0100)]
Updated git submodules

Project: netvirt master 31dc9a42f8cab1790482c2eb2a739cf0ac052dae

First version of New Netvirt SFC classifier

- Only contains the class structure and minimal impl so far
- Fixed code review comments

Change-Id: Idc9ae549b5a42a2c528e3f14b80d56a1030d19d5
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 22 Mar 2017 21:03:51 +0000 (21:03 +0000)]
Updated git submodules

Project: integration/test master cd85189d835e205c8957863d85623527f63fc519

Revert "Skip RoutersNegativeTest for mitaka"

This reverts commit 8cb9be37bba876e8f366530b032439edf3ffb6f5.

Change-Id: I131a7a57ed44e038c7626ed4fd029f998b8744b3
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 23 Mar 2017 17:34:09 +0000 (17:34 +0000)]
Updated git submodules

Project: aaa master 203b6e52c3c04038546b8b9f0e4168ecfef11161

Merge "Revert "Migrate to karaf4 for the local karaf distribution""

Revert "Migrate to karaf4 for the local karaf distribution"

This reverts commit fbfe065aa9fdbcd67eb71e913421db4c749683e4.

Change-Id: I69bd0d37a98066dfe4dbbe29a2145b9d138bc3ff
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Vratko Polak [Thu, 23 Mar 2017 17:02:29 +0000 (18:02 +0100)]
Updated git submodules

Project: integration/test master 69b7d7a8da5f00780f3359508a5c47ab5b88409a

Fix NexusKeywords to autorelease URLs

Autorelease staging directories
do not have metadata for timestamps to parse.

Change-Id: I8904aaa1584e92adbca0ae6af8b69948ac2300fc
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vinh Nguyen [Tue, 28 Feb 2017 22:08:03 +0000 (14:08 -0800)]
Updated git submodules

Project: netvirt master 27690232cc37487eb0af033c7454367126b5cb5b

Bug 7863 - Add Layer 4 Match for flow entries for TCP/UDP security
           group rule with no min/max

The methods Ingress/EgressAclService::ingress/egressAclTcp/Udp
incorrectly assume that portRangMin/Max values are always specifed.
This is not true when using openstack command lines to
define SG rule for TCP/UDP with no min/max ports specified.
As a result, no layer 4 match are added to the flow entries.

The fix is to add logic to handle null min/max values for the
above scenarios.

Change-Id: I537f51fdd56d8aca3711a38cd5fd2c5eba5d9af9
Signed-off-by: Vinh Nguyen <vinh.nguyen@hcl.com>
7 years agoUpdated git submodules
Tomas Janciga [Thu, 23 Mar 2017 09:02:37 +0000 (02:02 -0700)]
Updated git submodules

Project: integration/test master 8a8bbd2d0ad94bfbc3eeee381a5678c210440c73

Chang expected parentId format to SP-relative

Change-Id: I628f3ab196b1c8aafb6ebb213ffdc64c1a6cd824
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 23 Mar 2017 15:40:22 +0000 (16:40 +0100)]
Updated git submodules

Project: infrautils master ef8439c94abc937bd59e77a7e37c41f0c8a19a18

.gitignore .fbExcludeFilterFile

This file is created by the FindBugs Eclipse plugin.

Change-Id: I6e9ac165bbfb2b3be55c033b7f64f7342d2fdb8c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vivek Srivastava [Thu, 23 Mar 2017 15:15:38 +0000 (15:15 +0000)]
Updated git submodules

Project: genius master 70a598490e041e507e4ccd112e212ec1483f7665

Merge "Change externalId tep param dpn-br-name to br-name"

Change externalId tep param dpn-br-name to br-name

ExternalIds TEP parameter 'dpn-br-name' is changed to 'br-name'
to keep it in sync with Openstack.

Change-Id: I0a5bfacfb7ee50aac69696be09697cf930f77b19
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
7 years agoUpdated git submodules
Vivek Srivastava [Thu, 23 Mar 2017 15:15:03 +0000 (15:15 +0000)]
Updated git submodules

Project: genius master 57d6ab32a22f0d4a6f82caaf38734f35e8f36aba

Merge "ITM Tep Auto Config Unit test using Guice."

ITM Tep Auto Config Unit test using Guice.

Added cases for:
- Change for def-tz-enabled and def-tz-tunnel-type config paramters
- Default-TZ creation and deletion based on def-tz-enabled flag
- TEP addition and deletion into/from default-TZ
- TZ creation and TEP addition into TZ
- TZ deletion and TEP deletion from TZ
- TEP addition and deletion into/from default-TZ via southbound
- TEP addition and deletion into/from northbound configured TZ via southbound
- TEP addition and deletion into/from NotHostedList via southbound
- Move TEP from one TZ to other TZ by changing tzname parameter in
  ExternalsIds list in Ovsdb node from southbound
- Update TEP for its bridge by changing dpn-br-name parameter in
  ExternalsIds list in Ovsdb node from southbound

Change-Id: Ie5300632009c174d571903cda137e829b995fb55
Signed-off-by: Tarun Thakur <tarun.t@altencalsoftlabs.com>
7 years agoUpdated git submodules
Brady Johnson [Thu, 23 Mar 2017 09:38:35 +0000 (10:38 +0100)]
Updated git submodules

Project: genius master 7e257975a539b97c50b3c452cfe69de9676c9986

Minor changes for Netvirt Egress Classifier tables

- renamed EGRESS_SFC_CLASSIFIER_ACL_TABLE to EGRESS_SFC_CLASSIFIER_NEXTHOP_TABLE
- Added EGRESS_SFC_CLASSIFIER_EGRESS_TABLE

Change-Id: Ia2b6ca3824e9196ad8954c078f7ce5f0baa71737
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 21 Dec 2016 00:18:54 +0000 (16:18 -0800)]
Updated git submodules

Project: integration/test master 22baca42969206653b7c29225fb165097a5232db

Add ovsdb test case for validating bug 7414

Change-Id: Id2deac2b4c4847c6b7c5a1187171390ab5024fef
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Tue, 21 Mar 2017 12:12:26 +0000 (13:12 +0100)]
Updated git submodules

Project: netvirt master 5a4c602aa58f1c23a1dbf982ceb058e081029cc2

Spec for TCP MD5 Signature Option of QBGP

This spec provides documentation of "Support for TCP MD5 Signature Option
configuration of Quagga BGP".

Change-Id: Ibdb0675c0045754e575b73deba2dfebde4b56bc5
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Mon, 20 Mar 2017 16:59:28 +0000 (22:29 +0530)]
Updated git submodules

Project: netvirt master cd04176785106716fe3b575e0108c628ba361e60

Bug 8023 Handling ELAN remote DMAC programming correctly

* Fixing the issue related to synchronization key for programming remote
dmac entry
* code cleanup while handling tunnel add DCN
* added required info logs to collect the logs to know about possible
races. Will get it removed once this issue is completely solved.

Change-Id: I82d3cc1a44696d9dfae531fac818295ba75d28a9
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Brady Johnson [Mon, 20 Feb 2017 09:00:57 +0000 (10:00 +0100)]
Updated git submodules

Project: netvirt master 6d7bd7cbdc95cb3bfcd9ed058fa4ea2e731bc415

Blueprint for new-sfc-classifier

- Added Genius integration info provided by Jaime
  Camaaño Ruiz
- Work items added by Miguel Duarte De Mora Barroso
- Addressed code review comments
- Added detail about ACL network-uuid match field
- Added detail about services, priorities, and last hop
- Finalized the source directory, karaf feature name,
  a few other details.
- Added classifier and sff pipelines
- Minor syntactical improvements
- Ingress SFC service wont resubmit to Ingress, only to Egress
- Added link to Google doc slides for reference only

Change-Id: I18d34ebf1b7741b16ce1e57204c1c4dda8e2f708
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 23 Mar 2017 10:46:01 +0000 (10:46 +0000)]
Updated git submodules

Project: genius master 871d863713e6644025ac15033133780590108c17

Merge "TestIMdsalApiManager with naturally sorted flows"

TestIMdsalApiManager with naturally sorted flows

This leads to much clearer failure messages in assertFlowsInAnyOrder()

Change-Id: Ic7c07d7eb29a8937b88d3b094c2fcdcdad755ee4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 23 Mar 2017 10:34:34 +0000 (11:34 +0100)]
Updated git submodules

Project: integration/test master fb3e9013f5d50fba85dbd77d112f02ff34aa61c2

Remove noloss suite in Be and B controller's rest-cars-perf jobs

Change-Id: I24f93ab957de5529b9eab78d4d82fad0ebb1b9eb
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Faseela K [Tue, 14 Feb 2017 19:16:37 +0000 (00:46 +0530)]
Updated git submodules

Project: genius master 4b00212d14d92a49c59a81c96d848398667d40a9

Removing Deprecated Listener Base Classes

Refer the weather item for more details:
https://wiki.opendaylight.org/view/Weather#Genius_AbstractDataChangeListener_clean-up

Change-Id: Ibb5e04c02fb94bca64c7c6d7c34210469aa913eb
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Yakir Dorani [Sun, 5 Feb 2017 11:37:48 +0000 (13:37 +0200)]
Updated git submodules

Project: infrautils master fc598bec15af582d09726b93b0e10efc1fdc7a17

Move DataStoreJobCoordinator from genius to infrautils

Change-Id: Iacbf938b9bede086d754e5494d5b50fdbe28a705
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Guy Regev [Thu, 23 Mar 2017 07:13:44 +0000 (09:13 +0200)]
Updated git submodules

Project: netvirt master b69f3f01a2daf7dd20f58c08fdf4c5867eb73e7b

Fixed element counters doc format

Change-Id: I11a53567173f6ad2a7b9320ce24b4c0958ed268e
Signed-off-by: Guy Regev <guy.regev@hpe.com>
7 years agoUpdated git submodules
Ursicio Martin [Thu, 9 Mar 2017 14:30:03 +0000 (15:30 +0100)]
Updated git submodules

Project: integration/test master c4feb1cce84086cc8f4f296943f76513741c55ab

AAA: Keystone Authentication  Authorization

Change-Id: I696dc3a6bce252fc2e032e7c902fb35479cfaa8b
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 22 Mar 2017 19:24:21 +0000 (19:24 +0000)]
Updated git submodules

Project: releng/builder master 5792033ab1af50b01365f8dbed40309a98a294cb

Merge "Bug 7974: Create check job for distribution"

Bug 7974: Create check job for distribution

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

Change-Id: I3ab85ba932b382c793bd5a713e8ee813cecd566c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Revital Aronis [Tue, 21 Mar 2017 11:40:00 +0000 (13:40 +0200)]
Updated git submodules

Project: integration/test master d97a731e82f1b79614fe0beb9c1de97a3d48a25e

Bug 8033 - Skip test_mtu_sized_frames

Change-Id: Iacbecc9e978f795dadb7b8e73598269933909532
Signed-off-by: Revital Aronis <revital.aronis@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 22 Mar 2017 17:06:34 +0000 (18:06 +0100)]
Updated git submodules

Project: integration/test master 16d61d6ec3b32c57b0944ad079153796ba80e4ee

Fix typo in ClusterManagement.List_All_Indices

Change-Id: I27caae107eca695f2ba2567cbe161a750d33b749
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 22 Mar 2017 01:02:41 +0000 (18:02 -0700)]
Updated git submodules

Project: integration/test master 8cb9be37bba876e8f366530b032439edf3ffb6f5

Skip RoutersNegativeTest for mitaka

This is from the tempest.api.network suite. This is a newly (as
of Mar 2017) added test and fails in mitaka. The openstack fix
was made for newton+ but will not be backported to mitaka.

Change-Id: Ieb8062badd8b305da6d6b43d45b3ea34a88b579b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Faseela K [Fri, 3 Feb 2017 18:35:24 +0000 (00:05 +0530)]
Updated git submodules

Project: infrautils master bc0f0647de5e24ff2ed4efb456ad40ac4dadc7a7

Spec for Job Coordinator Framework

Change-Id: I53c4224b2f1748f454523a16c2f5cc2fa166b63c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Brady Johnson [Fri, 17 Mar 2017 10:05:45 +0000 (11:05 +0100)]
Updated git submodules

Project: genius master 36425760576ab7c8fa774309df74151183a8fb50

Changes for New Netvirt SFC Classifier

- Adjusted service priorities
- Added SFC Classifier service, ingress and egress
- Added SFC Classifier table offsets
- More detail in Netvirt blueprint:
      https://git.opendaylight.org/gerrit/#/c/52063

Change-Id: I6d738979aaf4358bb429b538c8ee935e36fccd5a
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
Vratko Polák [Wed, 22 Mar 2017 15:20:24 +0000 (15:20 +0000)]
Updated git submodules

Project: releng/builder master d4e38516a770664abe12d6c916847574026f9087

Merge "Add jmespath module used by TeplatedRequests lib"

Add jmespath module used by TeplatedRequests lib

Change-Id: Ic9f11fa4e9eb83590ce4a03b11c33d576b0b009a
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
yair [Wed, 8 Feb 2017 13:25:08 +0000 (15:25 +0200)]
Updated git submodules

Project: netvirt master 1fb11fa2b5539c83d46a51081154c1f371f1d782

Cross compute traffic for external network vpn will go over flat/vlan provider network port

This is part of the Hairpinning tasks.
Set the egress actions to go to the provider network for floating IPs.
Change floating IPs FIB table flows to use the provider network port as action.

Change-Id: I7bf80742980002b471520fc3e50ed1c28baa1945
Signed-off-by: yair <yair.zinger@hpe.com>
7 years agoUpdated git submodules
Jakub Morvay [Wed, 22 Mar 2017 14:21:52 +0000 (14:21 +0000)]
Updated git submodules

Project: netconf master 756ff81979b5c0bcf0657517747ba5c0fdef08a4

Merge "Handle shcema without namespace."

Handle shcema without namespace.

currently when the ODL connects to a device and recieves a schema
without a namespace it disconnects.
This fix allows the ODL to ignore schemas without namespaces, but still
maintains the connection and handles the rest of the schemas which do
have a namespace.

Change-Id: I9134fce17a85a2b5111e5acd0c63516f4c356db8
Signed-off-by: David Goldberg <gdavid@hpe.com>
7 years agoMerge "Add a doc about Namespaces in OpenDaylight"
Colin Dixon [Wed, 22 Mar 2017 14:03:09 +0000 (14:03 +0000)]
Merge "Add a doc about Namespaces in OpenDaylight"

7 years agoUpdated git submodules
Thanh Ha [Wed, 22 Mar 2017 13:27:57 +0000 (13:27 +0000)]
Updated git submodules

Project: releng/builder master 55c330476625fe1b64c1d9431113a013ea2db0ee

Merge "Update docs with renamed ubuntu labels"

Update docs with renamed ubuntu labels

Change-Id: Ib5d0079c8895e7d0f2c64c8234eeb92313e8d712
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 22 Mar 2017 13:26:01 +0000 (13:26 +0000)]
Updated git submodules

Project: releng/builder master a4967ff9b844ee0fd36877729a6dc2e377169bf2

Merge "Trigger verify on commit-message-only changes"

Trigger verify on commit-message-only changes

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

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

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

Change-Id: I8eb8cb21c99acd9d2f92a76c941312ce21efa89c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
jenkins-releng [Wed, 22 Mar 2017 13:13:22 +0000 (13:13 +0000)]
Updated git submodules

Project: releng/builder master 84387d7562ed34bd1e4dc85aa01bc5b8f5a02073

Auto Update CSIT Jobs to run

Change-Id: I51fea1d215431db8bf2181bb6562edc3b63209c6
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Vratko Polák [Wed, 22 Mar 2017 13:01:16 +0000 (13:01 +0000)]
Updated git submodules

Project: releng/builder master f123cc84c07b0e386dc69fa8b4c09a06cb045c40

Merge "Change iotdm-csit-basic to use odl-iotdmcsitdist"

Change iotdm-csit-basic to use odl-iotdmcsitdist

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

Change-Id: I8e905ab5cff5d0cc6c98b71dfd6501b0e7c34a60
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoMerge "Remove l3vpn service docs"
Colin Dixon [Wed, 22 Mar 2017 12:48:57 +0000 (12:48 +0000)]
Merge "Remove l3vpn service docs"

7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 20 Mar 2017 17:55:14 +0000 (10:55 -0700)]
Updated git submodules

Project: integration/test master eeadbf12a49dab4cc8523975d0defb8e407012ab

Remove the pydocstyle ignore statements

pydocstyle is not currently running, so these statements were
irrelevant.

And, if you do enable the PyDocStyleBear in the .coafile then you will
see tons of errors, even with those ignore statements.

Change-Id: I80786f0734640110a2f50123aacd071ce4ef223c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Wenbo Hu [Tue, 21 Mar 2017 23:46:39 +0000 (10:46 +1100)]
Updated git submodules

Project: netconf master c82fa3134d0f582f7e49f5b6cfe8e50a02d77f19

Bug: 8037 YANG Patch using "replace" instead of "merge"

Change-Id: Ic53b0649b52529e9bf244b82d85582d343aa95e9
Signed-off-by: Wenbo Hu <huwenbo1988@gmail.com>
7 years agoUpdated git submodules
karthikeyan [Fri, 17 Mar 2017 15:19:23 +0000 (20:49 +0530)]
Updated git submodules

Project: netvirt master bb5c815dfc4b1732a9a469d51f541b9a266cfea7

Ethernet VPN (EVPN_RT5) Enhancement to FIB for NAT

This code review (5th Review) is part of EVPN_RT5 enhancement to NAT
Feature.

This code changes is responsible for installing remote FIB (L3_FIB_TABLE) entries for external IPs
(Floating IPs and External Fixed IPs) for EVPN_RT5 (VXLAN) networks only.

Change-Id: I49a43b26f6aa869a126714e46e6ab202c3dfefbb
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>