docs.git
7 years agoUpdated git submodules
eupakir [Sat, 25 Feb 2017 14:08:38 +0000 (19:38 +0530)]
Updated git submodules

Project: netvirt stable/boron 1eb928d9286a0ee1fbb3ea07cff407b3bba8cf22

BUG 7727 : Local and Connected routes do not get imported

Route Origin for Subnet Routes and Local VM routes were changed from
STATIC to CONNECTED and LOCAL, respectively. Hence, the import/export RT
functionality for VPNs was broken.

Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Conflicts:
vpnservice/fibmanager/fibmanager-api/src/main/java/org/opendaylight/netvirt/fibmanager/api/FibHelper.java
vpnservice/fibmanager/fibmanager-impl/src/main/java/org/opendaylight/netvirt/fibmanager/FibUtil.java
vpnservice/fibmanager/fibmanager-impl/src/main/java/org/opendaylight/netvirt/fibmanager/VrfEntryListener.java
vpnservice/vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java

Change-Id: I04d8326fcb0bddf77934a63c1eb459f23564323b
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 15 Feb 2017 19:16:03 +0000 (21:16 +0200)]
Updated git submodules

Project: netvirt stable/boron e54df13a58d70dd4bdb245184add3703c46682b1

Fix potential NPEs in ELAN tunnel handling

We encountered null ElanInfos in CSIT after deletion
of all the interfaces via REST in BFD Monitoring suite,
this should not prevent other elanDpns from processing.

Conflicts:
vpnservice/elanmanager/elanmanager-impl/src/main/java/org/opendaylight/netvirt/elan/internal/ElanInterfaceManager.java

Change-Id: I465b62cb5133e6aea5326eb4219fc82a70eab70e
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Konsta Pozdeev [Thu, 16 Feb 2017 11:46:11 +0000 (13:46 +0200)]
Updated git submodules

Project: netvirt stable/boron 603a74830133f1d838ead52e56d495210c8754f9

Bug 7418 Run local group creation as async task with key equal to subsequent tasks.

Change-Id: I515b3b874b50f8e53a931e1a3ee3a2e30f877f8e
Signed-off-by: Konsta Pozdeev <konsta.pozdeev@hpe.com>
7 years agoUpdated git submodules
Somashekar Byrappa [Thu, 2 Feb 2017 14:21:30 +0000 (19:51 +0530)]
Updated git submodules

Project: netvirt stable/boron 795d5d186edc2fdfad50ccb2797779a38a232e1b

Bug 7725:  AAP with prefix 0.0.0.0/0 not supported in ACL

+ Added a check. In case of 0.0.0.0/0 prefix, program flow with just "ip"
match skipping the ip-prefix (0.0.0.0/0).
+ This method is called to configure flows both in table 40 and 251.

+ Handled below issue:
  - Create VM1 & VM2 with AAP 0.0.0.0/0 and default SG.
  - Create VM3 with default SG without AAP.
  - Delete VM2. Observe that +new+trk flow configured for VM2's 0.0.0.0/0 AAP
    prefix gets deleted (related to remote SG) in 252 table even though VM1 still
    exists.
    Flow: cookie=0x6900000, duration=4737.343s, table=252, n_packets=0,
    n_bytes=0,
    priority=61010,ct_state=+new+trk,ip,metadata=0x10000000000/0x1fffff0000000000
    actions=ct(commit,zone=5000),resubmit(,220)

+ Earlier flow priority was generated/used based on SG rule UUID. The
  above case was not handled with this approach.  So, with this fix now
  every ct_state=+new+trk flow will have a unique flow priority within table.
  Flow priorities are generated based on flow ID.

+ For every switch, two ID pools (one each for ingress and egress) are
  maintained which increases the availability of flow priorities.

Change-Id: I646312e1324267913cbb2865a1a8164b23b40372
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Somashekar Byrappa <somashekar.b@altencalsoftlabs.com>
7 years agoUpdated git submodules
eceghkl [Mon, 27 Feb 2017 11:07:37 +0000 (16:37 +0530)]
Updated git submodules

Project: netvirt stable/boron 0d0dd6d24b1948b05761235db22c58ef5823dbc9

Fix for GwMac flow deletion during interface delete

* Without the fix, the mac address used for deleting the flow
  was obtained after quering interface state again. This
  returned null resulting in gwmac table not getting deleted.
* With the fix, interface state is not queried again. Interface
     state passed during interface state deletion notification is
  used to obtain mac address.

Change-Id: I1c091dc8edb722ab58fdf05f6cba1729a583209e
Signed-off-by: eceghkl <manu.b@ericsson.com>
7 years agoUpdated git submodules
naveen [Tue, 14 Mar 2017 08:14:15 +0000 (13:44 +0530)]
Updated git submodules

Project: integration/test master dc7dc824554830cd5e4a50b0e085bf02a03a4674

3 Node Cluster
Verify 10k flows per switch with single switch

Change-Id: I5ab7d3fcc0187df9c76e3be31182c460a881c1de
Signed-off-by: naveen <naveenk.t@tcs.com>
7 years agoUpdated git submodules
Vratko Polak [Thu, 16 Mar 2017 13:23:56 +0000 (14:23 +0100)]
Updated git submodules

Project: integration/test master 50127a8724b4e6ed61a1e19e5bea33863c396a18

ClusterManagement.List_Indices_Or_All

Consumers of the old private name updated:
BulkomaticKeywords, KarafKeywords, MininetKeywords, OVSDB,
staggered_install, internal ClusterManagement calls.

ClusterManagement__Given_Or_Empty_List removed
as nobody calls that.

Change-Id: I697c1ca7be8f3dc54fd076cd2c86083a469e04e0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 17 Mar 2017 19:53:47 +0000 (12:53 -0700)]
Updated git submodules

Project: integration/test master e1f198b16b6159140d4374e1ed3248091fcc61c2

Add gitcommitbear

This will enforce better commit messages to hopefully align with
our best practices:

https://wiki.opendaylight.org/view/BestPractices/Commit_Messages

This was agreed to in the integration weekly meeting. item 3g here:
https://meetings.opendaylight.org/opendaylight-integration/2017/integration/opendaylight-integration-integration.2017-03-16-16.03.html

Change-Id: I1912ae79e76cc6499537ab2e30d035de1ae78026
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Nazeerahamed [Wed, 15 Mar 2017 21:13:27 +0000 (14:13 -0700)]
Updated git submodules

Project: integration/test master c7d48eae3ac0d6923c5e4bed5473db7fe4b2e711

Representation of Get Request output to proper JSON format

Change-Id: I6c00244774f2f76058778a91c086c2513ac93efd
Signed-off-by: Nazeerahamed <nazeerahamed.hunshyal@tcs.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 17 Mar 2017 20:36:54 +0000 (16:36 -0400)]
Updated git submodules

Project: integration/test master 8d9fde3e0d522eb4714fbbee642054560143b948

Fix PEP8 issues

Change-Id: I11a83413b03e231af0efff1352e17cbf5d3126e9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
mor.zvi [Wed, 15 Mar 2017 09:20:27 +0000 (11:20 +0200)]
Updated git submodules

Project: integration/test master 952b8b6943d6a3728e53599faf0e3497188e26c6

Check that DHCP server address is not None

in some cases it seems the nova console-log will already show the
obtained lease (the instance ip address) but not yet show the
nameserver string we are looking for (test moving too fast). So,
we need to make sure we keep checking until we have all of it.

Change-Id: If50742be982e54a8c9f0274de262ae24a2144faf
Signed-off-by: mor.zvi <mor.zvi@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Karthik.S [Wed, 25 Jan 2017 15:13:01 +0000 (20:43 +0530)]
Updated git submodules

Project: integration/test master 60b4b104198e8815e6dcc77b083c2eb0f4f94ce7

Fix for VTN Coordinator csit failure of Boron

Change-Id: I95175fae83b7805224b5cfe29d724ab9841c139f
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
7 years agoUpdated git submodules
Jakub Morvay [Fri, 17 Mar 2017 21:46:49 +0000 (21:46 +0000)]
Updated git submodules

Project: netconf stable/boron 2e25d21d8e2499d62730bb2722f2b19b325306cc

Merge "Bug 7906: Fixed json parsing on patch request" into stable/boron

Bug 7906: Fixed json parsing on patch request

Currently lists with simple objects (string, int, etc.) are not
supported in the patch request. This commit adds support for that.

Change-Id: I4310a683aa42271b914c5dd8c3349bb2bac9e971
Signed-off-by: David Goldberg <gdavid@hpe.com>
7 years agoUpdated git submodules
Anil Belur [Fri, 17 Mar 2017 21:44:32 +0000 (21:44 +0000)]
Updated git submodules

Project: releng/builder master f9514a416ef3b08b7c01f6d04394649cb8ddf50f

Merge "Temporary workaround for Nexus SNI issue"

Temporary workaround for Nexus SNI issue

This should be reverted once Sonatype has an updated nexus staging
plugin for us.

Trello: https://trello.com/c/VBeO8STM
Change-Id: Ia7c0916d6b181bfd153183ea5defb39ed8f7b7d5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 17 Mar 2017 19:52:07 +0000 (19:52 +0000)]
Updated git submodules

Project: releng/builder master 63803d6553025ade4e80b2fdd742b3703800b04e

Merge "Set recommended ~/.ssh folder permissions"

Set recommended ~/.ssh folder permissions

- set ~/.ssh permissions to 700, which is being set as 755 by default

Change-Id: I2ed9c0ad5494b02f503fa9616f6ca5dee5e9af9d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 17 Mar 2017 19:39:05 +0000 (15:39 -0400)]
Updated git submodules

Project: releng/builder master ee546e50e103d4ace42530daf34632227d8938f8

Run a sync before restarting spectrometer-api

Fixes issue with mirroring when a new repo is created in Gerrit.

Change-Id: I730df43d856e026ab1b002cd6a03cb6ea9666328
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 17 Mar 2017 17:13:47 +0000 (13:13 -0400)]
Updated git submodules

Project: releng/builder master 8d85275b4aae34b5556e90536972838efddf0726

Fix mailing list address

Change-Id: I3ccd5cb92aa9b1f9a70ab8cd3390aab30954a521
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 17 Mar 2017 16:28:48 +0000 (09:28 -0700)]
Updated git submodules

Project: releng/builder master bae50f62975a203579d54f5fb3f6978296e7bbc7

Update devstack images to latest available

Change-Id: I94092f80cdb52b8d9a11a8c7fa5a53f70f18fb9e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Updated the postgres rpm version to be installed for the VTN Coordinator modul...
Colin Dixon [Fri, 17 Mar 2017 16:39:06 +0000 (16:39 +0000)]
Merge "Updated the postgres rpm version to be installed for the VTN Coordinator module" into stable/boron

7 years agoUpdated git submodules
Thanh Ha [Fri, 17 Mar 2017 14:32:11 +0000 (10:32 -0400)]
Updated git submodules

Project: releng/builder master 9b0259e0d4afed4f22b1d84a570eb09dfd51b349

Bump staging plugin to latest version

Hopefully this fixes the SNI issue on deploy due to certificate change
on nexus.opendaylight.org.

Change-Id: I7648841c98563b77f18066e6aae36dd3c091b88e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Tomas Cere [Fri, 17 Mar 2017 14:21:31 +0000 (14:21 +0000)]
Updated git submodules

Project: netconf stable/boron 9c84382bfb600b34bb162050cbceb0e093d338cc

Merge "Bug 7295 - Incorrect handling of device transactions in clustered setting" into stable/boron

Bug 7295 - Incorrect handling of device transactions in clustered setting

Transactions on mounted device in clustered setting are delegated to
leader node and leader node actually configures the device.

Implementation, hovewer, depens only on one transaction at a time.
Delegated calls can interleave together, for example one node can submit
transaction of the other node.

Explicitly open a new tranasction before applying any operations to it.

Change-Id: I0c5715a9cd089dd809b071d411884e71e9793849
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
(cherry picked from commit da599396d0581c113dba72b33f811c2a0d18ec9b)

7 years agoUpdated git submodules
Tomas Cere [Fri, 17 Mar 2017 13:54:35 +0000 (13:54 +0000)]
Updated git submodules

Project: netconf stable/boron 5c16fe42e6755fb2e3f0fbe2b4ba09d754ea25f2

Merge "Clear out tx reference immediately after submit." into stable/boron

Clear out tx reference immediately after submit.

When sumbmitting multiple transactions after each other
you could get into a state in which a transaction was submitted
and the reference wasn't cleared out in the callback resulting in
attempts to use an already finished transaction.

Change-Id: Iebf6ed10760c106e45c51665c63f45debe7e7063
Signed-off-by: Tomas Cere <tcere@cisco.com>
(cherry picked from commit c3cb4f829d82cd7e6d191152b0d6f53eacb68501)

7 years agoUpdated git submodules
Tali [Thu, 16 Mar 2017 18:28:57 +0000 (20:28 +0200)]
Updated git submodules

Project: integration/test master 94af2194bc5ed786c262ffddfc3c627aa7a7266d

ITM Get Tunnel backwards compatibility with Boron

Change-Id: Ib7821b9723c6d833d6b0c69c9ab45053a39e2444
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated the postgres rpm version to be installed for the VTN Coordinator module 74/53474/2
Karthik.S [Fri, 17 Mar 2017 18:06:53 +0000 (23:36 +0530)]
Updated the postgres rpm version to be installed for the VTN Coordinator module

* As the old postgres version used by VTN Coordinator is no more available
  for download, updated to the new version.

Change-Id: I1c83ee66040615a37b398bf0e1bb455a592d599b
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 7 Mar 2017 11:56:56 +0000 (12:56 +0100)]
Updated git submodules

Project: integration/test master 7f2d06e8938653190793dfb5355f6cbe81ab4cb7

Add SXP SSL functionality tests

Change-Id: Ifc38e209807e7783e37aebd46d930ff6a454543f
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 16 Mar 2017 11:52:47 +0000 (12:52 +0100)]
Updated git submodules

Project: integration/test master aaa309487c5845e30d3473ce5133574608dca6f5

Split clustered tests to more detailed test cases

Benchmarking 3 node cluster was done by 4 test cases for
every combination of datastore (operational, config) and
shard leadership (leader, follower).
Due to bug 7390 more detailed test cases are prefered. Old test
cases were split to have more parameters configurable.

Also a simple leader stability check was added. Test simply compares
the leader ip at the end of the test with the one at the start.

Change-Id: Ie9fb6b5d8bf24aecdff034a106d358a1bcc0aefe
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoFix the tabs in Makefile 28/53428/1
Stephen Kitt [Mon, 6 Mar 2017 10:34:21 +0000 (11:34 +0100)]
Fix the tabs in Makefile

Tabs are significant in Makefile, and must only be used for rules;
this patch fixes a tab used for a processing indent, using spaces
instead.

Change-Id: Id5e4cb7dcd2669beb99acb88b07d3f1ad054d4e9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit 8d33998cfdfdf1ec9fac708386574b0e3148af6b)

7 years agoMerge "Update project lifecycle, wrt distribution-check" into stable/boron
Colin Dixon [Thu, 16 Mar 2017 20:37:22 +0000 (20:37 +0000)]
Merge "Update project lifecycle, wrt distribution-check" into stable/boron

7 years agoUpdated git submodules
Tali [Thu, 2 Mar 2017 07:27:40 +0000 (09:27 +0200)]
Updated git submodules

Project: integration/test master 61ae7003d4938f2ed5eec87bdfb8fbbf4bd8a206

Adjust ITM robot for VxLAN tunnel aggregation

This change must be submitted with
* genius yang changes https://git.opendaylight.org/gerrit/#/c/51770
* related netvirt changes https://git.opendaylight.org/gerrit/#/c/52506

Change-Id: I7bc4cd9ed14cd8eb8efc3038a0c0dca2b7c2986a
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Ivan Hrasko [Wed, 15 Mar 2017 07:41:54 +0000 (08:41 +0100)]
Updated git submodules

Project: netconf stable/boron 6779d4984608836e28d5d38aef245c827e299df2

Bug 7987: Json HTTP PATCH: Problem parsing simple leaf value

Change-Id: I8094797fc2a26bd809631d995a29e111320e664e
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
(cherry picked from commit aca66f6d6b8065b88d73bec17822ac6d226d9199)

7 years agoUpdated git submodules
Vratko Polák [Thu, 16 Mar 2017 12:08:43 +0000 (12:08 +0000)]
Updated git submodules

Project: releng/builder master bb48891618e7c7511f2db51e6beecc1235580841

Merge "Add new job to trigger longevity jobs every sunday"

Add new job to trigger longevity jobs every sunday

The patch also contain a new job
controller-csit-1node-notifications-longevity-only-carbon, which is in
the https://git.opendaylight.org/gerrit/#/c/53342/

Change-Id: Ia611a14ea3dda49956fe5d4e15e30ffcce7721c9
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Tomas Janciga [Wed, 15 Mar 2017 17:14:46 +0000 (10:14 -0700)]
Updated git submodules

Project: releng/builder master 4404edbf9f6b894523b987297d7945058d256f9d

Add installation of modules used by IoTDM

Jsonpointer and tornado installation added

Change-Id: Iec0edd1fa4ddbaac76ad85282ab050a8edb46270
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 15 Mar 2017 12:28:37 +0000 (13:28 +0100)]
Updated git submodules

Project: integration/test master 128ae780c08fe5900675154077a050e9dfc71538

Add noloss notifications longevity suite and a job testplan

Change-Id: I583fcf4488647d232387e3ba1f0029f81fcdd260
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Thu, 2 Mar 2017 16:08:05 +0000 (17:08 +0100)]
Updated git submodules

Project: integration/test master 9ad8a09b94b0d1a5a1167e6baf92af872b7d4123

Add DOMNotificationBroker Test Suite

Change-Id: I91501de578ca629ef9f3ab1f2f43b25ed496e3be
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Ivan Hrasko [Thu, 16 Mar 2017 08:28:34 +0000 (09:28 +0100)]
Updated git submodules

Project: netconf stable/boron 610d858fc0b716dea78bb89ffa70990d3ffbcdba

Fix autorelease fail

- fix regression caused by https://git.opendaylight.org/gerrit/#/c/53297

Change-Id: Ib2a53de21d7fd050bcaa37bcf040853ac617f5f7
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Abhinav Gupta [Thu, 2 Mar 2017 10:01:37 +0000 (15:31 +0530)]
Updated git submodules

Project: netvirt stable/boron 8b06f06f4d31edd4124a90d4637c488a61e11cac

Bug 7875: Separated out snmap create and update workflow

Have made sure that such errors are caught at NeutronVPN
level itself by separating out subnetmap create and update.
Update will not create subnetmap node with partial info, instead will
return if subnetmap node is absent.

Change-Id: I252d0164f123052d7090968325e214289b29daab
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
jenkins-releng [Wed, 15 Mar 2017 19:32:54 +0000 (19:32 +0000)]
Updated git submodules

Project: releng/builder master e6dd618f31ce3ac93615e89dc97080d51deb013c

Auto Update CSIT Jobs to run

Change-Id: I46e26583c2e98abdac1930722517af8f2a9578d0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
abbas [Wed, 22 Feb 2017 09:01:35 +0000 (01:01 -0800)]
Updated git submodules

Project: integration/test master 05727f049c97d61d8395836aef87257c986a3110

L2Gw Test Cases Suite1

Change-Id: I9a2067d8ebe4a54385115be93a3f065148a55083
Signed-off-by: abbas <abbas.pareedkunju@tcs.com>
7 years agoUpdated git submodules
epgoraj [Wed, 15 Mar 2017 05:07:59 +0000 (10:37 +0530)]
Updated git submodules

Project: netvirt stable/boron 416e01c400d4e5230cc9814c1f0fb22236bd28cd

Adding some more debug logs to elan module

Change-Id: I6fe5f73c61367f32f59f67b9b49844f24e5cf388
Signed-off-by: epgoraj <p.govinda.rajulu@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 14 Mar 2017 16:23:27 +0000 (18:23 +0200)]
Updated git submodules

Project: integration/test master 45c7db93b51514322ef9a45d16d6c536b608b4ac

Skip Tempest macspoofing test in mitaka

This test fails because of missing default security
rule functionality in Mitaka.

This patch was only merged into Newton at this time:
https://review.openstack.org/#/c/390783/

Change-Id: I2dcae83f56355330dc6350e0b011d8fb6bb98864
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 15 Mar 2017 17:53:13 +0000 (13:53 -0400)]
Updated git submodules

Project: integration/test master fe71ef94ebc024f292e7d08af8844446a54fb6ba

Remove redundant ovs debug

dump-ports-desc is not needed because show br-int calls
dump-ports and more.

Change-Id: I6962ab1a13e87a7955209ebc79a9739c6e86974b
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Ursicio Martin [Thu, 9 Mar 2017 09:03:34 +0000 (10:03 +0100)]
Updated git submodules

Project: releng/builder master 0ee3ff1b6fe136b1200bc2ed8d2de1670e67d79b

add patch-test jobs for sfc

Change-Id: I3ee29f73664899408d69e4ea91e5048e7bb0c5f0
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 15 Mar 2017 19:09:37 +0000 (19:09 +0000)]
Updated git submodules

Project: releng/builder master 447c70cd8b1668fd5c3eb2321d8dbdb2e86a2ecb

Merge "AAA: New job for Keystone Realm"

AAA: New job for Keystone Realm

Change-Id: I2baa15a47d78a3203092fa857e80465f5230a640
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdated git submodules
Ursicio Martin [Fri, 3 Mar 2017 09:11:50 +0000 (10:11 +0100)]
Updated git submodules

Project: integration/test master eee7aae36d1d97143194caa79f1dacaaa27897b1

AAA: Keystone Authentication

Change-Id: I7d6713fc789d669c9dc8bfe3134b072da9145eb9
Signed-off-by: Ursicio Martin <Ursicio.Javier.Martin@ericsson.com>
7 years agoUpdate project lifecycle, wrt distribution-check 56/53356/1
Vratko Polak [Thu, 2 Mar 2017 12:37:25 +0000 (13:37 +0100)]
Update project lifecycle, wrt distribution-check

Change-Id: I368ad2642d339d852813f2a2eee65e0fd1bf88bb
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
(cherry picked from commit dcb748fcb8b987c0a53607baca8b6c8daf6807fb)

7 years agoUpdated git submodules
karthik [Sat, 18 Feb 2017 01:41:18 +0000 (07:11 +0530)]
Updated git submodules

Project: netvirt stable/boron dbaaa3de03b8597ebaafb39cfcf9ee146aeb9c4b

Bug 7817 & Bug 7838: DHCP ARP flow is not added and irrelevant ARP flows
                     are installed in compute node.

   * DHCP ARP flow is not added in Compute node
     When VM's are created with multiple networks.
   * VM's are created across networks, irrelevant ARP flows are
     installed in compute node
   * Fix: Compared with segmenationID and write the flows for table 20.
   * This patch contains fix for both the Bug 7817 & Bug 7838.

Change-Id: Iab21d2fe391451dc1f6e9cc70db099105e990871
Signed-off-by: karthik <karthikeyen.p@hcl.com>
7 years agoUpdated git submodules
yair [Mon, 13 Mar 2017 08:35:45 +0000 (10:35 +0200)]
Updated git submodules

Project: integration/test master 0f082409eff2567eca8d3ac950a9a252844d2fc9

Add to modules.py the external-subnets model

Change-Id: I18332c6fad6ecefdeda6651121f0c4e617bd5f8b
Signed-off-by: yair <yair.zinger@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 14 Mar 2017 22:57:08 +0000 (22:57 +0000)]
Updated git submodules

Project: releng/builder master 2cd6949a60f760906fee42d590a3c674e40fe92d

Merge "Remove duplicate KARAF_REDIRECT var export"

Remove duplicate KARAF_REDIRECT var export

Export is duplicated (with better wording, quoting) a bit below (L54).

Change-Id: Id066729c4f2f106ab299301d03a1ad5ed70a2845
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 14 Mar 2017 22:53:18 +0000 (22:53 +0000)]
Updated git submodules

Project: releng/builder master 856d4427480629e823bf8dae7a360a58bcd9df3e

Merge "Update devstack packer to install OVS 2.6"

Update devstack packer to install OVS 2.6

Change-Id: I631f137e4ccd73a35be80c5a8576ccf3bdd9dc62
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoMerge "Fix some LISP tutorial inaccuracies" into stable/boron
Colin Dixon [Tue, 14 Mar 2017 20:40:01 +0000 (20:40 +0000)]
Merge "Fix some LISP tutorial inaccuracies" into stable/boron

7 years agoMerge "Add BGP Linkstate path attribute configuration" into stable/boron
Colin Dixon [Tue, 14 Mar 2017 20:39:41 +0000 (20:39 +0000)]
Merge "Add BGP Linkstate path attribute configuration" into stable/boron

7 years agoAdd BGP Linkstate path attribute configuration 96/53296/1
Claudio D. Gasparini [Wed, 8 Mar 2017 10:30:22 +0000 (11:30 +0100)]
Add BGP Linkstate path attribute configuration

Add BGP Linkstate path attribute configuration.

Change-Id: I4120586b9384b495bf03c4f16f24b43d49f04b4e
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
(cherry picked from commit 3afb93e3c74adad4fe5cde503124b40ce24a269f)

7 years agoFix some LISP tutorial inaccuracies 87/53287/1
Lorand Jakab [Fri, 24 Feb 2017 09:39:32 +0000 (11:39 +0200)]
Fix some LISP tutorial inaccuracies

Change-Id: I48d424bd8bc9ccb290c81bc22c799a59a888be11
Reported-by: Rashmi Pujar <rashmi.c.pujar@gmail.com>
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
(cherry picked from commit 6835a6c814f8c03581a2ebed36eed19866c48356)

7 years agoBUG-7870: Correct url for configure PCEP using MD5 authentication 86/53286/1
Claudio D. Gasparini [Tue, 28 Feb 2017 16:21:07 +0000 (17:21 +0100)]
BUG-7870: Correct url for configure PCEP using MD5 authentication

Fix url for configure PCEP using MD5 authentication

Change-Id: I6b28df0421647294829399008ab86398ced59cb8
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
(cherry picked from commit 6702e59150ace42d7dc1b26b956cdc5498a6beac)

7 years agoUpdated git submodules
Koby Aizer [Thu, 2 Mar 2017 10:24:55 +0000 (12:24 +0200)]
Updated git submodules

Project: netvirt stable/boron 47b3a729188fef328d9dcef8cf446e6d335855fa

Bug 7888: handle update of floating ip port

In Ocata, when a floating ip port is created, its deviceId may be
set to "PENDING", and an update will follow with the deviceId later on ([1])

This is causing both an uncaught exception in NeutronPortChangeListener.add()
which assumed deviceId is always a Uuid, and also there is no creation of
FloatingIpIdToPortMapping during update().

[1] https://review.openstack.org/#/c/396013/

Change-Id: Ide44ef016f0a8c576f02dfd28d9a4ee9d492841e
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
(cherry picked from commit b8d44834604e071f050515b96a64d8e00a09c379)

7 years agoUpdated git submodules
Anil Belur [Mon, 13 Mar 2017 22:35:08 +0000 (22:35 +0000)]
Updated git submodules

Project: releng/builder master c4c1bdd7aa5112457adb584442523c2ac3a45317

Merge "Fix JSON linting and add Linter"

Fix JSON linting and add Linter

Add the JSON linter to .coafile so that our JSON files also get linted.

Change-Id: Ic8a73c4e90d359066de157365a66397a82d72e0e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polak [Mon, 13 Mar 2017 15:26:35 +0000 (16:26 +0100)]
Updated git submodules

Project: integration/test master e950fcce0dbce447573cba14bed63e6713218b03

Retry once in first dsbenchmark test case

Change-Id: I8efd8a437f3918708d47a7facc0a23a241bc5bb3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Anil Vishnoi [Wed, 8 Mar 2017 08:06:48 +0000 (00:06 -0800)]
Updated git submodules

Project: ovsdb stable/boron 66f070b7f131a29ebaae4493bb67750bd4b7d1e3

Bug 7160 - operational store still has node after ovs disconnects

Change-Id: I4b8c333bc24fd5d406a8df55f375bb9c51622eb0
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 13 Mar 2017 17:38:54 +0000 (17:38 +0000)]
Updated git submodules

Project: releng/builder master ceb13c4d906d7715e94a74f0ed1b642f1ecb4693

Merge "Update cloud image list docs"

Update cloud image list docs

Change-Id: I0355e0fcc4985bcb4ea18545b19fd0061bf4e750
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Martin Mihálek [Mon, 13 Mar 2017 14:04:59 +0000 (15:04 +0100)]
Updated git submodules

Project: integration/test master 9cc2315cb721da1c5b0eaf8ce9600a9419379782

Convert arguments of CompareStream into String

Arguments that are parsed by CompareStream__Convert_Input are
int type the whole KW will be marked as failure due to error
"'int' object has no attribute 'replace'".

Simple conversion of arguments to String will solve this issue.

Change-Id: I547c445565713fe4e5bb575d3ee02550ca45fcbb
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 13 Mar 2017 09:43:28 +0000 (19:43 +1000)]
Updated git submodules

Project: releng/builder master fe14342fac1679a2484edd5f05ea57d411caa70f

Remove autorelease-project-report-{stream} jobs

This job was useful when Stephen was sending weekly reports on
interesting developments in ODL however this hasn't really happened in
awhile due to time constraints. Remove the job to free up resources.

This patch removes:

    - Job
    - Macro
    - Script
    - Template

Change-Id: I551e35a884db01fd85036410a122f949f5c6dd2a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Koby Aizer [Wed, 1 Mar 2017 10:02:16 +0000 (12:02 +0200)]
Updated git submodules

Project: netvirt stable/boron d4681773266d9507444a792096b274214b949e91

Bug 7878: provider interface MACs are installed on remote DPNs

MACs learnt on provider interfaces must not be installed on remote
DPNs.

This change includes 2 fixes:

1. handleInternalTunnelState event initiated installation on remote
DMAC flows for all elans in the remote DPN, without verifying that
this elan is not Flat/Vlan.

2. Protection on setupRemoteDmacFlow to make sure no other code flows
will install remote DMAC flows on MACs learnt on provider interfaces.

Change-Id: I5ae288ed525dc1ae2f5be1bec5215f2e8f01f8c5
Signed-off-by: Koby Aizer <koby.aizer@hpe.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 13 Mar 2017 01:57:59 +0000 (01:57 +0000)]
Updated git submodules

Project: releng/builder master eb120862b24e9537a59dc38ac700399307093f0a

Merge "Add SpaceConsistencyBear to ShellCheck"

Add SpaceConsistencyBear to ShellCheck

We weren't linting all shell scripts with the space consistency bear.
This enables that and sets it to 4 space indents.

Change-Id: I9cefdcedef9dc6a5cf700d4472b6f5ae85ba4320
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Mon, 13 Mar 2017 01:57:45 +0000 (01:57 +0000)]
Updated git submodules

Project: releng/builder master 8d76dc04a0e8a297211a9f8ba32d605d9769e3d5

Merge "Disable GitCommit check for some patterns"

Disable GitCommit check for some patterns

Some patterns can be long such as:

    - Sign-off-by when someone has a long name
    - http / https URLs

Change-Id: Ie5401a116de9599aaf85b91e63e1522d962c8e1a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Sat, 11 Mar 2017 05:12:28 +0000 (00:12 -0500)]
Updated git submodules

Project: releng/builder master b46166e9bd76092d696f41892d506241f6172577

Add graphviz dependency

OpenDaylight docs project needs graphviz for a Sphinx extension.

Change-Id: I19ad6d20abc6b4544da4a3f8ce2a52854ab5a7d6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Vishnoi [Sat, 11 Mar 2017 03:18:08 +0000 (19:18 -0800)]
Updated git submodules

Project: integration/test master b17fb8d0cf1984a80643da3186a1e7d3eb4ce673

In case of ovsdb -all job, topology tree will have
multiple topology in the config and operational data store
because multiple features are installed and most of the features
like bgp,netconf,hwvtep:1,sxp will initialize their topology.
So matching on {network-topology:{topology:[{topology-id:ovsdb:1}]}}
for checking if ovsdb:1 topology is empty will always fail.
We should only check if the ovsdb:1 topology is empty or not.
This patch fixes the matching issue.

Change-Id: Id37e62c30e02ebb0299d284261ec029072a255ce
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Anil Vishnoi [Fri, 10 Mar 2017 23:01:09 +0000 (15:01 -0800)]
Updated git submodules

Project: integration/test master 651e139b0fa0996b8c924cfab64fe6301df8c0f7

Fix rest body of create-node

When we load all features,it loads ovsdb and hwvtep both
and both the yang models has connection-info container in
their yang models. When both are loaded, we need to
specifically mention which connection-info we are referring
to in our rest body. We have done similar fix in the past
as well

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

Change-Id: I1067b96619e0017b9ff7bb8c644fd915ba5836aa
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 10 Mar 2017 17:07:58 +0000 (09:07 -0800)]
Updated git submodules

Project: integration/test master 6028fa80bb903ab8cf9c384b4adb0441d6adf8b8

Adding gate and upstream testplans for ovsdb

Change-Id: If6a59eb4c07e4b2192215476012161dbd2489741
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Janki [Wed, 8 Mar 2017 13:24:49 +0000 (18:54 +0530)]
Updated git submodules

Project: integration/test master e0aa24a0ad1d1eb6b1c77ae61ae8d3de02148b81

Replace hardcoded prompt with variable

Replace hardcoded linux prompt ']>' to DEFAULT_LINUX_PROMPT_STRICT variable.

Change-Id: Ia52d9e9eaa2ab2f091f07640376a7a1a1dddc8ec
Signed-off-by: Janki <jchhatba@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 10 Mar 2017 16:59:13 +0000 (17:59 +0100)]
Updated git submodules

Project: releng/builder master d0d87bc9b94ac3416302ab3eb81630691a8de172

Archive .hprof memory dumps

Change-Id: If73296d0a919299a663ec14a186c957bba2c9e7a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 10 Mar 2017 15:32:33 +0000 (15:32 +0000)]
Updated git submodules

Project: releng/builder master 68692f2b281719d361f363427ad403431013183d

Merge "Include pycurllibrary in robotframework"

Include pycurllibrary in robotframework

This library is required to work with HTTPS/TLS and particularly
in handling client authentication with certificates

Change-Id: I441c2d6c3db8ee42d725affaeb6bef03c7121992
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 10 Mar 2017 15:30:59 +0000 (15:30 +0000)]
Updated git submodules

Project: releng/builder master e8eb1747d01fd28ff4cb4ccbfa0023c92741530f

Merge "Update cloud image list docs"

Update cloud image list docs

Change-Id: I21d18d28dbbdcb33d1c229a25dccdbbd7ba85fd0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 10 Mar 2017 15:30:27 +0000 (15:30 +0000)]
Updated git submodules

Project: releng/builder master cc6adceab306484a7a999b922997d09ba2311cdc

Merge "Use new Ubuntu 16.04 image for deb Ansible tests"

Use new Ubuntu 16.04 image for deb Ansible tests

The ansible-opendaylight module doesn't support Ubuntu 14.04, so this
was failing with the previous Ubuntu 14.04 boxes.

Fixes:

https://trello.com/c/ZeVAWpw5/472-fix-test-ansible-deb-job

Change-Id: I510b46024453965c1b96cbc056cac95da3481ea0
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 10 Mar 2017 15:28:31 +0000 (15:28 +0000)]
Updated git submodules

Project: releng/builder master 0d1a4c27602f61ca77c02ab5a1f18c66892356fe

Merge "Update requirements to JJB 1.6.2"

Update requirements to JJB 1.6.2

Verify and merge jobs are already using that version.

Change-Id: I034ad7a5cb06e9f2da1a4845fcb3ffa343d4bf08
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 10 Mar 2017 13:51:39 +0000 (14:51 +0100)]
Updated git submodules

Project: releng/builder master 7cba8672ec7aeef7c2383c6c75860a4dfa626c1c

Revert "Make testplan more configurable"

This reverts commit 5eda0e0f59e224b8ba9775ef3fafbb28edd4177a.
See comments in https://git.opendaylight.org/gerrit/53115

Change-Id: I63eefb5b1b276fde7fed8b83f302fe8cd2c76e35
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Viji J [Fri, 10 Mar 2017 08:48:55 +0000 (14:18 +0530)]
Updated git submodules

Project: netvirt stable/boron 1ed61e81b0f6e477fb2e4b0c35d7101d3741d9e2

Rectified incorrect help usage displayed for BGP add-neighbor cli command

odl:configure-bgp -op add-neighbor displays incorrect help.

Change-Id: Ic1e7bd747a07de0fdc562eb59d8bc835558900ac
Signed-off-by: Viji J <viji.j@ericsson.com>
7 years agoUpdated git submodules
Olga Schukin [Mon, 27 Feb 2017 14:19:22 +0000 (16:19 +0200)]
Updated git submodules

Project: netvirt stable/boron b28049cff05f46725102e9f678cbf0ca8b7825b0

Bug 7787 - missing flows in T21

when VPN interface up before tunnel info is available in operational DS,
it causes missing flows in T21

Fix: always handle the add event inside TunnelInterfaceStateListener -
 even for a tunnel which state is Down

Change-Id: I41c3efbeeb5740788f58ced57a698a73ef70b466
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Wed, 8 Mar 2017 09:06:16 +0000 (14:36 +0530)]
Updated git submodules

Project: netvirt stable/boron d26650886358e945a673b963aead58895f94de49

Bug 7931:  SubnetRoue re-election to be triggered on disconnected nodes

Subnet Route reelection algorithm is triggered today only when
the anchor ports on the subnet go to DOWN state (or) if such
anchor ports on the subnet are being removed.

However, there are situations where a switch hosting the anchor
port can be disconnected on the openflow control-path and can
continue to remain so indefinitely.

Under such circumstance, new non-neutron IPs become undiscoverable
as the switch hosting the anchor port cannot punt discoverable IP
packets to the controller.

So this fix attempts to always trigger reelection of nodes for
subnetRoute hosting as soon as the current anchor node(or switch)
is detected to be disconnected from the controller.

Change-Id: Idd8be8e2f1940c4840d7d52726ac5187ed33d28f
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
(cherry picked from commit f9d156dc32aff937425eb586bee3ceefda069091)

7 years agoUpdated git submodules
Anil Belur [Fri, 10 Mar 2017 05:55:31 +0000 (05:55 +0000)]
Updated git submodules

Project: releng/builder master 0d3519199c89b47daf4dacc25f3c0c9a29178c0f

Merge "Disable color for packer build"

Disable color for packer build

Jenkins logs and the log server isn't able to parse the color codes and
it causes unnecessary text to appear in the log. Let's disable color in
Jenkins so that the logs are a little easier to read.

Change-Id: I4dba009e34e405a3fd37444aec4b3c681a5e2cc8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 10 Mar 2017 02:52:09 +0000 (18:52 -0800)]
Updated git submodules

Project: releng/builder master 5eda0e0f59e224b8ba9775ef3fafbb28edd4177a

Make testplan more configurable

before our standard 1node and 3node templates had to have testplans
of the format {project}-{functionality}.txt. That is still the
default, but now a project can override the testplan by defining
a testplan element in their project jjb yaml.

Change-Id: I922f8feadf3f69b4c4b1e0bc36ee0fc07741af56
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 10 Mar 2017 01:29:26 +0000 (20:29 -0500)]
Updated git submodules

Project: releng/builder master 502ae5b1c607161537bf7db0211a861782916167

Ignore *-local-env.sh scripts and ignore SC2092

These files don't contain any commands and ShellCheck fails on them
because of that.

Change-Id: I4ec11081a3b7de3cfbb38f7a35480ff54fc0cc7d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 23:30:37 +0000 (18:30 -0500)]
Updated git submodules

Project: releng/builder master 63aa1778346e05a2a2ade92388d3a6d965536903

Fix grub grepping code for RS Public Cloud

It appears images in the public cloud uses Grub 2 instead of Grub 1
configuration.

Change-Id: I138f8d118d81ae2b64bae84e1f0cc4a0f0d3771f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Mar 2017 22:42:45 +0000 (22:42 +0000)]
Updated git submodules

Project: releng/builder master 0164779953cf86c25c0899884767082b04235b14

Merge "Make autorelease-beryllium build only once a week"

Make autorelease-beryllium build only once a week

Since Beryllium is in maintenance mode and we're no longer doing
releases. Make Beryllium only run once a week so that it doesn't use our
infra resources.

Change-Id: I3212b99217f8840913ef225e27ef8f1af2dd3e1b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 9 Mar 2017 22:32:59 +0000 (22:32 +0000)]
Updated git submodules

Project: releng/builder master 3bc78584ab661dea8b9d687f3f12b476393c0a92

Merge "Add workaround for mkinitrd failing on CentOS7"

Add workaround for mkinitrd failing on CentOS7

Sometimes yum update fails to produce a working grub config as the
kernel install fails to build mkinitrd. This workaround introduces a
loop to reinstall the kernel if grub.conf is missing the initramfs line
which is an indication of the mkinitrd issue. The new function will
cause a packer failure via `exit 1` if the workaround did not work.

Change-Id: Ib498a610fdd6f082575495d1b56a57b5f1802321
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Thu, 9 Mar 2017 22:20:28 +0000 (22:20 +0000)]
Updated git submodules

Project: releng/builder master ae79976dcb14d2b29b8e7d95b1f12a5f16fabb42

Auto Update CSIT Jobs to run

Change-Id: Ibbd801ad701bf2b6dc571cd3d6acaa8bc7d3df99
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 9 Mar 2017 22:12:32 +0000 (22:12 +0000)]
Updated git submodules

Project: releng/builder master 3974d5ccd3ba440a521227ac1a441f9bdad01320

Merge "Changing ovsdb job names to work better with patch-test"

Changing ovsdb job names to work better with patch-test

patch test will now call the jobs with the string -gate- in them.
any jobs matching that string (regex match on -gate-) will get
jenkins priority. that let's devs use the gate and get results
faster.

the -upstream- job will now only run on the main automatic
triggers and never on gerrit patches. jobs that run on gerrit
patches could potentially break (bad controller code) which
then pollutes the job history.

Change-Id: Iedf936e53521e07691ba007bf1efb490b0941a5c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 9 Mar 2017 22:02:42 +0000 (22:02 +0000)]
Updated git submodules

Project: releng/builder master 8aaa8e13b9d7faf730f9198fc97ef4366b0c6cf4

Merge "Add job to install ODL via ansible-opendaylight"

Add job to install ODL via ansible-opendaylight

Signed-off-by: Akshita Jha <zenith158@gmail.com>
Change-Id: I95d5b4dc4b943d86f451771e9553a155435253d7
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Vratko Polák [Thu, 9 Mar 2017 18:40:51 +0000 (18:40 +0000)]
Updated git submodules

Project: releng/builder master 10580fbaa7d5dc93a7cb038ba97a01b569148e41

Merge "Replace exit 404 to exit 1"

Replace exit 404 to exit 1

Per Vratko's suggestion in Id4b67cb38a6ba297e9e2cd3f9091a1666b9c955c

Change-Id: Ibe607e43578e831dd1c88883f97c264b51657253
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
melserngawy [Fri, 18 Nov 2016 14:47:25 +0000 (09:47 -0500)]
Updated git submodules

Project: ovsdb stable/boron d068922c53ed6f4f17b210464aa2a1bd49adb7f1

Bug 5306: Enable the SSL connection for ovs manager

Use the aaa-cert feature to manage the TLS connection
certificates and add configuration to the southbound-impl
to allow SSL communication.

Conflicts:
library/features/pom.xml
library/impl/src/main/java/org/opendaylight/ovsdb/lib/OvsdbConnection.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/OvsdbConnectionService.java
library/impl/src/main/resources/initial/library.cfg
library/impl/src/main/resources/org/opendaylight/blueprint/library.xml

Change-Id: I1354644b7a4cb30493ce2bc5b33a2d1d504aaae0
Signed-off-by: melserngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 9 Mar 2017 15:46:49 +0000 (07:46 -0800)]
Updated git submodules

Project: releng/builder master d500a3e7604d99d43015db237b4f7a430c212a03

Update infra-properties macro

The infra-properties macro should be setting all values of purgeable
components.

In particular, a forced maximum number of build logs and very small
number of maximum artifacts need to be put in place or Jenkins will
continue to consume more and more space for unneeded or unwanted build
artifacts.

Change-Id: I05ddacd1fca617f389c4a28c4ee38664bfc1cd8e
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 9 Mar 2017 16:00:07 +0000 (16:00 +0000)]
Updated git submodules

Project: releng/builder master 051c80224de47b6a347e6106aa5b32dcdb190046

Merge "IMAGES should be an array"

IMAGES should be an array

Change-Id: Ib8b76d232ef8da139c3d595c1c89ed96e955ca66
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
ehvkand [Thu, 9 Mar 2017 06:09:11 +0000 (11:39 +0530)]
Updated git submodules

Project: netvirt stable/boron 987db2384925c49681315146457ab9c10b2c690a

Bug 7876 : After router association to L3vpn, one of the VM ip is not
removed from router interface to BGPVPN

When a VPN associated to router is deleted and a same VPN is associated
back to same router , there is race condition , where interface is not found
in VpnInterfaceOp and remove event is being ignored.
Hence interface remains in router VPN.

It is also seen that , one of interface from same subnet is swapped and others are
not. Its due to race condition that exist in NeutronVpnManager where
create and update can race with each other. Currently create uses DJC ,
where as update doesn't.

Change-Id: I354c3ce93f965580c735f1153a043e2514d68af7
Signed-off-by: ehvkand <hanamantagoud.v.kandagal@ericsson.com>
7 years agoUpdated git submodules
Peter Gubka [Wed, 22 Feb 2017 11:33:50 +0000 (12:33 +0100)]
Updated git submodules

Project: integration/test master 974dda6a410777ed2275b2823fa59073e3ef9a10

Add Action Provider test suites

Change-Id: Id3722b79e6d76fce7042bf4d64492c0c5a2813bc
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Igor Foltin [Mon, 6 Mar 2017 13:41:23 +0000 (14:41 +0100)]
Updated git submodules

Project: netconf stable/boron fb4d0699e1a05f320aaddce08e414cd77ad8b421

Bug 6856: Rpc definition should implicitly define input/output

Corresponding patch for netconf.

Change-Id: I041a90e222578f43144d42cd72dd2f9457362a4a
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
(cherry picked from commit 23f46e2b1c14be9ee7be61d3285d52cc27cfaefc)

7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 07:14:32 +0000 (02:14 -0500)]
Updated git submodules

Project: releng/builder master 5b8932499abacf54501aebd548c73bd259079f6c

Revert ssh-copy-id shellcheck change

Change-Id: I2b63cb053721e7aebe54414a72495088295bc101
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 06:35:18 +0000 (01:35 -0500)]
Updated git submodules

Project: releng/builder master 1ede29b30b3245ddce06b2e49839f7b0da83be4b

Fix ssh-copy-keys script

Disable SC2006 for the ADDR line as there's some issues converting it to
$().

Change-Id: I2fd268d78ff0a539d47c7dd212392abb6ca6849e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 06:22:46 +0000 (01:22 -0500)]
Updated git submodules

Project: releng/builder master d1398e5bbc5991f4f9fec785931333a278f0361e

Ignore ShellCheck rule SC2046

Not sure how to resolve this at the moment. If we quote it as suggested
the check fails and compare with -eq 0. Ignore this ShellCheck for now
until we figure out a proper solution.

Change-Id: I4b14d3db442a2cba8020b4823ef8c5b87ce5ccea
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 05:31:10 +0000 (00:31 -0500)]
Updated git submodules

Project: releng/builder master b8d5db24e026b9dc71c3536522915a6b761f5b19

Fix heat cleanup script missing array ()

While cleaning up ShellCheck issues we mistakenly changed a variable
from an array. Put it back.

Change-Id: Ie91764fa60489d62c6df20d335c92df238deca45
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Mar 2017 05:36:24 +0000 (05:36 +0000)]
Updated git submodules

Project: releng/builder master 3ffd6eb78c0e7eb507d8137a2faae5affeaca8bd

Merge "Fix if-statement for pkg retry loop"

Fix if-statement for pkg retry loop

Refer to: https://github.com/koalaman/shellcheck/wiki/SC2181

Change-Id: I5df7b344ea2abc5aef6b675022125f14b22d0607
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Mar 2017 05:10:01 +0000 (05:10 +0000)]
Updated git submodules

Project: releng/builder master 4084ee4a256a1f3795404dd6c43695ad7b9776d4

Merge "Simplify patches tarball creation"

Simplify patches tarball creation

We should be pulling in everything in the PATCHES directory (especially
taglist.log) and it does not hurt to also pull in the diff files as a
backup for the bundle files.

Also fixes issue where the tarball contains the path w/jenkins-host/...
we just need it to include a patches directory.

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