docs.git
7 years agoUpdated git submodules
Vratko Polak [Fri, 10 Mar 2017 12:49:30 +0000 (13:49 +0100)]
Updated git submodules

Project: odlparent master 297793d5f9faa091323e07f601e96641df9fe5ff

Bug 7588: Stop blacklisting odl-hbaseclient from SFT

Change-Id: I0e12cc209f9023c5e25033ce2aa7ec9bd60b002f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 3 Mar 2017 15:12:10 +0000 (16:12 +0100)]
Updated git submodules

Project: odlparent master 39ad5d29cb74a153d5d77f409d4f44eb1bdc25a8

Bug 7895: Fix java version regex in Karaf scripts

This only fixes Karaf 3 scripts.
Any idea how to reliably create .patch files for Karaf 4 scripts?

Change-Id: I4e0ffae51e4ba38472195164f3ddf22e08966578
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 1 Mar 2017 02:11:55 +0000 (03:11 +0100)]
Updated git submodules

Project: genius master 88f65473b83b8f062498a5bd2368816d07623954

Improve exception message in NWUtil.isIpv4Address(String)

Change-Id: I590ee8c2e23685d7955ad31275d7ff04fb1aa2d8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 10 Mar 2017 00:48:42 +0000 (01:48 +0100)]
Updated git submodules

Project: odlparent master 640457933d802e4d0c7d2ad4d51bd2e40261dd6f

Minor (very) clean up of SFT related code I bumped into

Change-Id: I23f852c7c37775138cd414755d7645fbd42a02a6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sridhar Gaddam [Thu, 2 Mar 2017 18:04:57 +0000 (23:34 +0530)]
Updated git submodules

Project: netvirt master a71f6e2de822996920a6e3f69b53a3a2c5b46207

Update IPv6 N-S spec with neighbor-discovery.yang changes

Change-Id: I04bb19cffc3cef53ed6b7fbb29f96050bb90ad5a
Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
7 years agoUpdated git submodules
Viji J [Thu, 9 Mar 2017 09:36:41 +0000 (15:06 +0530)]
Updated git submodules

Project: netvirt master d279d7c226c3534fff1ea94c7f44753c05212fd8

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
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
Koby Aizer [Thu, 2 Mar 2017 10:24:55 +0000 (12:24 +0200)]
Updated git submodules

Project: netvirt master b8d44834604e071f050515b96a64d8e00a09c379

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>
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
David [Thu, 9 Mar 2017 16:35:47 +0000 (17:35 +0100)]
Updated git submodules

Project: aaa master 92cac5b36ea4d5d63e0c9812a6e9c32e899112db

Fix issues related to checkstyle enforcement for module
aaa-idpmapping

- Copyright sections
- Line lengths
- Formatting
- Order of modifiers
- Move variable declaration closer to its use
- Change variable names
- Exception catching
- Enforcement in pom.xml

Change-Id: I606be4addc6474c965d4e88aa9ef48605973a83c
Signed-off-by: David <david.suarez.fuentes@ericsson.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
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
Vivek Srivastava [Thu, 9 Mar 2017 15:59:39 +0000 (15:59 +0000)]
Updated git submodules

Project: genius master 4cbd9150dd36d456c0528ea1b07ac8afcfa50103

Merge "Spec to support load balancing and high availability of multiple VxLAN tunnels"

Spec to support load balancing and high availability of multiple VxLAN tunnels

Change-Id: Id608d4007a7be8419380314f27c40f8f8ff06ecb
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Vishal Thapar [Thu, 9 Mar 2017 12:21:03 +0000 (12:21 +0000)]
Updated git submodules

Project: genius master 580f76505bdd1aa772f1832dcce8fe706d3f3751

Merge "Improve scale of AsyncXListenerBase"

Improve scale of AsyncXListenerBase

Convert single static thread pool for all listeners to thread pool per
listener.
Deprecate the base classes.

Change-Id: I0d86b2c017ed443db3093dc81f124677e1cf0449
Signed-off-by: Guy Sela <guy.sela@hpe.com>
7 years agoUpdated git submodules
Stephen Kitt [Wed, 15 Feb 2017 15:49:42 +0000 (16:49 +0100)]
Updated git submodules

Project: odlparent master e84a1fcf19b6ba0fa9a976aa44845eda59b4a154

Upgrade commons-net 3.5 → 3.6

Release notes:
http://www.apache.org/dist/commons/net/RELEASE-NOTES.txt

Change-Id: I6ba6bff7f3e6f14d297b0b4f1a426657bcedc623
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 7 Mar 2017 12:52:29 +0000 (13:52 +0100)]
Updated git submodules

Project: odlparent master 6e91dbeb60eac59c401c148d2c3362dfbfd6a065

Remove invalid code in Karaf 3 instance script

If jvm version is lower than 1.8.0, the checkJvmVersion
function will exit. As a result, check jvm version code
is invalid in subsequent setupDefaults function.

Karaf 4 patchs files are not updated.

Change-Id: I20b22a59ceb92ac76523d135e15a3920f258700e
Signed-off-by: Vratko Polak <vrpolak@cisco.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
cgowdru [Tue, 28 Feb 2017 09:13:36 +0000 (14:43 +0530)]
Updated git submodules

Project: netvirt master f7c8f7431cd1ca87f192a1f9ce9a6fa44b473dae

Bug 7809 - NAT snatGroupIdPool is overlapping with Elan Groups

Description : Currently the SNAT Group is defined as 200000-225000
and the elan group range also falls within this range(210000-220000).
Change done to move the snatGroupIdPool range to 225000-250000.

Change-Id: I680305c512221ca775fca8461a901f72f9e13e27
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
7 years agoUpdated git submodules
matus.kubica [Fri, 10 Feb 2017 14:02:34 +0000 (15:02 +0100)]
Updated git submodules

Project: netconf master 69535f313ce605cb25f847f0202fb11e6596d0fb

Bug 7741 - "Please try again" should not result in http code 500

Change ErrorType to TRANSPORT
Change ErrorTag of DocumentedException to RESOURCE_DENIED
Change ErrorSeverity to ERROR
Add mapping in BrokerFacade to 503
Edit RPCError in NetconfReadOnlyTransaction
Add JUnit test for BrokerFacade

Change-Id: I039886d80a89e0ef4d376229617b3b4b7520a04c
Signed-off-by: matus.kubica <matus.kubica@pantheon.tech>
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
Faseela K [Thu, 2 Mar 2017 16:21:14 +0000 (21:51 +0530)]
Updated git submodules

Project: coe master da04487a5848f7b75fa1ab75f59f5c72dc37a7b5

Set up documentation infra for coe

Change-Id: I146736a6bf6f481a435eed36e3982fcac61ac2f2
Signed-off-by: Faseela K <faseela.k@ericsson.com>
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
Robert Varga [Wed, 8 Mar 2017 11:08:11 +0000 (12:08 +0100)]
Updated git submodules

Project: netvirt master 18f70fe242b9f70cb96cc8ee8002e72ca3494220

BUG-7905: remove duplicate RPC declarations

Duplicate rpc identifiers are a violation of RFC6020 and only happen
to work due to BUG-7424 not being addressed. Fix this up by removing
duplicates.

Change-Id: I916a1607f3b315f9d9b8c8ed826aff0c1e679c6d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 04:38:18 +0000 (04:38 +0000)]
Updated git submodules

Project: releng/builder master 2ef7e35d07eeb670d167429dcbc95f7bc3f0798f

Merge "Fix ShellCheck issues in baseline.sh."

Fix ShellCheck issues in baseline.sh.

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

Project: releng/builder master a8bf1706df0541ba35fa034c5db325d62bd68ab4

Enable ShellCheck for all except integration/*.sh

Integration will take awhile to fixup so let's enable ShellCheck for
everything else.

Change-Id: I4ebf60d7274ea8643493bb00ecd8e344896562ea
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Fix ShellCheck issues in cleanup scripts

Change-Id: I58f020ba7d34d2cfeffaba5a3a30c3c2087e57b2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Fix ShellCheck issues in jjb/*.sh

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

Project: releng/builder master a4287a9cedb8ce654d91cade11c9e2d17709eb59

Merge "Fix ShellCheck issues in jjb/packaging"

Fix ShellCheck issues in jjb/packaging

Change-Id: I9636f337273ed9ec5ad4bdcb99d9eec5f1d3f6ba
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:57:03 +0000 (03:57 +0000)]
Updated git submodules

Project: releng/builder master a6e49a8cd3d9a415e9f278de1440c68387fe41a5

Merge "Fix ShellCheck issues in jjb/ovsdb"

Fix ShellCheck issues in jjb/ovsdb

Change-Id: I34a8bfee5d3c4205bce739f607836f07f3e949c3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:56:52 +0000 (03:56 +0000)]
Updated git submodules

Project: releng/builder master 9ee84e1ef9efe59b543ab921b6a0020b643463d3

Merge "Fix ShellCheck issues in jjb/opflex"

Fix ShellCheck issues in jjb/opflex

Change-Id: Ife252776b4df794859e827be54ade42a42735a1b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 9 Mar 2017 03:56:43 +0000 (03:56 +0000)]
Updated git submodules

Project: releng/builder master 42f52c71fc5ac9b20eaeabbc9fec398d4e518d8f

Merge "Update RPM versions built by default JJB params"

Update RPM versions built by default JJB params

Change-Id: I9b29976d596ca90d017177a8927dcb7babafbd85
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:50:52 +0000 (03:50 +0000)]
Updated git submodules

Project: releng/builder master f17c6a719f249f3dafe58d3872f03154dab72ed8

Merge "Fix ShellCheck issues in jjb/neutron"

Fix ShellCheck issues in jjb/neutron

Change-Id: Ic3b39afd6ba9aaee89966987bbc4f49a9d36fc83
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:50:41 +0000 (03:50 +0000)]
Updated git submodules

Project: releng/builder master acc4fc7871996357d707a5ddc830ab3386e7ebab

Merge "Fix ShellCheck issues in jjb/netvirt"

Fix ShellCheck issues in jjb/netvirt

Change-Id: I876784e21ffaf1643c720d463f44203cb39af6f7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:48:55 +0000 (03:48 +0000)]
Updated git submodules

Project: releng/builder master e75b1e5a27f1f46176a3e9eed738c3f53b350f0f

Merge "Fix ShellCheck in jjb/docs"

Fix ShellCheck in jjb/docs

Change-Id: Ie930a160ea1950aaf196eb9b6120de7cd29638c2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:48:16 +0000 (03:48 +0000)]
Updated git submodules

Project: releng/builder master f616480d653017656ea9849cac51b87530f766bf

Merge "Fix ShellCheck issues in jjb/autorelease"

Fix ShellCheck issues in jjb/autorelease

Change-Id: I6c75eac842fffe14e073a717fde0bfaa495ae02b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:48:11 +0000 (03:48 +0000)]
Updated git submodules

Project: releng/builder master 84870306db96ff17c82199418fc332f3c0cd9581

Merge "Add ShellCheck linting to scripts directories."

Add ShellCheck linting to scripts directories.

Running ShellCheck against our shell scripts for some linting.

Enables ShellCheck for:

    - jenkins-scripts/
    - scripts/

Trello: https://trello.com/c/MlgqXKq6
Change-Id: I4238a8edc88b3ca1b3a567e0d21bbe669b71f4be
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 9 Mar 2017 03:46:47 +0000 (03:46 +0000)]
Updated git submodules

Project: releng/builder master 5d1fddca300fca39caa5f2e702cd7120a5b154d4

Merge "Fix ShellCheck issues in jenkins-scripts"

Fix ShellCheck issues in jenkins-scripts

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

Project: integration/test master cf93bfa97bffca1f7a06f6eddbb5b29b5b16babf

Add openflowport as a parameter to cbench command line

Change-Id: Iced0f38c3897ede2c596dd149f872250c5d8907b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 9 Mar 2017 03:16:51 +0000 (22:16 -0500)]
Updated git submodules

Project: releng/builder master b22e82530c6a14ae5596ce35b9e4fa7f7e8e8f1b

Change sh->expect extension to appease coala

Change-Id: I37b71eecf7101ceb7f6ba1b97ad5349eaa2006b2
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
David [Thu, 9 Mar 2017 00:18:36 +0000 (01:18 +0100)]
Updated git submodules

Project: aaa master 1292d40c14de5cbe2cd5fa478e8017965e171184

Fix issues related to checkstyle enforcement for module aaa-authn-basic

- Line lengths
- Rename method
- Formatting
- Enforcement in pom.xml

Change-Id: I0bd8e27d2abeb1315b1c5fc2925c8e0db2f726fa
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
eupakir [Wed, 9 Nov 2016 09:08:01 +0000 (14:38 +0530)]
Updated git submodules

Project: netvirt master b01fea25f8b50079a765b9275f3c0c99b1408c92

Ethernet VPN Flow Programming for VM's within the same data center.

This review brings in enhancement to VRFEntryListener  to manage flows to
realize L3 Forwarding over VXLAN tunnels. These code-changes cover the
following scenarios:
1) Intra-subnet connectivity between VM's on the same hypervisor within a
data center.
2) Intra-subnet connectivity between VM's on different hypervisors within
a data center.
3) Inter-subnet connectivity between VM's on same hypervisor within a data
center.
4) Inter-subnet connectivity between VM's on different hypervisors within
a data center.

Change-Id: Ieb787442d20cd6351ef0e04a5765afc5aa975721
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
Vivekanandan Narasimhan [Wed, 8 Mar 2017 09:06:16 +0000 (14:36 +0530)]
Updated git submodules

Project: netvirt master f9d156dc32aff937425eb586bee3ceefda069091

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>
7 years agoUpdated git submodules
David [Wed, 8 Mar 2017 23:19:54 +0000 (00:19 +0100)]
Updated git submodules

Project: aaa master d178e7da0c44caff00676077cba16060be6486d3

Fix issues related to checkstyle enforcement for module
aaa-authn-api

- Copyright sections
- Line lengths
- Remove public modifier from interface methods
- Exception catching
- Rename paramaters and variables
- Group overloaded methods
- Enforcement in pom.xml

Change-Id: I6860af7d863e84bf317c7d261294b03527d29e32
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Ryan Goulding [Thu, 9 Mar 2017 00:14:58 +0000 (00:14 +0000)]
Updated git submodules

Project: aaa master 29209b77e0682a9abf17e57e57e62ad7568e7d95

Merge "Fix issues related to checkstyle enforcement for module aaa-authn"

Fix issues related to checkstyle enforcement for module
aaa-authn

Many changes, but all minor:
- Line lengths
- Lexicographic order for imports
- Declaration of constants: name, modifiers
- Formatting
- JavaDoc format
- Rename variables
- Move declaration of variables closer to their use
- Exception catching
- Enforcement in pom.xml

Change-Id: I6c8ec4da77874a5c0eb54d0849677c770b6580a0
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
cgowdru [Wed, 22 Feb 2017 12:17:34 +0000 (17:47 +0530)]
Updated git submodules

Project: netvirt master 391371db72d63974a4b59fd2991995cad348ec09

Changes for supporting "opendaylight-vni-ranges" pool

Description:

1) Re-defined VPN_POOL range to 100000-130000
2) Adding Util API's for creating and deleting VNI Pool.
3) NeutronVpn APIs exposed to retreive 'opendaylight-vni-ranges' and
'enforce-openstack-semantics'

Change-Id: I61d518aa694416aca7b47b266c0f2c56edf350cf
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
7 years agoUpdated git submodules
Periyasamy Palanisamy [Wed, 18 Jan 2017 07:31:34 +0000 (13:01 +0530)]
Updated git submodules

Project: netvirt master cc6243ad8bb371ef235cffc847f33ca7be3dfa13

fix for mac movement issue

* updating only elan-interface-forwarding-entries when mac is learned
from vlan provider port which is already learned on VM port.
* updating MACs in elan ds and dpn when MAC is actually moved from VM port
to another VM port.
* handling MAC learning from VLAN provider port if it is a newly learned
mac

Change-Id: I4ff9d79463f0f238c5a8b345438514b93ed4bb17
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
7 years agoUpdated git submodules
Tali [Tue, 7 Mar 2017 10:34:50 +0000 (12:34 +0200)]
Updated git submodules

Project: netvirt master 3a6ff3d863e8c3552d9e2fdc1a9279cf818d181d

Export ACL flow programming logic

Change-Id: Ia7ef604bb8a763eeb520c8459e23b9979d126160
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 7 Mar 2017 23:41:34 +0000 (00:41 +0100)]
Updated git submodules

Project: ovsdb master 13b999eb5bc1e65442c7ef3d22a1f90a58d98e62

Fix NPE in OvsdbConnectionService updateConfigParameter

seen in SingleFeatureTest (SFT) running under Karaf 4

maybe under Karaf 3 this was never called with null, but under 4 it is

Change-Id: I886ccf99ef4be85b6e103d69fa457ec4a0dab4d9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
karthikeyan [Wed, 22 Feb 2017 10:33:45 +0000 (16:03 +0530)]
Updated git submodules

Project: netvirt master 20beb9853bd473a0002008d2000384bbeeb3cb40

Ethernet VPN (EVPN_RT5) Enhancement to Non-NAPT to NAPT

This review (1st Review) is part of EVPN_RT5 support in NAT feature.

Changes are made in the NAT code for accomplishing the below

Intra DC Communication:
=========================
For Non-NAPT to NAPT Traffic, Tunnel id will be setting with
Router lPortTag which will be carved out per router if it is part of
L3VpnOverVxlan else tunnel-id will be setting with existing router-id.

Change-Id: Idc5e8b1956311541ae7bae255d023c5f3543f9a3
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
7 years agoUpdated git submodules
Poovizhi P [Tue, 28 Feb 2017 13:47:03 +0000 (19:17 +0530)]
Updated git submodules

Project: netvirt master 7259e4c980169ed698198b77b90f0042fd4a6cc0

Netvirt: Neutron Qos DSCP Marking support

Adds Neutron QoS DSCP support to Neutronvpn.
A new table 90 created for QOS DSCP in Genius.

Supports:
- add, update, remove of qos dscp marking rule assigned to Neutron
port/network

Description:
- When a DSCP rule is created in the Qos Policy which is bound to the
  port, OF rule(table 90) to set tos filed in the IP with the DSCP vaule
  is configured. Qos service is bound to the table 17.

- During the removal of policy from port, unbinding qos service, and
  removal of flow is donw

  Testing procedure:
  1. Create neutron network,subnet and instance.
  2. Create neutron qos policy and DSCP rules.
  3. Associate policy to the port/network
  4. Update the DSCP rule.
  5. Disassociate the policy from port/netwok

  Result:
  - corresponding ovsdb port tos attributes are configured
  appropriately.
  - traffic flows with the DSCP value configured in the port.

Change-Id: I06d0d89c7144dcc27f01320c8ed63bfe6afebf27
Signed-off-by: Poovizhi P <poovizhi.p@ericsson.com>
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
7 years agoUpdated git submodules
Jakub Toth [Tue, 7 Mar 2017 08:21:14 +0000 (09:21 +0100)]
Updated git submodules

Project: federation master a9e5e3e58baaf505b90f8ab29395482aff0dc2a6

BUG-6859 - Binding generator v1 refactoring

Fix compilation failure after binding generator move.

Change-Id: Ia3dee4cec5fdd96751349a93511c3e40290519f1
Signed-off-by: Jakub Toth <jatoth@cisco.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 7 Mar 2017 23:35:26 +0000 (00:35 +0100)]
Updated git submodules

Project: ovsdb master c877d44ffa2815892907329c740095df46c56929

Fix Checkstyle "Redundant Modifier: Redundant 'final' modifier."

Change-Id: I07c5ac0c61594fc9b2e4faa1d0d028d75348df53
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
David Goldberg [Wed, 1 Mar 2017 15:36:33 +0000 (17:36 +0200)]
Updated git submodules

Project: netvirt master 40f8df14c1d82aa870a7f5e67f52ca4cdbc0a626

Yang changes for DHCP Server dynamic allocation

This change includes the yang changes needed to implement spec [1]

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

Change-Id: Ia331db0d5f2bf4e7fbe318debab4aa4a83ee1d56
Signed-off-by: David Goldberg <gdavid@hpe.com>
7 years agoUpdated git submodules
ehvkand [Wed, 1 Mar 2017 07:29:14 +0000 (12:59 +0530)]
Updated git submodules

Project: netvirt master 36538fb19c88b2b076bbef3b6790b211c7d5862c

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
Suvitha.balu [Tue, 21 Feb 2017 09:23:29 +0000 (14:53 +0530)]
Updated git submodules

Project: integration/test master daaa023bcbf500cbd0d3f667ab059f780e7328b1

Additional Gateway MAC Table Validation in VPNservice

Change-Id: I6d316d8cb658f26e33344839db4e8c3e4cd5659b
Signed-off-by: Suvitha.balu <suvitha.balu@tcs.com>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Thu, 2 Mar 2017 12:05:09 +0000 (17:35 +0530)]
Updated git submodules

Project: netvirt master 67066d57fe74e4cd2795eaab5084939c5697697a

Model for nat service config parameter.

The "nat-mode" will be used to switch between controller based and
conntrack based nat.

Change-Id: Ia616c2b1567a0d9e751fe9853274bc3c2a9e8365
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Jose-Santos Pulido Garcia [Thu, 2 Mar 2017 11:32:41 +0000 (12:32 +0100)]
Updated git submodules

Project: netvirt master e56e8baa655e5e82b20a4d2ade031897a6a85757

Add tcp-md5-signature-option to ebgp's neighbors

An optional leaf has been added to ``neighbors`` list in ebgp module in
order to configure QBGP with the shared secret required by TCP MD5
Signature Option [RFC2385].

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

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

Change-Id: I8f712840bd5b0b6d1647b972375c5e3080f1eadc
Signed-off-by: Jose-Santos Pulido Garcia <jose.santos.pulido.garcia@ericsson.com>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 8 Mar 2017 03:36:58 +0000 (03:36 +0000)]
Updated git submodules

Project: aaa master 06b148e7d49d5dcf2d03f0aa2538528c01d8d04a

Merge "Better error message if null encryptSalt"

Better error message if null encryptSalt

If hit this in a (Karaf 4...) SFT:

[Blueprint Extender: 1] ERROR
org.apache.aries.blueprint.container.ServiceRecipe - Error retrieving
service from ServiceRecipe[name='.component-1']
org.osgi.service.blueprint.container.ComponentDefinitionException: Error
when instantiating bean encryptService of class
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl
        at
org.apache.aries.blueprint.container.BeanRecipe.wrapAsCompDefEx(BeanRecipe.java:361)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:351)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.getInstance(BeanRecipe.java:282)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.internalCreate2(BeanRecipe.java:830)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:811)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79)[14:org.apache.aries.blueprint.core:1.6.2]
        at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
        at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.di.RefRecipe.internalCreate(RefRecipe.java:62)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:106)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.ServiceRecipe.createService(ServiceRecipe.java:285)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.ServiceRecipe.internalGetService(ServiceRecipe.java:252)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.ServiceRecipe.internalCreate(ServiceRecipe.java:149)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79)[14:org.apache.aries.blueprint.core:1.6.2]
        at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
        at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:255)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:186)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:724)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:411)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:276)[14:org.apache.aries.blueprint.core:1.6.2]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121]
        at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
        at
org.apache.aries.blueprint.container.ExecutorServiceWrapper.run(ExecutorServiceWrapper.java:106)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.utils.threading.impl.DiscardableRunnable.run(DiscardableRunnable.java:48)[14:org.apache.aries.blueprint.core:1.6.2]
        at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)[:1.8.0_121]
        at
java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)[:1.8.0_121]
        at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)[:1.8.0_121]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
        at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
Caused by: java.lang.NullPointerException
        at
java.util.StringTokenizer.<init>(StringTokenizer.java:199)[:1.8.0_121]
        at
java.util.StringTokenizer.<init>(StringTokenizer.java:221)[:1.8.0_121]
        at
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.getEncryptionKeySalt(AAAEncryptionServiceImpl.java:152)[131:org.opendaylight.aaa.encrypt-service:0.5.0.SNAPSHOT]
        at
org.opendaylight.aaa.encrypt.AAAEncryptionServiceImpl.<init>(AAAEncryptionServiceImpl.java:49)[131:org.opendaylight.aaa.encrypt-service:0.5.0.SNAPSHOT]
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)[:1.8.0_121]
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)[:1.8.0_121]
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[:1.8.0_121]
        at
java.lang.reflect.Constructor.newInstance(Constructor.java:423)[:1.8.0_121]
        at
org.apache.aries.blueprint.utils.ReflectionUtils.newInstance(ReflectionUtils.java:331)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.newInstance(BeanRecipe.java:984)[14:org.apache.aries.blueprint.core:1.6.2]
        at
org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:349)[14:org.apache.aries.blueprint.core:1.6.2]
        ... 30 more

Change-Id: I37ddaa7a9f9883f7106e68dd7725f7dce50d55d5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 8 Mar 2017 01:13:46 +0000 (01:13 +0000)]
Updated git submodules

Project: genius master 837f18f1b6abda706fbd83392b7d9772f89bdcd0

Merge "Fix (some) unlogged Thread death uncaught exceptions, now logged"

Fix (some) unlogged Thread death uncaught exceptions, now logged

see also email list thread "Re: [netvirt-dev] [genius-dev] Exceptions
that don't even reach the log"

This doesn't actually fix any such exceptions, but it makes them get
properly logged, to the logging subsystem, instead of only appear on the
console.

Change-Id: If08408c103dd7a0520fc95ce2da632d67ee9c6a1
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 7 Mar 2017 23:19:53 +0000 (00:19 +0100)]
Updated git submodules

Project: aaa master d009c2264956919cc8786702adbf690caa7e4e55

Fix NPE in H2TokenStore updateConfigParameter

seen in SingleFeatureTest (SFT) running under Karaf 4

maybe under Karaf 3 this was never called with null, but under 4 it is

Change-Id: Ie773ee79c4ffa6b7ca1a08d9ea42c0cf014315a9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 8 Mar 2017 00:09:06 +0000 (00:09 +0000)]
Updated git submodules

Project: genius master 01c202c0be2d01fab4bcd02fb0fbd4cbb610dea2

Merge "Add missing <name> fields for pom.xml files"

Add missing <name> fields for pom.xml files

This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522

Change-Id: I8874717d4c30d835ef1233344148a558401aed88
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Fri, 3 Mar 2017 01:51:41 +0000 (20:51 -0500)]
Updated git submodules

Project: infrautils master 9e0bec0f7e86f37b13db89f5ca54c0c29a16948f

Add missing <name> fields for pom.xml files

This is used by autorelease scripts to automatically parse which project
is failing a build and report to the mailing list automatically. We need
names in the format:

    ODL :: <groupId> :: <artifactId>

This patch formats in the same format as found in the startup archetypes
patch found here: https://git.opendaylight.org/gerrit/52522

Change-Id: Ie80fe4341e0e52ef93a560a56d2553e3f40ddfbb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Aswin Suryanarayanan [Mon, 6 Mar 2017 11:43:44 +0000 (17:13 +0530)]
Updated git submodules

Project: netvirt master 9a9c988bfa3574126b38003d5a8eb713536809c2

Bug 7885 - CSIT Sporadic failures -
tempest.scenario.test_port_security_macspoofing_port

On port-security update  bind/ubind service is now called.

Change-Id: I46cfae8b13a3f67647bfc501b3e55faf8c827a37
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Mar 2017 19:26:53 +0000 (11:26 -0800)]
Updated git submodules

Project: integration/test master e87e13af08a90b40fbcb8bdfaa058f5d266a8de4

Skip any retries and timeout after 1s for model dumps

this is to avoid the 20s timeout we hit in a failed cluster sometimes.

Change-Id: I4e3850a460e107f2e76365fe655dacfae1f5da22
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Ryan Goulding [Tue, 7 Mar 2017 22:44:42 +0000 (22:44 +0000)]
Updated git submodules

Project: aaa master 372b547ee22e3640ca12ad39bd910dd90c966fba

Merge "Replace project-specific checkstyle by odlparent's"

Replace project-specific checkstyle by odlparent's

This change replace the project-specific checkstyle rules by the common
ones defined in odlparent's pom.xml as other projects have already done
(Netvirt, Genius, etc.). The actual enforcement of the checkstyle rules
are applied on a per-module-basis in their own pom.xml by adding the
following section to the maven-checkstyle-plugin:

<configuration>
 <propertyExpansion>checkstyle.violationSeverity=error</ropertyExpansion>
</configuration>

I have commented the checkstyle enforcement of some current modules to
do this enforcement process in a progressive way by solving the
checkstyle issues module by module. I'll rise separate commits for
those modules soon.

Change-Id: I7fcb069c6abd6814a5a2d7269d178c85e97c01c2
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Mar 2017 22:30:20 +0000 (22:30 +0000)]
Updated git submodules

Project: releng/builder master d354cb7b5d7c5b9ba6de49a4cf725af6235997dd

Merge "Make link to tar from BUNDLEURL, use for build-rpm"

Make link to tar from BUNDLEURL, use for build-rpm

RPM specfiles typically use tarball build inputs, not zips. When
triggering from autorelease, we need to convert the BUNDLEURL link to
the zip-archive distro into one for the tarball distro.

Could also do this by creating a new variable parallel to BUNDLEURL for
passing a link to the tarball, something like BUNDLETARURL. I started on
this in [1] but think it's not worth the complexity, unlikely to be
reused.

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

This fixes:

trello.com/c/qcwHU9u1/446-fix-build-rpm-jobs-triggered-by-autorelease

Change-Id: Ic9b4a998a4f823f4a3a3b1ef3ac0f604cf03565f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Tomas Janciga [Fri, 3 Feb 2017 13:24:50 +0000 (05:24 -0800)]
Updated git submodules

Project: integration/test master 6dc280a7073f76ee7fb2412261d07a0d7bbd9944

Definitions of needed test suites and test cases

Change-Id: Iefcbad17a22f2287a332bed1069dcbce0280e697
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoUpdated git submodules
Daniel Farrell [Tue, 4 Oct 2016 23:49:44 +0000 (19:49 -0400)]
Updated git submodules

Project: integration/test master 36d247409f1e7c5afaa88bbaa4d7f599553c7f1e

Log OpenFlow max switch scale result

Was logging to console only, so not visible in primary log.

Change-Id: I9c95f2e95db3bc89431f490ce1af1d0f3ae55e23
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
mor.zvi [Mon, 6 Mar 2017 14:17:58 +0000 (16:17 +0200)]
Updated git submodules

Project: integration/test master 3103b67dbb7eff5f487cbba4983ee83bfe61752f

fix Verify VMs Received DHCP Lease func - if dhcp ip is empty change to
None

Change-Id: Ic0720bff4ebb9607e9a95a11fc4eeec9acb4158a
Signed-off-by: mor.zvi <mor.zvi@hpe.com>
7 years agoUpdated git submodules
Yakir Dorani [Mon, 30 Jan 2017 13:16:58 +0000 (15:16 +0200)]
Updated git submodules

Project: integration/test master 3c888e13286558b7fecbaccdd0d3655a6e6691d3

Add IPv6 tunnel test to Genius CSIT

This test creates a vxlan tunnel between two endpoints with IPv6 addresses and checks
that the network topology configuration is updated accordingly.

I did a configuration check and not an full check with OVS because the OVS version doesn't
support IPv6 vxlan tunnels.

This tests change https://git.opendaylight.org/gerrit/#/c/49542/

Change-Id: I6d40d0e5b7a73ac934261e45a4239c156fb5c9b9
Signed-off-by: Yakir Dorani <yakir.dorani@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Mar 2017 21:02:21 +0000 (21:02 +0000)]
Updated git submodules

Project: releng/builder master e4b082e842507bbf91a6de8ff66a4e5758153809

Merge "Update default systemd unitfile to include in RPM"

Update default systemd unitfile to include in RPM

Change-Id: I8c54b5b23b7de7f40b6d9047ad6a38d60c070f07
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 17 Feb 2017 19:32:33 +0000 (20:32 +0100)]
Updated git submodules

Project: genius master 43b67eafcfe7f2d466f6187db645a0a43a5c19da

AlivenessMonitor final clean-up, remove unneeded dep & service setters

and use constructor for initializing more fields (some already are),
instead of start() method, which prevents use of final fields.

Change-Id: I7a62629ec4c78d00987b03bbd176ac148f676af4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 7 Mar 2017 18:48:30 +0000 (18:48 +0000)]
Updated git submodules

Project: releng/builder master 6aac13edf9ce30d891a5452b66b201f1ccce645e

Merge "Replace high frequency netvirt job to use stateful"

Replace high frequency netvirt job to use stateful

Change-Id: I97f9f4a10d5b7abe657ef965e9a7ac550ca67d55
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jakub Morvay [Tue, 7 Mar 2017 18:17:48 +0000 (18:17 +0000)]
Updated git submodules

Project: netconf master 341160de933eda6c0a48aa44196315ebac0dfcaf

Merge "Bug 6645 - 2 digits milliseconds can not be parsed in notification eventTime"

Bug 6645 - 2 digits milliseconds can not be parsed in notification eventTime

Create a Parser and a Formater based of Java 8 DateTimeFormater API, using
the ISO_DATE_TIME format, the UTC time-zone offset, and the local time-zone.

As we're moving away from the pattern approach to parse/format those values,
we have to handle the leap second corner case; it is possible to encounter
time value being 23:59:60, see https://en.wikipedia.org/wiki/Leap_second.
For that reason, if the parsing fails, we catch the exception and check whether
the time has a leap second, and if it has, we replace the second-of-minute of
60 with 59.

Change-Id: I8fcc66f5a18f1781bf14f895c23cd2b890b5b5a7
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Mon, 6 Mar 2017 18:56:37 +0000 (10:56 -0800)]
Updated git submodules

Project: integration/test master 1fa04ea6816b5559f3926d6de3a36267c2dff5cb

Skip macspoofing tempest test if security group mode is 'transparent'

Change-Id: I0b411dde0d3482f17bfc5e6a8b4492d42729b175
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 7 Mar 2017 18:11:36 +0000 (18:11 +0000)]
Updated git submodules

Project: releng/builder master 79a094975bca3157268f80100d7b6f5e613d521b

Merge "Add SECURITY_GROUP_MODE to pybot command line args"

Add SECURITY_GROUP_MODE to pybot command line args

Change-Id: I2665987ff0ddcb3493b40405c57ccfcecd8f8d1b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Umesh Singla [Wed, 21 Dec 2016 23:07:09 +0000 (04:37 +0530)]
Updated git submodules

Project: integration/packaging master ba622e0a953186619c5604c7ecb41410476b3ba8

Add .rst files for readthedocs for Int/Pack

Change-Id: I37fa9706c36b57b8cb0118e2abed0b4c2369d073
Signed-off-by: Umesh Singla <umeshksingla@gmail.com>
7 years agoUpdated git submodules
Vratko Polák [Tue, 7 Mar 2017 17:24:35 +0000 (17:24 +0000)]
Updated git submodules

Project: releng/builder master c49029be63f3c8435ed8efe4672ea58bb6c736b6

Merge "Simplify find loop in check-unicode script"

Simplify find loop in check-unicode script

grep prints out a list of problematic lines anyway so we don't need to
echo our own statement. This removes an unnecessary find loop and only
uses grep.

Change-Id: I7580c80620d8808b54ee9df57b2c1290ad73e26b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 7 Mar 2017 17:22:41 +0000 (17:22 +0000)]
Updated git submodules

Project: releng/builder master 021f20d5d896ae7e11ea2750a6dfb2f2d970a0d3

Merge "Tox template for single branch projects"

Tox template for single branch projects

The Int/Test job is converted.
The point is to get rid of
integration-test-verify-tox-boron and similar.

Change-Id: I9b5bfa47e4393dd2701cb6b72446bc8327407c49
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
David [Thu, 2 Mar 2017 23:33:46 +0000 (00:33 +0100)]
Updated git submodules

Project: genius master 52d81f34bcb1851e6e34ef0c425da286f1b89c98

Fix issues related to checkstyle compliance in module mdsalutil-impl

Fix issues related to checkstyle compliance in module
mdsalutil-impl:
- Copyright sections
- Line lengths
- Order imports
- Formatting
- Declaration of constants: name, modifiers
- Rename variables
- Exception catching
- Move declaration of variables closer to their use
- Remove unused variables
- Enforcement in pom.xml

There is more cleanup to be done, apart from checkstyle, I'll rise a
separate commit.

Change-Id: I91848d2ca07e404787489c15040dfa8983594692
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Koby Aizer [Wed, 1 Mar 2017 10:02:16 +0000 (12:02 +0200)]
Updated git submodules

Project: netvirt master 1a75360d9797ca869503e92575720152a11a7239

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
Ravindra Thakur [Thu, 2 Mar 2017 08:25:01 +0000 (13:55 +0530)]
Updated git submodules

Project: netvirt master eb897207dfbc7551e51aa186da756e886991e067

Netvirt: Yang changes for vlan provider enhancement feature

Modified the elan:elan-instances container with attribute to indicate
whether the network has an external router attached to it.

Spec review link for the enhancement:
https://git.opendaylight.org/gerrit/#/c/52201/

Change-Id: I0f6fe5779a052804dc9549f97d958038fdb383bb
Signed-off-by: Ravindra Thakur <ravindra.nath.thakur@ericsson.com>
7 years agoUpdated git submodules
Marcos López Samaniego [Tue, 28 Feb 2017 16:23:51 +0000 (17:23 +0100)]
Updated git submodules

Project: netvirt master 2fe1f8a1fee35345b98cf0981d0e1c4c45ffb88c

Bug 7881 - Traffic drops when not matching UL SC starting
in a VPNPseudoPort

When programming the L3VPN to SCF pipeline, a new flow is needed in
table 17

Change-Id: I31cf7817eb38b47e5c665c4f0362d0baa9554af4
Signed-off-by: Marcos López Samaniego <marcos.lopez.samaniego@ericsson.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 7 Mar 2017 15:42:27 +0000 (15:42 +0000)]
Updated git submodules

Project: releng/builder master c1db70fe1b5a1263a19b4b3e0e2ea196f1700482

Merge "Distribution check: Improve error reporting"

Distribution check: Improve error reporting

Change-Id: I5b7e9383c9e17dca294c1149893197cf78686b1e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Vratko Polak [Tue, 7 Mar 2017 12:25:13 +0000 (13:25 +0100)]
Updated git submodules

Project: releng/builder master e5c722ba38aee2f3132187e97925ac9e5f75f4fe

Revert "Modify get bundle script to deal with "...

This reverts commit fb393296a14f5d34ec67e74a191e06e4b702fbe0.

I believe distribution-check now uses different script
and current BUNDLEFOLDER computation is wrong
fro direct Nexus link (as opposed to 'last').

Change-Id: I93c88f4a7c921e152506706570cb1c1c9948c6f9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Arun Sharma [Thu, 19 Jan 2017 20:28:17 +0000 (01:58 +0530)]
Updated git submodules

Project: netvirt master d183568324339388924322d0822236079298310b

Spec for NetVirt QoS alert

This spec file describes the changes to be made
in the Carbon release to support QoS Alert.

Change-Id: I6306a9f0f7a28ad524b39fb2b84a01ace71b5f14
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
7 years agoUpdated git submodules
Arun Sharma [Tue, 17 Jan 2017 09:13:13 +0000 (14:43 +0530)]
Updated git submodules

Project: netvirt master 402cbed6b32340471d09da131ab0709048c74b74

Netvirt:Yang changes for-Neutron Qos Alert support

***** Commiting only yang as first patch ****
Spec Review Link:
https://git.opendaylight.org/gerrit/50689

Adds support to monitor the drop counts and log alert message when
Qos rate limit rule if applied.

Supports:
- Configuration to start or stop monitoring the port statistics
- Configuration of rx drop count threshold value in %
- Configuration of location and name of log file
- Configuration of polling interval

Description:
- As a result of Qos rate limit rule, ingress packets may get dropped
  by the switch.
- If monitoring is enabled, port statistics are queried after polling interval
  and alert message is logged in a log file if packet drop % is more
  than configured threshold value.
- Threshold value is specified in % of drop counts
- All configurations are applied at controller level.
- Default or initial configuration available in netvirt-qosalert-config.xml
    * qos-alert-enabled - false
    * qos-drop-packet-threshold - 5%
    * qos-alert-log-file - qosalert/qos-alert.log
    * qos-alert-poll-interval - 2 minutes

Spec Review Link:
https://git.opendaylight.org/gerrit/50689

Testing procedure:
1. Create neutron network,subnet and instance.
2. Create neutron qos policy.
3. Associate policy to the port/network
4. Send traffic more than the limit specified in policy.
5. Configure the threshold value and enable port statistics monitoring
6. Check for alert log messages in the file if packet drop % cross the
   threshold value.

Result:
- Port statistics polling is started when qos-alert-enabled is set to true
- Alerts messages are logged when packet drop % cross the threshold value

Change-Id: I5b2675a2c036835d4ac2e5bd585c3da8e9b268e8
Signed-off-by: Arun Sharma <arun.e.sharma@ericsson.com>
7 years agoUpdated git submodules
Kency Kurian [Thu, 23 Feb 2017 14:45:57 +0000 (20:15 +0530)]
Updated git submodules

Project: netvirt master 6f6f7b0ee4638689b9871215fc7f7a25f196b793

BGP Manager changes to support ECMP.

This review ensures that when 2 DC-GW advertises routes for the same
destination prefix, the vrfEntry DS are populated correctly with both the
route paths.

The stale fib entry flat map now includes nextHop also in its key, to
align with the new vrfEntry model.

Change-Id: I26526561a74228925030f0086109dbe182b876c9
Signed-off-by: Kency Kurian <kency.kurian@ericsson.com>
7 years agoUpdated git submodules
miroslav.kovac [Thu, 16 Feb 2017 11:41:49 +0000 (12:41 +0100)]
Updated git submodules

Project: netconf master f273cff9baab6d3bd6a93214b639ecab7061e242

Bug 6581 - Make timeout for ask configurable

Change-Id: Ie430aa39cc6a7b30e86ef3c73d27b35a10e97dac
Signed-off-by: miroslav.kovac <miroslav.kovac@pantheon.tech>
7 years agoUpdated git submodules
Robert Varga [Tue, 21 Feb 2017 09:53:40 +0000 (10:53 +0100)]
Updated git submodules

Project: odlparent master 9f9ae984214346e01927c0cf478e50b56351c320

Do not package protobuff-java

Change-Id: I3261557e16b338beb7f95710f895118d2e057587
Signed-off-by: Robert Varga <rovarga@cisco.com>