docs.git
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Feb 2017 04:57:03 +0000 (04:57 +0000)]
Updated git submodules

Project: releng/builder master c318b802fb08f896663c7bd77ada3f12a7c93dfa

Merge "Include baseline.sh in the file-path"

Include baseline.sh in the file-path

* Fix `templates` name in path

Change-Id: I9393cdffb752ba115b096645059fe4d18fb4d19a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Feb 2017 04:39:19 +0000 (04:39 +0000)]
Updated git submodules

Project: releng/builder master 9e083327742a5b06deffe72ab1f520817d575f67

Merge "Handle Java install on Ubuntu and CentOS more sanely"

Handle Java install on Ubuntu and CentOS more sanely

* Also fix problem with RH case statement

Change-Id: I0e98767239ed0f67cc03513a19b65ff183a4a196
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Tue, 24 Jan 2017 13:16:17 +0000 (23:16 +1000)]
Updated git submodules

Project: releng/builder master 192c5fcb110a4041a18eb09dcf54abb2468e3b4b

Enable merge job to build image relevant to change

Change-Id: I719d0b98dd9893948c25a1e56fe59b290fcee950
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Feb 2017 01:05:27 +0000 (01:05 +0000)]
Updated git submodules

Project: releng/builder master a99293ab2cf620709c64e2a062342c12f365cccc

Merge "Remove system_reseal_local_env.sh call"

Remove system_reseal_local_env.sh call

The script provides an invalid local path when called from packer.
Packer actually pushes the script into the system as a randomly named
file in /tmp preventing us from actually calling ./script_2. This breaks
our packer builds and is not a working configuration.

See: https://trello.com/c/0aVtSTuR
Change-Id: I64eba9e703e07dc1b637c9f10d3e661739049580
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Thu, 9 Feb 2017 00:49:28 +0000 (00:49 +0000)]
Updated git submodules

Project: releng/builder master 7936ebbf2188aab1ee4dbac4b5e3e466d3b19bf1

Merge "Add a comment to explain dependencies.log archiving"

Add a comment to explain dependencies.log archiving

Change-Id: I08b34485542b5d661a7b6e1df61665a58e775c95
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 8 Feb 2017 20:29:43 +0000 (15:29 -0500)]
Updated git submodules

Project: releng/builder master 9e0f38aac1e25dbf2ec5015c0a0551baef4811c7

Create a git status report at the end of build

git-status report can be useful at the end of a build to identify
projects that left their project repo either with modified files or
untracked files.

Change-Id: I3f9f9c01991699574e1a9ca81885728117144b26
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 8 Feb 2017 17:36:24 +0000 (12:36 -0500)]
Updated git submodules

Project: releng/builder master f38e9b8ef37999adace828e7662136106a640692

Improve if statements with case statements

Change-Id: Iee5ed56df8a3dc568fe328679d1321b4a8f71e24
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Andrew Grimberg [Wed, 8 Feb 2017 17:26:11 +0000 (17:26 +0000)]
Updated git submodules

Project: releng/builder master 960ec72136936f700d637090f1a66a50d74e7c22

Merge "Fail build on unexpected status"

Fail build on unexpected status

If an unexpected status happens we should immediately fail the build
otherwise we cannot be sure what will happen.

Change-Id: Ie3589c03fa4e2278e9e4ad2fba4f247bb10a051b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 8 Feb 2017 17:19:36 +0000 (17:19 +0000)]
Updated git submodules

Project: releng/builder master 283f23395a92f6dceec86abc397a755437411411

Merge "Update cloud image list docs"

Update cloud image list docs

Change-Id: I6c37b340716c38a1e85333f8c117f03b37266d32
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 12 Dec 2016 21:09:06 +0000 (22:09 +0100)]
Updated git submodules

Project: odlparent stable/boron 93acc989469e0fc8c9ed13d08a10d7e1936b57c1

git-commit-id-plugin skipped on mvn -Pq, because it slows down a little

Change-Id: I5570855a6de43858f5f7305e7c2a53da778f1ad2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 7 Dec 2016 11:45:42 +0000 (12:45 +0100)]
Updated git submodules

Project: odlparent stable/boron 6cc350b4e62b4f2392d3f0990bc4916e25180627

[eclipse] git-commit-id-plugin ignored in M2E by lifecycle-mapping

The recently git-commit-id-plugin likely was the culprit for the
recently very badly dropped Build Workspace performance issue I've
started noticing in Eclipse... there is really no need at all to produce
the new META-INF/git.properties during incremental in-IDE build (as
useful as it is on CLI build) - so ignore it!

Change-Id: I1a5a8282cdee236a5911560b80b1193522173c1d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 1 Dec 2016 10:41:29 +0000 (11:41 +0100)]
Updated git submodules

Project: odlparent stable/boron 95d6205366e076aa329b2cc350e99e080e4cff19

git-commit-id-plugin cannot fail build for new projects w.o. .git/

Change-Id: I5483524047476b9fcf3562dde55b07c79efbea0b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 17 Nov 2016 15:14:32 +0000 (16:14 +0100)]
Updated git submodules

Project: odlparent stable/boron 44163fdb1c880a0883633697c020752a8cc01ffb

git-commit-id-plugin to put a META-INF/git.properties in all built JAR

see https://github.com/ktoso/maven-git-commit-id-plugin for background

This automatically works for all ODL JARs without any changes needed in
any other POM (unlike buildnumber-maven-plugin which needs SCM info).

This required https://git.opendaylight.org/gerrit/#/c/48447/ before.

Change-Id: I43f9692b4a3ae83a90cdfbeaf20bd2cba323bce8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Miguel Perez [Tue, 24 Jan 2017 17:01:29 +0000 (18:01 +0100)]
Updated git submodules

Project: netvirt stable/boron 59eb41af829777313970c0fe3948b0ac1297664c

Bug 7680: leaked routes not advertised to DC-GW

 + It's been found that the routes that are leaked to DC-GW
   at InterVpnLink creation time (well, at InterVpnLink added
   callback) are correctly advertised to DC-GW. However, the
   routes that are leaked after the InterVpnLink has been
   created are not being advertised to DC-GW.

 + These second type of leaked routes are handled on fibmanager,
   but fibmanager does not have access to BgpManager. So the
   solution consists in moving part of the logic from fibmanager
   to vpnmanager where the BgpManager is accessible.

 + InterVpnLinkService class, which was just an internal class in
   vpnmanager-impl, is renamed to InterVpnLinkLocator whose only
   responsibility is to search for the most suitable DPNs to
   place new InterVpnLinks. The name change is to avoid confusion
   with IVpnLinkServiceImpl which is the implementation of the
   public interface 'IVpnLinkServce'.

 + Besides the renaming of InterVpnLinkService, most of its code
   is moved to IVpnLinkServiceImpl, and that's why this change
   may llok big.

 + Note: there is a <wip> [1] for taking the route leaking out
   of the fibmanager completely.

 [1] https://git.opendaylight.org/gerrit/#/c/48599/

Change-Id: I1a7311345307716ef223c707b22c6ecec66d97a2
Signed-off-by: Miguel Perez <francisco.miguel.perez@ericsson.com>
7 years agoUpdated git submodules
Vratko Polák [Wed, 8 Feb 2017 11:20:00 +0000 (11:20 +0000)]
Updated git submodules

Project: releng/builder master c0ce2b635b12cfb4f5f730abba1922f3f214e886

Merge "Add OPENSTACK_BRANCH to the pybot command line -v args"

Add OPENSTACK_BRANCH to the pybot command line -v args

Change-Id: I8aedb6485ce76529c60e0de9fa6a41cb4fdf9df2
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 8 Feb 2017 06:20:42 +0000 (06:20 +0000)]
Updated git submodules

Project: releng/builder master e5afb33e6bd80c179f9ccac11dd21b45366b3fe5

Merge "Trigger build-rpm job from autorelease"

Trigger build-rpm job from autorelease

Uses $BUNDLEURL from autorelease as DOWNLOAD_URL for build-rpm
job and triggers it.

Change-Id: Ic2c845baa517b8274a5b1e6b54cf735532e3354b
Signed-off-by: Alok Anand <alok4nand@gmail.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 8 Feb 2017 05:30:03 +0000 (15:30 +1000)]
Updated git submodules

Project: releng/builder master f90adb23c31f09d7bdcd7f69fb869104f5fa3f18

Fix typo pipefail for set name-options

Change-Id: I9a1a90f560ed5dd6ced74e98e1e404ef99dbb76c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Tue, 7 Feb 2017 23:38:23 +0000 (09:38 +1000)]
Updated git submodules

Project: releng/builder master 703ceb83b68c0de1e71b6c999e1d0d8f6f37ae9d

Make packer templates fail on any problems

Change-Id: If5e49cabb8ea9e26d2bb723f66bb11a228ed78e3
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 7 Feb 2017 21:32:02 +0000 (16:32 -0500)]
Updated git submodules

Project: releng/builder master b5efd574e61829e88145cdd548e6b0409b954e74

Update ubuntu-mininet vm to a working one

Packer failed to create the previous image and produced a bad image that
was missing packages. This patch switches over to a newer image verified
to be working.

Change-Id: Ibf0ef712a01e46a2ec18185170b7eb145c0521e5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Robert Varga [Tue, 7 Feb 2017 20:09:49 +0000 (21:09 +0100)]
Updated git submodules

Project: releng/builder master 512525adab4f04743669a6bd2383b8b6e41d4b38

Revert "Make controller jobs use 16GB nodes"

This reverts commit 54574339603cad1d125418ba144bb5b7e5529192.

Change-Id: I6913e1d90b8f0a0dc7e24c64857a3f6066e62eed
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 26 Jan 2017 01:21:21 +0000 (17:21 -0800)]
Updated git submodules

Project: integration/test master 45d7283ae262a170710c0213618b8d3bd8a90161

Adding comparison script to list patches added to one distro compared to another

Change-Id: Iae9028304bf3407a0075b026ae22b3fd21997c76
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
jenkins-releng [Tue, 7 Feb 2017 17:26:11 +0000 (17:26 +0000)]
Updated git submodules

Project: releng/builder master 9bd3a9d141117bdccd5edc4cc5312887ee9ac687

Update cloud image list docs

Change-Id: I581723799e850c4aca95d908a02ee86ad054c0ec
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Feb 2017 21:21:24 +0000 (13:21 -0800)]
Updated git submodules

Project: integration/test master 013d489cd1b840365ae55dfe1555d87417490f2b

configure allowed address pairs on port create

Change-Id: I0da3594b15433d16879abf2c760b36aa62a45c7f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Feb 2017 16:50:53 +0000 (16:50 +0000)]
Updated git submodules

Project: releng/builder master 57f8f02fb47a70401902994e2c7cbef3b8ceef2c

Merge "Change netvirt gates to newton, networking-odl_v2, stateful SG"

Change netvirt gates to newton, networking-odl_v2, stateful SG

Change all default netvirt gates to use Newton,
and networking-odl_v2, and stateful SG.

Keep two optional gate keywords for Mitaka, and Newton
with networking-odl_v1 as backup.

Change-Id: I347fb7284f3e6efa0db54882ff5180ad3cdeaef8
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Peter Gubka [Mon, 6 Feb 2017 11:51:15 +0000 (12:51 +0100)]
Updated git submodules

Project: integration/test master 2c3a73c56cdc1f93a8813dc65c0fc2c7a03b5e9b

Fix for requesting the eos on isolated node

Getting eos details on isolated node returned 404 and the tc failed.
This caused not even calling the tested rpc.
https://logs.opendaylight.org/releng/jenkins092/controller-csit-3node-clustering-all-carbon/219/archives/log.html.gz#s1-s9
On isolated memner the Get From Uri failure will be ignored

Change-Id: I8f2a6de3fb87096959fef7fc5aa01475702a8d41
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Tali [Thu, 15 Dec 2016 09:15:07 +0000 (11:15 +0200)]
Updated git submodules

Project: netvirt stable/boron f89bce1740e0382795b8a69c5b31fca688ad683b

Bug 7372 - Supress error of NAPT switch selection failure before router-dpn association

NAPT switch selection will take place once the router-dpn association is made
All missing NAPT/non-NAPT flows will be recovered as the result of selection

This review fixes only the log levels.
There can still be some missing NAPT flows in this scenario
The resolution for this is still WIP and covered by
https://bugs.opendaylight.org/show_bug.cgi?id=6866

Change-Id: Ib655c1fbf1c43f29a75223a0b48d410d47ef75d9
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
karthik.prasad [Thu, 12 Jan 2017 15:27:25 +0000 (20:57 +0530)]
Updated git submodules

Project: netvirt stable/boron 9002f34fe2998df19f82818650115afa21d9f73a

Setup SMAC on routed packets destined to virtual endpoints

All L3 Routed packets destined to virtual endpoints in the datacenter
managed by ODL do not carry a proper source-mac address in such frames
put out to virtual endpoints. With the fix all the packets destined to
virtual endpoints shall have gateway mac as source mac. If gateway mac
is not recoverable for the subnet on which the virtual endpoint resides,
then the connected mac address of that virtual endpoint will be used as
the source mac address.  Here the connected mac address represents the
mac-address on the tapxxx (or) the vhuxxx port on OVS Datapath for that
virtual endpoint.

VrfEntry yang model is used to represent the gateway source mac.

Sample Group Entry:
group_id=150001,type=all,bucket=actions=set_field:fa:16:3e:a1:4b:61->eth_src,set_field:fa:16:3e:21:b8:d3->eth_dst,load:0x300->NXM_NX_REG6[],resubmit(,220)

Spec Reference link:
https://git.opendaylight.org/gerrit/#/c/49807

Conflicts:
vpnservice/fibmanager/fibmanager-impl/src/main/java/org/opendaylight/netvirt/fibmanager/NexthopManager.java
vpnservice/vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnInterfaceManager.java
vpnservice/vpnmanager/vpnmanager-impl/src/main/java/org/opendaylight/netvirt/vpnmanager/VpnUtil.java

Change-Id: I2e75215fd75f051135d702ab63cb792b6cf4cb55
Signed-off-by: karthik.prasad <karthik.p@altencalsoftlabs.com>
Signed-off-by: Vivekanandan Narasimhan <n.vivekanandan@ericsson.com>
Signed-off-by: Achuth Maniyedath <achuth.m@altencalsoftlabs.com>
7 years agoUpdated git submodules
karthikeyen.p [Wed, 18 Jan 2017 04:10:17 +0000 (09:40 +0530)]
Updated git submodules

Project: netvirt stable/boron adb379614a2cafe0ca1b225e7b239dfd14a5c5c0

Bug 7445: Improve the performance on bulk create.

    * Reduced read calls when SG associated with the VMs.
    * We have used cache mechanism to store neutron port information
      that was read from DS.

Change-Id: I3b243ddf3656e48392593c6fc1086713d1fd1af3
Signed-off-by: karthikeyen.p <karthikeyen.p@hcl.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 6 Feb 2017 22:54:11 +0000 (17:54 -0500)]
Updated git submodules

Project: releng/builder master 379e59b358d84131ff81aabf33952c1494d4e0da

Print Quota to logs before infra-stack

Change-Id: Id2985f047439ca23c33ba18a376d9c74901e8e11
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Feb 2017 20:58:51 +0000 (20:58 +0000)]
Updated git submodules

Project: releng/builder master 505179269c4d96557f132f8c2c6e9afdc00474e3

Merge "Add job to generate an image list for docs"

Add job to generate an image list for docs

With Heat now available we need a way to automate the list of available
images projects can use in their jobs in the docs. This creates a job
that will pull from openstack a list of available public images and
pushes a patch automatically to Gerrit to update the relevant
documentation page. The script will automatically detect if an unmerged
image update patch already exists and update existing patch if available
otherwise create a new one.

Change-Id: If5ea2c53b21b06ab1ed5d6c9c17f30356a930dc4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Feb 2017 20:57:46 +0000 (20:57 +0000)]
Updated git submodules

Project: releng/builder master c558f94f90737ee1e14131f3db3f763edc530c9e

Merge "Display API limit before stacking"

Display API limit before stacking

Change-Id: I4f239b568ec46825e0ab7675deb423d3bf1f232b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 6 Feb 2017 20:24:47 +0000 (20:24 +0000)]
Updated git submodules

Project: releng/builder master 909d01215f4ec193d3552d823147f978a2c851ef

Merge "move network id to local jenkins configuration managed files"

move network id to local jenkins configuration managed files

Change-Id: Idb14f91010d0548266cfb03b22cefa4a0e44f335
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 6 Feb 2017 17:39:15 +0000 (17:39 +0000)]
Updated git submodules

Project: releng/builder master add6a5c3bbb0e6487bbf0e57a99881b93ba9ecb2

Revert "Fix default mininet image name"

This reverts commit 671c7f131175e352b227021ecb851c3936857297.

Change-Id: I4004b16ae5836a721a1d6b3151f3e44530eed723
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 6 Feb 2017 16:14:34 +0000 (16:14 +0000)]
Updated git submodules

Project: spectrometer master b7d880a1c94379e52b8ccac60bb269cc2a2d4586

Merge "Add LOC stats and top 20 to reporttool"

Add LOC stats and top 20 to reporttool

* Add lines of code statistics to reporttool
* Change top 10 to top 20 for all types of stats

Change-Id: Ie8d60ae0c351a4ee7d9aa83e40136981aa1f7093
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Vratko Polak [Mon, 6 Feb 2017 11:46:10 +0000 (12:46 +0100)]
Updated git submodules

Project: releng/builder master 671c7f131175e352b227021ecb851c3936857297

Fix default mininet image name

Most of csit jobs are currently failing to create tools system VM.
This is a quick fix to use 25 version as the default.
Jobs who use mininet application may not expect this newer version,
but most of csit jobs are using tools system for other things than mininet.

Change-Id: I105551d5a5912be1ecb1db5172faa3c9863bc286
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Abhinav Gupta [Thu, 12 Jan 2017 11:10:02 +0000 (16:40 +0530)]
Updated git submodules

Project: netvirt stable/boron 62b919d30cf2db9ab19dc86b9399d86ab5026668

Bug 7733: NeutronVPN: Error out if VxLAN/VLAN network configured without seg-id

This adds an error log based on the presence of segmentation-id when VxLAN
or VLAN based neutron networks are configured via Neutron.

Additionally, some cleanup done:
1. Moved some impl specific utils to NeutronVpnUtils
2. Moved constants to NeutronConstants
3. Renamed SubnetMapListener class to SubnetMapChangeListener
4. Removed  unused xml dependency from QosListener

Change-Id: I2d22773e4e7bdfa927c01d679542fa36146e625a
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Olga Schukin [Tue, 31 Jan 2017 10:35:55 +0000 (12:35 +0200)]
Updated git submodules

Project: netvirt stable/boron cf78ad57f64e1c94722ace7b8d556d9991ceadf4

Bug 7714 - Vpn Interface not deleted from oper DS

sometimes Vpn Interface not deleted from operational/l3vpn:vpn-interfaces model,
if there is more than one adjacency to this vpn interface.

Change-Id: I45e4ca20db6c5aa9f5c280fea8726a5ed8aa654b
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 6 Feb 2017 04:21:41 +0000 (04:21 +0000)]
Updated git submodules

Project: releng/builder master 5b1f8846f413f03b311bcb0a260f37f9a02083e7

Merge "Update packer version to 0.12.2"

Update packer version to 0.12.2

Change-Id: Ib67965461dad8414fcf245a1f25c38d5cd235db7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Alon Kochba [Sun, 5 Feb 2017 10:04:15 +0000 (12:04 +0200)]
Updated git submodules

Project: integration/test master 70c4b87ec45e81a1d7105c9be2bfa11b85d180a2

don't use known hosts file for netvirt CSIT VMs

Change-Id: Ic5891aec0b6b38a2cfb2ab1fbbe7a0b8f3b35f18
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 24 Jan 2017 06:40:25 +0000 (08:40 +0200)]
Updated git submodules

Project: integration/test master 9a48ebb69464d57bde7f8f31a14e3f2bad2e3c12

Remove setting of TRACE to entire netvirt in vpnservice

Change-Id: I9b4f34fe916e17697f25b5f38512b031601607aa
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
--add [Thu, 2 Feb 2017 15:57:00 +0000 (21:27 +0530)]
Updated git submodules

Project: integration/test master e47b45edd23318f81614d012785284b06eb2f4a9

GENIUS - CSIT - : Replaced RequestLibrary session output from XML to JSON to have uniformity

Change-Id: I0234ae61c16c81808ff623f4a807b44b23a6ec48
Signed-off-by: <nazeerahamed.hunshyal@tcs.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 3 Feb 2017 17:17:25 +0000 (17:17 +0000)]
Updated git submodules

Project: releng/builder master ced1d2fa5ac6386216dcdd6e38841f65030324db

Merge "Update include_path to only include cwd"

Update include_path to only include cwd

We only care to include paths from the current working directory based
on our current usage of JJB so update the example to remove paths we
don't care about.

Change-Id: I54047753cbf9f6812751a395692773c3f616dad2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Fri, 3 Feb 2017 04:40:38 +0000 (04:40 +0000)]
Updated git submodules

Project: releng/builder master 45db530a313ce23486c901a7486b417b4d3b61d8

Auto Update CSIT Jobs to run

Change-Id: I110fc9a805a2c52fc67a3131ec38add0e2b25ba4
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Abhinav Gupta [Wed, 1 Feb 2017 13:09:40 +0000 (18:39 +0530)]
Updated git submodules

Project: netvirt stable/boron e5d4650157c5c4c34b0e8fba750f48fb5fec4b1b

Bug 7720: create/delete VPN CLI handling addition/removal of subnets

Following changes have been done as part of the bug fix:

1. Addition of subnets to VPN done via associateNetworks RPC
2. Deletion of subnets from VPN done via dissociateNetworks RPC
3. (1) is done only if createVPN succeeds
4. Deletion of VPN is done only if (2) succeeds

Change-Id: I21d25afa6b3ba56dae56abe2536afcfe5f0476b4
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 3 Feb 2017 04:34:02 +0000 (04:34 +0000)]
Updated git submodules

Project: releng/builder master bcd494e6e91f8d21e9517b8657f533c1c03b1be4

Merge "Reorganize polling stacks to minimize messing up jobs"

Reorganize polling stacks to minimize messing up jobs

We could potentially mess up jobs started while we are polling for
stacks. Moving the stack polling to before we poll for active jobs might
be better. This way we might delete jobs that are already deleted but
that may be less disruptive then the other way around.

Change-Id: Iffc2c867e67893eda6fa9b0e9278354ba2d55ed8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Fri, 3 Feb 2017 04:28:35 +0000 (04:28 +0000)]
Updated git submodules

Project: releng/builder master 72bc108a3235fe8d496ff3bfbc97d2579c0179ea

Merge "Use a smaller vm for distribution-test job"

Use a smaller vm for distribution-test job

The distribution-test job is a shell job that just spawns csit labs.
Using a 8g machine is a waste. Switch to a smaller 4g machine to save
resources.

Change-Id: Ib739c246a849776be363050847dafee4828baca3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 3 Feb 2017 01:42:15 +0000 (01:42 +0000)]
Updated git submodules

Project: releng/builder master 59dcafcb4f6498c766625c63d32de3b8e6577a9f

Merge "Replace dynamic_verify from existing jobs"

Replace dynamic_verify from existing jobs

* dynamic_verify is replaced with centos7-java-builder-2c-4g

Change-Id: I6bbce618d691a2d184990d3bf85cf3b67bd45770
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Fri, 3 Feb 2017 01:23:35 +0000 (01:23 +0000)]
Updated git submodules

Project: releng/builder master ebf4bc5604d4a055be55c142f12bbfbd1f6b8a07

Merge "Update labels and template names to docs"

Update labels and template names to docs

* Depricate labels and template names starting with dynamic_*
  and does not have a number of cpus or ram in the label or template

Change-Id: I32fcc46f0d6a6c5cf29c8f4ea623ff586463249e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 3 Feb 2017 00:42:27 +0000 (19:42 -0500)]
Updated git submodules

Project: releng/builder master a942fe4020f0ae542c4ac79bf570cd061ba6c0fd

Update mininet nodes

Change-Id: Id9dab616e44a3559a63c6f9277fa4054be8a6739
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Mor Zvi [Mon, 26 Dec 2016 14:26:36 +0000 (16:26 +0200)]
Updated git submodules

Project: integration/test master c75dbf809e46b58c6ccc045552f02d45ecccad5e

Fix DHCP checks in netvirt CSIT, fail and log

Change-Id: I507d035053f982c4786d24df303d4764b6e489d1
Signed-off-by: Mor Zvi <mor.zvi@hpe.com>
7 years agoUpdated git submodules
Anil Vishnoi [Thu, 2 Feb 2017 20:26:14 +0000 (12:26 -0800)]
Updated git submodules

Project: ovsdb stable/boron 05afaa315319b573b11516d7b04773b024e9546e

Bug 7023 - NPE at org.opendaylight.ovsdb.southbound.OvsdbConnectionManager.getClient

Change-Id: If157e70dbbbafa39d2334c1704f0ae9d7460bbda
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 25 Jan 2017 17:43:36 +0000 (12:43 -0500)]
Updated git submodules

Project: integration/test master 66a2b913393494de422a832710077ee8d84b7f91

print date in utc format rather than epoch

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

Change-Id: I90a579afb4cb88f20f1efda3e144980ce01bd9e0
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 25 Jan 2017 15:51:00 +0000 (10:51 -0500)]
Updated git submodules

Project: integration/test master f89563a24f33f2575822d085a30b1d36d8385e64

Add protections around changes pretty_print

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

Change-Id: I9bb90d9f88ed09630c25e9493f75bc6b62a53848
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Andrew Grimberg [Thu, 2 Feb 2017 17:09:20 +0000 (17:09 +0000)]
Updated git submodules

Project: releng/builder master bffe483d1232226d8d4833a3cb3944b9bfe7331b

Merge "Add log server url to emails"

Add log server url to emails

When sending emails about build failures we should be providing the log
server url rather than the jenkins build url.

Trello: https://trello.com/c/xAA51pNj
Change-Id: Ie566607e5b8f76f32bd9ebaa2c1f909a3b2c4369
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Sam Hague [Thu, 2 Feb 2017 14:50:46 +0000 (09:50 -0500)]
Updated git submodules

Project: releng/builder master 55560ff39e3b78148121612cd8192973292db72e

Add genius to netvirt integration dependencies

Change-Id: I0ff7fb8cb876e1b4f46e0af6c4ec26140bb1244f
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Thu, 2 Feb 2017 13:23:24 +0000 (14:23 +0100)]
Updated git submodules

Project: releng/builder master 54574339603cad1d125418ba144bb5b7e5529192

Make controller jobs use 16GB nodes

This is temporary workaround to attempt to get progress
on merge jobs, which are currently running out of OS RAM.

Change-Id: I81c371324b67e7b33f16cbc32ac88715be1c899f
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Tue, 24 Jan 2017 10:23:49 +0000 (11:23 +0100)]
Updated git submodules

Project: integration/test master 20528cbc6d95c3b32a3248394b6c8247040a666b

Add suite for global singleton rpc testing

Change-Id: I7f3d198e0806b12c21fb75261d6da53025417869
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Thu, 2 Feb 2017 09:12:18 +0000 (10:12 +0100)]
Updated git submodules

Project: releng/builder master 9bf124e0aa4ca42e03c60bbab995bb85b0a16e0d

Archive hs_err_*.log files

If the JVM runs out of host memory, or otherwise fails,
it will leave a hs_err_pidXXXX.log file. Archive these
for analysis.

Change-Id: Ic3929afaacd607588a54d4daa3d136beaaa3fee4
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Sridhar Gaddam [Thu, 19 Jan 2017 14:45:14 +0000 (20:15 +0530)]
Updated git submodules

Project: netvirt stable/boron 51f04417d1b85d2516bed1c368cce1b6304ef1d8

Bug 7601: Cleanup Elan instances when a network is deleted

The following patch in Neutron[1] modifies the Network delete sequence.
Prior to a network delete event, we now see an update event that removes
the networkType. So, in delete event, when we try to check for the
networkType, it would be empty and there is an exception. Because of this,
elanInstances are not getting deleted. In this patch, we avoid the check
for networkType since the network itself would not be created in the first
place if its not a supported networkType.

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

Change-Id: I349a51f4df666ef2c2912ee552f159b6af16de76
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoAdd instructions to set up git submodules 22/51322/1
Colin Dixon [Fri, 23 Dec 2016 20:10:20 +0000 (15:10 -0500)]
Add instructions to set up git submodules

Change-Id: I2f0b56e4ce0d7406aef70607165f57ffc2b1b5c8
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoMerge "Document project release lifecycle" into stable/boron
Thanh Ha [Thu, 2 Feb 2017 05:33:39 +0000 (05:33 +0000)]
Merge "Document project release lifecycle" into stable/boron

7 years agoUpdated git submodules
Anil Belur [Thu, 2 Feb 2017 03:45:34 +0000 (03:45 +0000)]
Updated git submodules

Project: releng/builder master ee6c672e656fbc407663eb7a9e8227f36577eb26

Merge "Make orphaned stacks cleanup script run every 30 minutes"

Make orphaned stacks cleanup script run every 30 minutes

Change-Id: I2df11c1a622b09991b08d346001cee68e578dba6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vinh Nguyen [Wed, 1 Feb 2017 01:06:50 +0000 (17:06 -0800)]
Updated git submodules

Project: netvirt stable/boron d4250272f0f814be66dabfa3f820ac3886ec4964

BUG 7717 Fix OOM when defining large number of networks

Use NodeId instead of Node as key for the cache
ProviderNetworkManagerImpl::nodeToProviderMapping
The size bridge Node object is huge when there are
large number of network/subnets on the bridge.

Change-Id: I6956318477dfa524ce20680d12bba3c7818540ec
Signed-off-by: Vinh Nguyen <vinh.nguyen@hcl.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 2 Feb 2017 01:43:17 +0000 (20:43 -0500)]
Updated git submodules

Project: releng/builder master 8df364a0ff4ee05efebd35592a793cd7ce324444

Set timeout parameter back in openstack command

Change-Id: Ie0938edb6159d5b30a4edf6e84801616a00021d0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
rahul.agarwal [Wed, 18 Jan 2017 13:42:56 +0000 (19:12 +0530)]
Updated git submodules

Project: integration/test master 9e9de9a3abb8f3e4936f4bca83f7d55ef5b112bd

Two more test cases for Tunnel monitoring added

Change-Id: I8f4dd4c415bacb443e42a758264f1034b90bcb0b
Signed-off-by: rahul.agarwal <rahul.agarwal3@tcs.com>
7 years agoUpdated git submodules
Sandra Biton [Sat, 7 Jan 2017 21:06:41 +0000 (23:06 +0200)]
Updated git submodules

Project: integration/test master 81e9606372133eb634a65969a709ed2c63e487b6

add federation rabbit

Change-Id: I237093bf1a2bdbeb31600abf56ca3e4645857d91
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 21:36:19 +0000 (07:36 +1000)]
Updated git submodules

Project: releng/builder master 4b876de6899d3a6d5d84a1d726a3020d8f0c497c

Improve Heat implementation error handling

Using Heat has increased our ability to spawn 33% more robot builders
but we're now hitting some issues with Rackspace that we will need to
the error handling of our scripts for when Rackspace returns a status
such as Error: None, or CREATE_IN_PROGRESS due to stacks taking longer
than expected to spawn. Rackspace has told us we cannot delete stacks
that are in CREATE_IN_PROGRESS or DELETE_IN_PROGRESS states and that we
should exit our code carefully.

This patch makes the following changes:

* Wait and query stack create status every minute for 15 minutes
* Check status is CREATE_IN_PROGRESS within timeout
* Continue with the job once stack create returns CREATE_COMPLETE
* Fail job on CREATE_FAILED and cleanup stack
* Notify publisher not delete stack when CREATE_IN_PROGRESS
  or DELETE_IN_PROGRESS
* Improve delete-stale-stacks to search for inactive stacks not being
  used by either releng or sandbox siloes and remove them.
* Delete stacks job will now run every hour to cleanup orphaned systems

Change-Id: Ifdc927f601c07e519cdc502a2fb56fca138c659e
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Robert Varga [Wed, 1 Feb 2017 16:55:32 +0000 (17:55 +0100)]
Updated git submodules

Project: odlparent stable/boron 6fffad02b8ed26006c6cd6c798ff1922afea2fe5

Skip Jacoco in SingleFeatureTest

There's no point in checking code coverage in SingleFeatureTest, and
it increases memory usage substantially. This patch disables Jacoco in
features-parent.

Change-Id: If004e4b4f79f0e2e728ec2f9a76aa7458df05e7f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 1 Feb 2017 15:20:16 +0000 (15:20 +0000)]
Updated git submodules

Project: releng/builder master eaf85a12599a20f0870cfc7cef1d9a90b1535c51

Merge "Enhance Hwvtep templates for integration project to use the image 'Ubuntu 14.04 - mininet-ovs-25 - 20170130-0414'"

Enhance Hwvtep templates for integration project to use the image 'Ubuntu 14.04 - mininet-ovs-25 - 20170130-0414'

Change-Id: I7b9635146e58ce666c98b8ba1eb61244d7815235
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 1 Feb 2017 09:32:03 +0000 (10:32 +0100)]
Updated git submodules

Project: releng/builder master 86d4ce39de6f59d1b1f49da6cf1ce7759075455d

Update jenkins.ini.example

+ Put actual Sandbox URL there.
+ Comments instead fake values for user and password.

Change-Id: Ia4e8de870d6be0e9b6f5d91cfbb7981d3ef2f1e1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge changes from topic '51273' into stable/boron
Thanh Ha [Tue, 31 Jan 2017 20:56:56 +0000 (20:56 +0000)]
Merge changes from topic '51273' into stable/boron

* changes:
  Remove information on writing AsciiDoc
  Add information on referencing locations in reST

7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 31 Jan 2017 20:33:18 +0000 (12:33 -0800)]
Updated git submodules

Project: releng/builder master 7bd1b5b5ef327f0d29d8d403355a2e92970011c8

Fix typo in dependecies.log

Change-Id: I88c3e8c6e7ae911d8510974389767aeffd1a6bd0
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Hideyuki Tai [Thu, 26 Jan 2017 23:22:33 +0000 (23:22 +0000)]
Updated git submodules

Project: integration/test master c2d9895fda2d8c3d1f69b8516deb4e753ed860b2

Update the scriptplan name to match new job names.

The job names for legacy netvirt were changed. However, the file names of
corresponding scriptlan were not updated correctly.

Change-Id: Ic62191732b9bb321725b01066a0f53c45e23e3be
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
7 years agoUpdated git submodules
Vishal Thapar [Mon, 30 Jan 2017 07:08:12 +0000 (12:38 +0530)]
Updated git submodules

Project: netvirt stable/boron e2f3335eb971f2d1a792e28db54139b8d0d69035

BUG 7488 Add option to disable auto bridge creation

This adds a new param to elan-config, auto-create-bridge that defaults to
true. When false, netvirt will neither try to create br-int if it doesn't
exist, nor add any configuration if it exists. This is to be used in
scenarios where br-int is already created and configured.

Change-Id: I39c2770a0c0351d9e1b1fecd2642f473650e6c52
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
(cherry picked from commit 1dd6d15f82b1f8f4b9897cca5c8ca71f6a49f898)

7 years agoRemove information on writing AsciiDoc 74/51274/1
Colin Dixon [Wed, 23 Nov 2016 18:24:36 +0000 (13:24 -0500)]
Remove information on writing AsciiDoc

* convert the project requirements to mentioning rst intead of adoc
* migrate the documentation templates to rst

Change-Id: I8f6b37e969c84c21d727cd6ab121152fffaa60ea
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 55f17e855df536b6e980a60ce0f0dd15eb274f82)

7 years agoAdd information on referencing locations in reST 73/51273/1
Colin Dixon [Wed, 23 Nov 2016 19:03:11 +0000 (14:03 -0500)]
Add information on referencing locations in reST

Change-Id: I5aa7d8db61519a302623d3fa9d3bac7d431aaf1a
Signed-off-by: Colin Dixon <colin@colindixon.com>
(cherry picked from commit 61bf0f47348faeedc5e9ac1d0b281f30ef42373d)

7 years agoUpdated git submodules
Faseela K [Tue, 31 Jan 2017 18:47:34 +0000 (00:17 +0530)]
Updated git submodules

Project: releng/builder master de23008b1fffe42d3ef26dd782950a3ee401f080

Add COE jobs to jenkins

Change-Id: Ib8941df857f56143d8cf63fef4de3556dcbc9c34
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 31 Jan 2017 18:37:19 +0000 (18:37 +0000)]
Updated git submodules

Project: releng/builder master 35dd7a640cd15e3a6b4a0b579bb1962535e81a13

Merge "make upstream jobs run daily"

make upstream jobs run daily

Change-Id: I4518f3ff559e7df857ff5a163acb4d498866f3dc
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 31 Jan 2017 18:26:34 +0000 (18:26 +0000)]
Updated git submodules

Project: releng/builder master 7b9c2bb63def6a80f0f5961579791f01ab192cdd

Merge "Update spectrometer webapp deploy job"

Update spectrometer webapp deploy job

Some changes to spectrometer-web made the job no longer able to
successfully deploy the web component. This update bumps the
spectrometer node version to 6.9.4 and also adds a few tweaks to help
Spectrometer's deploy job work a little better.

Change-Id: Id07109b9247bf353b03e7a0c91abe27caee10bd3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 19 Jan 2017 13:21:11 +0000 (18:51 +0530)]
Updated git submodules

Project: netvirt stable/boron 3e8f3e50ea31ed72342681b474ca0775f4e636b2

BUG 7591: Allow configuration of inactivity_probe and max_backoff for OVS

Change-Id: I7881934df38c32cd40e156944c3ee46804d5a4e4
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Dhevendran Kulandaivel [Fri, 13 Jan 2017 09:56:27 +0000 (15:26 +0530)]
Updated git submodules

Project: releng/builder master 18f57e88824145ee9761292b2bb2c7c7937b5839

Add Hwvtep templates for integration project

This templates creates three type of vms (ODL VMs, Openstack VMs and
Tools System VMs).

Change-Id: Iab252bc2402ba55372339498ce8591371047368c
Signed-off-by: Dhevendran Kulandaivel <dhevendran.k@tcs.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 31 Jan 2017 15:37:17 +0000 (15:37 +0000)]
Updated git submodules

Project: releng/builder master d4ae21452efe591508a742f360e13094a59ae881

Merge "Remove bgpcep-verify-python-carbon"

Remove bgpcep-verify-python-carbon

Pcepy (the Python part of Bgpcep) is already removed from Carbon.

Change-Id: Iab5e3d91f5c309a96ca7beacd4fad5c4feb4dfed
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Guy Sela [Tue, 31 Jan 2017 14:13:28 +0000 (16:13 +0200)]
Updated git submodules

Project: releng/builder master 957c3149827522eacee677d59dd0e927d851fc2e

Add federation jobs to Jenkins

Change-Id: If0f9f72f72e5608cbd5b3a8465db1989bb2e46a0
Signed-off-by: Guy Sela <guy.sela@hpe.com>
7 years agoUpdated git submodules
karthikeyan [Wed, 25 Jan 2017 08:05:05 +0000 (13:35 +0530)]
Updated git submodules

Project: netvirt stable/boron 18628cc267bf4a16e7fbdd22a78403a395a95d5a

Bug 7667: SNAT table 46&44 are not getting programmed when private BGPVPN

Problem Description:
=====================
SNAT: Table 46(OUTBOUND_NAPT) and table 44 (INBOUND_NAPT) are not getting
programmed (SNAT Forward Traffic and SNAT Reverse Traffic) with NAT
translation when router is
associated with Private/Internal BGP-VPN.Due to this issue, SNAT traffic
is getting failed when interval bgp-vpn is configured.

Root Cause of the Problem:
==========================
As part of bug (Bug 7478) fix SNAT traffic is used to send router-gw mac
address instead of VM mac. With this code changes router gw-mac was
getting from external-router Yang Model using router name as key.

When private/internal bgp-vpn is configured router-id (Internal Private
VPN ID) should be replaced with created private/internal bgp-vpn id. With
this approach when querying external-router Yang model for getting
router-gw mac address using new router-id (bgp-vpn id) will not match with
router-name.

Solution:
===========
When querying external-router yang model for getting router-gw mac address
it should use old router-id instead of bgp-vpn id. For doing this change
in NAPTEventHandler re-aligned the router-gw mac address code to
appropriate place to be working as expected.

Change-Id: Ieefd799d6b2349464bfb737e3fcc8101036c3619
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 31 Jan 2017 08:52:22 +0000 (09:52 +0100)]
Updated git submodules

Project: releng/builder master 9be159b693346be522f4eccbe5644ed815506b2d

Remove integration- from distribution jobs

The main motivation is that distribution-verify-{stream}
was trying to trigger integration-distribution-deploy-{stream}
which was already renamed.
This also updates comments, renames the yaml file, but leaves
integration-distribution-test-{stream} as that is more int/test than int/dist.

Change-Id: Ie3a2bb40dd8d07c6b4f47dd91e82a26328fb5851
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Umesh Singla [Wed, 14 Dec 2016 18:03:44 +0000 (23:33 +0530)]
Updated git submodules

Project: integration/test master 3d073a97b956cec576695d7670a3feeb4cc756b2

Add .editorconfig file

Different file formats have separate sections.
Add rules as you see gaps.

Link to style-guide followed, present before each section

Change-Id: I4101e6bcd27f16bc554d70ade177089f9572db6d
Signed-off-by: Umesh Singla <umeshksingla@gmail.com>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 07:13:47 +0000 (07:13 +0000)]
Updated git submodules

Project: releng/builder master ce566e0ebfdb74fbcb1d4d102abe4f531d6ce898

Merge "Fix publisher definition in the incorrect spot"

Fix publisher definition in the incorrect spot

Patch Id05a75f86788ddfd62098d013e841eec40d439a4 was incorrect and this
patch fixes that.

Change-Id: I7d0ca4101373100d94400205197dbbeb55a416f9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Tue, 31 Jan 2017 07:11:44 +0000 (07:11 +0000)]
Updated git submodules

Project: releng/builder master c834b9b47899de1e299a39b26389670ac34199b1

Merge "De-template project-name in JJB"

De-template project-name in JJB

Changed project-name to packaging to make the jobs packaging specfic

Change-Id: Ic05749c242997b1ba4af71cab09782bcaedbb557
Signed-off-by: srisankethu <sanketh.uppalapati@research.iiit.ac.in>
7 years agoUpdated git submodules
Vishal Thapar [Sun, 22 Jan 2017 09:30:08 +0000 (15:00 +0530)]
Updated git submodules

Project: netvirt stable/boron b83b1c54f1859ef78c1cc242a2bdfeec9cf79160

BUG 7489: Add startup config file for elanmanager-config

This implements issue 2 mentioned in BUG 7489 by adding a new
configuration file in which user can specify default values for
elan-config at startup.

Note: Update-Strategy is set to None which means any runtime changes to
config will not be reflect till next restart

Path: etc/opendaylight/datastore/initial/config/
Config file name: netvirt-elanmanager-config.xml

Change-Id: I7e3c34166ffd3d8c72f860e1ea34a2c3cc79c309
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
7 years agoUpdated git submodules
Abhinav Gupta [Mon, 30 Jan 2017 07:51:10 +0000 (13:21 +0530)]
Updated git submodules

Project: netvirt stable/boron 95cd2cd97ee967bc4604acf9ab3418d4e41ff1d1

Bug 7700: create-l3vpn (REST/CLI) should not allow another VPN to use the same VPNID

Change-Id: I4481db51b17e92b2df7afab18b41bcb4e1a23df0
Signed-off-by: Abhinav Gupta <abhinav.gupta@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 30 Jan 2017 20:49:01 +0000 (20:49 +0000)]
Updated git submodules

Project: releng/builder master 0c66e57ede718f27fbcaaf52269ef9e269d59aed

Merge "Update new images built for changes #50992 and #50976"

Update new images built for changes #50992 and #50976

Change-Id: Ic6b998cb9f769dd84647cae07c78b2e73699f9b9
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Mon, 30 Jan 2017 17:43:56 +0000 (09:43 -0800)]
Updated git submodules

Project: releng/builder master dc6543bd0d531a98759c8888ea305b66e8bec2ff

Fix jenkins doc after latest changes

Change-Id: I090c9774bbed321bc94c9a84065585a8eff28a28
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Yakir Dorani [Sun, 22 Jan 2017 17:15:09 +0000 (19:15 +0200)]
Updated git submodules

Project: netvirt stable/boron ac59b72c8f1ceacd9ef88e0691d9b175119d4b3c

Fix ElanStatusMonitorJMX failing upon bundle reinitialization.

Change-Id: I9e04e3ee1b9edc6000439e18b35c729f9ec0f92b
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
(cherry picked from commit 7f1f03e93f02fddd3002066d87b52ad782566c53)

7 years agoUpdated git submodules
Vratko Polák [Mon, 30 Jan 2017 13:53:38 +0000 (13:53 +0000)]
Updated git submodules

Project: releng/builder master 5ccae814c92ce41d6960741015ccea03d84a5cfe

Merge "Make message more clear"

Make message more clear

Change-Id: Ib10b7dc474b8411419d8e809e2d87c8341b60125
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Olga Schukin [Thu, 26 Jan 2017 06:45:16 +0000 (08:45 +0200)]
Updated git submodules

Project: netvirt stable/boron b89e527db18ec66bd1d5433079f21cbb4b4ffc02

SNAT tests failures

The rule with empty action list was installed to T47

Change-Id: I8fb81cafb2a7bfd392ce24b73dedf14ab29608bb
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
Anil Belur [Wed, 25 Jan 2017 06:39:59 +0000 (16:39 +1000)]
Updated git submodules

Project: releng/builder master d42c74e320c4c4988c12086f21774cf847e03838

Rename image name format to suit Heat implementation

Heat template scripts require the format <distro> - <name> - <date-stamp>
since the Heat template derives the name from the mid section of our
image names. Having multiple words between hypens in the name causes scripting
issues.

Change-Id: I0712086b0a765eaffdf2bf751ec3cf4daef7962c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Guy Belotzerkovsky [Mon, 23 Jan 2017 09:42:39 +0000 (11:42 +0200)]
Updated git submodules

Project: releng/builder master 5accf6d681eaa1b531b2895f9f4c66cb5c8b2454

Refactor packer var files to extend the use for different envs

Change-Id: Icdb55915b9ce99f1b4d5e3c27a67ca523feb20ef
Signed-off-by: Guy Belotzerkovsky <guy@hpe.com>
7 years agoUpdated git submodules
Luis Gomez [Sun, 29 Jan 2017 23:49:07 +0000 (15:49 -0800)]
Updated git submodules

Project: releng/builder master ac0af8b27be562dad872231056d3853c6b722a5d

Fix csit list variable expression

Change-Id: I9d173b06d06f2e8a523ac789a8139348c21eed9b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
David Goldberg [Thu, 19 Jan 2017 16:12:38 +0000 (18:12 +0200)]
Updated git submodules

Project: netvirt stable/boron 36a01ff5fa64c26da8890634af2f2aca1652bef8

BUG7308: fix leaf to leaf traffic

Change-Id: Iabae4f9fb7a2665f41f705ad0a6516a2d96ec77b
Signed-off-by: David Goldberg <gdavid@hpe.com>
(cherry picked from commit adb975a4ca8acc029e6db3d8f7f558669f375748)

7 years agoUpdated git submodules
Luis Gomez [Sun, 29 Jan 2017 20:01:58 +0000 (20:01 +0000)]
Updated git submodules

Project: releng/builder master 69b10a7927cf25d19bb6d59b40137e9970fd7a8e

Merge "Auto Update CSIT Jobs to run"

Auto Update CSIT Jobs to run

Change-Id: I40b908171baecd3162b7088372a76d321e3c75ab
Signed-off-by: jenkins-sandbox <jenkins-sandbox@opendaylight.org>