docs.git
7 years agoUpdated git submodules
Alon Kochba [Wed, 19 Apr 2017 16:46:07 +0000 (19:46 +0300)]
Updated git submodules

Project: integration/test master f3e5709dc097027c9d7cf18d4078501f605d6e38

Prepare tempest to support ocata

Change-Id: If04ebcb15a60f7181fbcdf4af0d2948546543bbd
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 20 Apr 2017 17:32:24 +0000 (13:32 -0400)]
Updated git submodules

Project: releng/builder master dbcabfc5a23d1060d4ad14cc707f71af55521463

Archive the last karaf distribution

Temporarily archive the last build karaf distribution to unblock devs
from testing Carbon until we figure out why staging repositories are not
being created for Autorelease Carbon.

Change-Id: I3a6e4ca6ac66d46f365f5fadd662cb2cc4f04c4d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
eupakir [Thu, 13 Apr 2017 09:51:35 +0000 (15:21 +0530)]
Updated git submodules

Project: netvirt master 27a3ff96207847c7938ba13522ad9c3fd5833373

Bug 8221 - Remove Wait Time To Install L3VPN Groups on OVS

Currently we have a wait of 1.5s to ensure L3VPN groups are programmed
correctly in OVS, before we start programming the L3VPN Flows. This needs
to be optimized further.
This patch makes use of the OpenFlowPlugin addGroup() RPC call to directly
install the group in the OVS. This will ensure that the subsequent installation
of flows will always find the required groups in the OVS.
Group installation via the FRM is still retained to ensure consistency in the
datastore.

Change-Id: Ie4c2cf2a6199bad2a27d067d444a42ae04d3f191
Signed-off-by: eupakir <kiran.n.upadhyaya@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Tue, 18 Apr 2017 10:28:34 +0000 (15:58 +0530)]
Updated git submodules

Project: genius master c36a8061846ce17cc10c079c81a7bca7ec69af19

Enhancing junits for interface-manager phase6

Adding junits for interface-manager APIs

Change-Id: I98bbeaef0681064eb81b487aff43f345d285d5c1
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 27 Mar 2017 23:37:14 +0000 (01:37 +0200)]
Updated git submodules

Project: infrautils master d4bf9eb4f9efa8fc81545560705161613fd295cb

Common optimizations

- "".equals() is better expressed as .isEmpty() after we know it's not null
- StringBuilder.append() is better than an intermediate string
- Trigraphs result in smaller bytecode (better inlining)
- o1 == o2 implies one of them is non-null

Change-Id: Ibda0f203379b9f243611973d735886c698422f26
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Robert Varga [Tue, 28 Mar 2017 00:09:22 +0000 (02:09 +0200)]
Updated git submodules

Project: infrautils master 30649626714685a6e8fad37de000c0e78b183410

Do not use String.replaceAll()

For simple char substitutions we have CharMatcher, which is much
faster due to not having to compile a regular expression.

Change-Id: If34ee0702575859e0b937174be23f7eca2d43918
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
David [Thu, 20 Apr 2017 00:06:20 +0000 (02:06 +0200)]
Updated git submodules

Project: ovsdb master 3f5447275daba8288347865d130af62761087946

BUG 6692 - Fix checkstyle problems not detected by the current version

This change is required for overall move to new Checkstyle version, see
https://git.opendaylight.org/gerrit/#/q/topic:bumpCheckstyle

Change-Id: If08990eaf8b849e6d826322eb1b7301996bc86c1
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 20 Apr 2017 17:26:06 +0000 (19:26 +0200)]
Updated git submodules

Project: odlparent master 4f3ac386832f690815e74573b602314aa4b45e2e

Bug 7926: exclude OSGi bundles from features

We need to avoid having OSGi core bundles pulled in by features (they
cause bundle refreshes which break Pax Exam tests). This patch marks
the OSGi bundles as provided, and excludes them from generated
features.

Change-Id: I66f519e4d498f956cb3fa087d98d30a64b3316f4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Daniel Farrell [Thu, 20 Apr 2017 19:32:36 +0000 (15:32 -0400)]
Updated git submodules

Project: integration/packaging master e59ad39056b21ab857257358549702a8e17caa4a

Re-add apt-get update to deb/Dockerfile, per OPNFV

OPNFV Fuel is telling me removing this broke them.

https://build.opnfv.org/ci/view/fuel/job/fuel-build-daily-master/2234/console

Change-Id: I165c272d619b21f683d906a14c6412b6ab9a2c71
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Allow long links in git commit messages

Change-Id: I6f5f6737fdc375dff7d4cb80fdca571fe36dac1d
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 20 Apr 2017 18:24:32 +0000 (14:24 -0400)]
Updated git submodules

Project: releng/builder master f1da08779f5d366d56085b6dab703c72a3acdf5b

Fix distribution-verify job back to freestyle

The big patch https://git.opendaylight.org/gerrit/53797 accidently
converted the distribution-verify job back to a Maven project type and
causes builder-jjb-merge to fail because it is not able to update a job
that's of a different type.

Since we don't want to be reverting jobs back to Maven project types
anyway this patch updates the job to use freestyle again.

Change-Id: I95f50ad683b6f2486b246b47e87f5f1f1305f005
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Stephen Kitt [Thu, 20 Apr 2017 17:17:16 +0000 (19:17 +0200)]
Updated git submodules

Project: infrautils master be44913c14511a4a8b4a15464bdc3bde41ef64f2

Bug 7926: drop OSGi dependencies

They're unused and cause issues with refreshing bundles.

Change-Id: I2836d765da6529b8a39e4d6a134dbd77527a87f6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Thu, 20 Apr 2017 17:35:09 +0000 (17:35 +0000)]
Updated git submodules

Project: netconf master ff192e71bff8a5a293103d3e05107a77c1b9f0ff

Merge "Migrate to karaf4 for the local karaf distribution"

Migrate to karaf4 for the local karaf distribution

Several folks have put in incredible effort to make karaf4 a reality in ODL.
Kudos to those folks for this great effort.  This patch officially converts
netconf's local karaf distribution to use odlparent's karaf4-parent artifact.

The karaf4 implementation will still be accessible at the following well-known
path:

> karaf/target/assembly

Change-Id: I00a1e5b93f5c57447e95a714d40e0635b5747393
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 20 Apr 2017 16:50:39 +0000 (12:50 -0400)]
Updated git submodules

Project: releng/builder master b489a2d03ff3407949397088feb6bceb476a0b33

Log files over 200 MB into archived file

We need to determine sizes of large files going into Nexus since there
is a 500 MB limit. Let's log all files larger than 200 MB into a file so
we can track them.

Change-Id: Ia38e81544f857785364b3c19a575dbd0aaa1735e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Thu, 20 Apr 2017 17:07:53 +0000 (17:07 +0000)]
Updated git submodules

Project: releng/builder master 564ea6891db06cb85c10a008ea240056ce2610b0

Merge "Make jobs karaf-version specific, some duplicities"

Make jobs karaf-version specific, some duplicities

+ Affected jobs: distribution-check, csit, *patch-test, deploy, offline.
+ Carbon: csit and *patch pick one version, other affected run both.
+ Introduced KARAF_VERSION bash variable.
+ Macro to set that variable.
+ Default value set to 'karaf4'.
+ Pre-carbon branches (and caron temporarily) use 'karaf3'.
+ Karaf version usually configurable per job definition and stream.
+ csit-verify jobs use {verify-karaf-version} from releng defaults.
+ Scripts -bundle-vars, -distribution-check, -deploy, -offline renamed.
+ Macros which include (some of) them also renamed to match.
+ The bundle script sets artifact name and path from karaf version.
+ KARAF_ARTIFACT computed and used instead of distribution-karaf.
+ The part detecting version from nexus moved to separate macro.
+ The nexus upload macro tolerates failures (for Sandbox).
+ The nexus upload macro cats log to console to see attempted URL is ok.
+ High level macros usually call dependent macros (unless duplication).
+ Also they inject their property file right away.
+ BUNDLE_URL and ACTUAL_BUNDLE_URL always with underscores.
- BUNDLEVERSION and BUNDLEFOLDER still without underscores, cause Robot.
+ On yaml side, bundle-url always with dash.
+ concurrent:false for distribution deploy and offline jobs.
+ distribution-jobs moved to jjb/integration/distribution/.
+ Separated distribution-templates (distribution-check moved there)..
+ Simple Yaml string without quotes, unless that looks ugly in lists.
+ Description comments moved inside to not repeat the name.
+ Used by field dropped, Argumens and Required added (TODOs left).
+ Some typos from previous changes corrected.
+ Random bash linting improvements.
- Two carbon distribution-check jobs is a waste, worth fixing?
- Karaf4 bin/client is failing, to be fixed later (affects offline job).
- No alternative to Nexus uploading for Sandbox.
- Releng/Integration/Distribution stuff to be named and placed better.
- Some jobs get KARAF_VERSION even if they do not need that (yet).
- Code de-duplication left for another time.

Change-Id: I85c71a7ea94b9383b932d65b496056865bcecf78
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Alon Kochba [Wed, 19 Apr 2017 12:14:43 +0000 (15:14 +0300)]
Updated git submodules

Project: genius master c35703645065c0c6de1b73ed676077a7dc50e67c

Cleanup IdManager and LockManager info messages

These modules are very active and output a large number
of logs in INFO level, which should be DEBUG level.

Change-Id: Id260b124ffeefa8ccf58d2c021c5c75b8ac589ab
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Thanh Ha [Thu, 20 Apr 2017 04:38:46 +0000 (00:38 -0400)]
Updated git submodules

Project: releng/builder master 675e82229ed1373cfdedcd958e63e694e6e248ce

Migrate builder-jjb to LF's global-jjb project

We now have a global-jjb project which has a purpose of maintaining
generic job templates that can be reused across multiple LF project CI
systems. This patch migrates the JJB verify and merge jobs to using
this new project.

Change-Id: Iaaf562f0893d1cd8ddd405309983ca35e8e5e827
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Disable ShellCheck for global-jjb scripts

global-jjb scripts have some annotations that does not appear to be
available in CentOS 7's version of ShellCheck. Disable until we find a
solution to this.

Change-Id: I13dd34a7f378734d3c4880f6ac7a0add244fa38e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vivek Srivastava [Thu, 20 Apr 2017 14:38:53 +0000 (14:38 +0000)]
Updated git submodules

Project: genius master f2010121591fffea665428ace4645cbc12958d4e

Merge "Fix 1 Checkstyle problem (red in Eclipse, missed in build)"

Fix 1 Checkstyle problem (red in Eclipse, missed in build)

required for overall move to new Checkstyle version, see
https://git.opendaylight.org/gerrit/#/q/topic:bumpCheckstyle

see also earlier https://git.opendaylight.org/gerrit/#/c/55170/

Change-Id: Icab6986e0207f3d6b2f1b3dbd875bf73a25c26c9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 20 Apr 2017 12:52:07 +0000 (12:52 +0000)]
Updated git submodules

Project: genius master ded8a250e6d5c6962eea393d18c6eb453a045287

Merge "Spec Propose to utilize Ovsdb QoS queues"

Spec Propose to utilize Ovsdb QoS queues

Change-Id: I7f6d8e4237c829b49efd4b78d072b5cbd91f174a
Signed-off-by: Konsta Pozdeev <konsta.pozdeev@hpe.com>
7 years agoUpdated git submodules
Robert Varga [Wed, 19 Apr 2017 19:08:02 +0000 (21:08 +0200)]
Updated git submodules

Project: odlparent master 754fc3c16f74d1b1c8591d508c2514f95393dd27

BUG-8208: remove prereq from jdbc/jetty features

It seems that dependencies have to be completely converged
and prerequisite=true does not play nice with optional imports,
leading to half-baked installation.

This patch drops dependency/prerequisite flags, which will need
to be revisited once we have this thing working.

Change-Id: I9340e7dff6566b793689406e8029b546ec349302
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Riyazahmed D Talikoti [Mon, 17 Apr 2017 11:48:30 +0000 (17:18 +0530)]
Updated git submodules

Project: genius master fef87b61375ed6e980cf91963506d93159493234

Added rpc in itm-rpc to move commonly used method.

getEndpointIpAddressForDPN method is used by multiple modules
elanmanager, fibmanager, vpnmanager, natservice
Hence adding this method to itm-rpc.
We can use this same rpc call in all the above mentioned modules.

Change-Id: I2b0c615b3f19b8f09e212a87174ae7ed05dd40ce
Signed-off-by: Riyazahmed D Talikoti <riyazahmed.d.talikoti@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 19 Apr 2017 22:38:38 +0000 (18:38 -0400)]
Updated git submodules

Project: netvirt master 79df25715b8efe2d3fedcfc259053d0ac741ea97

Remove unused setFibManager

Change-Id: I627678151987577273bca88f5506a9faaedcd0c1
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jakub Morvay [Thu, 20 Apr 2017 08:07:17 +0000 (08:07 +0000)]
Updated git submodules

Project: netconf master 65edc80d49f0899a48a64311a0899a79e9daabe4

Merge "Close read-only transactions"

Close read-only transactions

As noted in API, read-only transactions are resources and must
be closed just as any other external resource.

Change-Id: I0f2d888a31edf242bc48410e6f2d4dfeed43a6b3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
7 years agoUpdated git submodules
Robert Varga [Wed, 19 Apr 2017 11:10:28 +0000 (13:10 +0200)]
Updated git submodules

Project: netconf master a48011ae1a964b522eb08c0fdbf4449a00b63b22

BUG-7868: perform checks before starting modifications

The codepath for makeNormalPost() performs sub-optimal emulation
of create().

This patch changes the logic to first check for presence and then
perform modifications. This saves cycles as continuous modify/read
cycles incur heavy penalty on DataTree and also allows batching
of modification requests.

Change-Id: Ic8e18ada094334948170f2a147da806db7db1a16
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 3583194dd53ca09383fee9e50299a36a622895a1)

7 years agoUpdated git submodules
Sam Hague [Thu, 20 Apr 2017 01:53:34 +0000 (21:53 -0400)]
Updated git submodules

Project: netvirt master 338e09d5434298cdd7dcc4aa604158c7292d0c23

cleanup ovsdb-ui bundle

Change-Id: I60da5608800bb36353e166334262e6f3bf33ac46
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
K.V Suneelu Verma [Wed, 19 Apr 2017 06:28:22 +0000 (11:58 +0530)]
Updated git submodules

Project: ovsdb master 7ecc0aa6f88ace337ced6c2058f0295d65375401

bug 7781 update vlan bindings and tunnel ips

When physical switch update arrives write it in op datastore.

Change-Id: I46ca4f70b59961eeebbc17c0073fe40f852278b5
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Thu, 20 Apr 2017 00:28:11 +0000 (20:28 -0400)]
Updated git submodules

Project: netvirt master 249c29d694ccbe090c921c81a8f90c9b267dbeb3

Add ovsdb-ui bundle

Change-Id: If6b04d9ba61bcc32eac5603c13304b933318d184
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Stephen Kitt [Fri, 17 Mar 2017 14:49:09 +0000 (15:49 +0100)]
Updated git submodules

Project: ovsdb master 12ea257d54721137d004ae36221ee1f150e2095f

Don't ignore .gitignore

Change-Id: I0153a81206b7b61e806c43eebdd8169aec0c9e20
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 19 Apr 2017 21:36:34 +0000 (17:36 -0400)]
Updated git submodules

Project: integration/test master ece182cfe7ee9b98909c297df0667d52d0331969

Use the right .robot files for DataModels.robot

Change-Id: Ie01bbadc47622c507ed044ba07259a2ea8326593
Signed-off-by: Sam Hague <shague@redhat.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Vyshakh Krishnan CH [Thu, 13 Apr 2017 08:43:46 +0000 (14:13 +0530)]
Updated git submodules

Project: netvirt master 0e05f1b2e17f13c3912c58d9145c5366319e568b

Bug 8142 : DHCP timeout issue.

Issue:
stable/boron not usable - DHCP timeout

Analysis:
more than 5 thread were waiting on BGPConfigurationManager when BGP was
trying to send thrift messages to QBGP and QBGP is not up. BGP was
retrying it again and again. Meanwhile, services which call addPrefix is
getting blocked due to synchronized behavior of addPrefix.

Fix:
APIs exposed by BGP to other services - addPrefix, delPrefix, addvrf and
delVrf is made unsynchronized.

Change-Id: I6010b1eeef680b1f8d8908c2b9faf283b3827cfc
Signed-off-by: Vyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
7 years agoUpdated git submodules
Ryan Goulding [Wed, 19 Apr 2017 22:19:38 +0000 (22:19 +0000)]
Updated git submodules

Project: aaa master 61c3e35c97cff9c2aa3ab6c7e3a8f7e8cf17aff1

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

Fix issues related to checkstyle enforcement for module
aaa-authn-mdsal-store-impl

- Copyright sections
- Line lengths
- Formatting
- Remove redundant modifiers
- Move variable declaration closer to its use
- Group overloaded methods
- Change variable names
- Enforcement in pom.xml

Note: I'll fix exception catching in a separate change.

Change-Id: If1065f78d6f7ef737bb64deb70feaf7992856d35
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
Sam Hague [Fri, 14 Apr 2017 19:15:57 +0000 (15:15 -0400)]
Updated git submodules

Project: netvirt master 8db3f94689e0086799fade381e0febfeae17ab34

Deprecate legacy features

Depends-on: https://git.opendaylight.org/gerrit/55083

Change-Id: Ia0ac9c5d427bd616eaa651df2e85297225afdfe3
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 19 Apr 2017 18:09:03 +0000 (20:09 +0200)]
Updated git submodules

Project: odlparent master 3d622f95319336f5a5b9587b924bd6bac98982d7

Relax Checkstyle RightCurly rule for LITERAL_WHILE

In the Checkstyle upgrade from 6.16 to 7.6.1 done in parallel in other
changes, I've come across a number of "violations" because it did not
like "... } while (condition)" in one line.

This indeed seems to be what our current Checkstyle rule would mandate,
but because of what looks like a bug in our currently used version 6.16
was never enforced.  As we upgrade, they seem to have fixed that, so
either we add a \n after } before while during the upgrade in the
projects which are already enforcing Checkstyle - or we just relax this
rule - personally I think it's ugly on two lines, and thus suggest this.

See http://checkstyle.sourceforge.net/config_blocks.html#RightCurly

I have not actually really tested this, just seems above right.

Change-Id: I21e20d91b854340a636c4fbbe5a6038caf0bee57
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 19 Apr 2017 18:26:47 +0000 (14:26 -0400)]
Updated git submodules

Project: netvirt master 678620f70e45d39481a9791980c939d41aa21e50

add odl-sfc-genius to odl-netvirt-sfc

Change-Id: I2512b14e15210bda5e5b8339621ea8a7b2b02f13
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 18 Apr 2017 09:04:18 +0000 (12:04 +0300)]
Updated git submodules

Project: integration/test master 2a65d9a0f0c7733c870263a6955c776aed504cb3

Add script to configure SNAT mode

Allow configuration of the SNAT mode to prepare
for transitioning to conntrack based SNAT.

Change-Id: Ia10c391fdca35b5cb3115ec15695db6de903f68b
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 18 Apr 2017 09:25:14 +0000 (12:25 +0300)]
Updated git submodules

Project: integration/test master f87189b93374d7fcd3092bbe6c59218f5870626f

Fixes to openstack-sfc CSIT

* Delete neutron ports to properly cleanup suite
* Add model dumps for SFC to verify translator

Change-Id: I8cbf74dfc9442d3aed21f65c47aab46efbbff5c4
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 19 Apr 2017 17:47:52 +0000 (17:47 +0000)]
Updated git submodules

Project: releng/builder master 06c41721530a81dd8369d73e3435a826a5131a7e

Merge "Correct nitrogen and carbon streams in CSIT"

Correct nitrogen and carbon streams in CSIT

Change-Id: Ief23c894f1508bcd805247cd395ec1cb9d6937b2
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
jenkins-releng [Wed, 19 Apr 2017 15:13:24 +0000 (15:13 +0000)]
Updated git submodules

Project: releng/builder master 7e2e822eef004a75aaf1c969c623b8fefb00deb3

Auto Update CSIT Jobs to run

Change-Id: I4c08551543ec6b8dfe12478905357adf645f820c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoUpdated git submodules
Alon Kochba [Tue, 18 Apr 2017 09:50:27 +0000 (12:50 +0300)]
Updated git submodules

Project: releng/builder master 258253ac6a9255b39bc4b995011f49a4c5dd7e0d

Job to test conntrack based SNAT

Change-Id: Ie18fe2683d05929946484bfb16c049436ed5cfeb
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 19 Apr 2017 13:39:29 +0000 (09:39 -0400)]
Updated git submodules

Project: releng/builder master 75bc70b324a31a6003e74a273b709874372d12f2

disable topic/vpp distro-check

Change-Id: I11cc2aab81496c50797b299e39d343dd8ab0bfb5
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Sam Hague [Wed, 19 Apr 2017 12:10:37 +0000 (12:10 +0000)]
Updated git submodules

Project: releng/builder master 48b48d758b9bfa1f81d4700f1b62ce70bdb37dc4

Merge "Install odl-sfc-genius for openstack-sfc CSIT"

Install odl-sfc-genius for openstack-sfc CSIT

Properly install SFC feature for CSIT.
Also parameterize the driver name so it will be
configurable, and currently use odl (v1).

Change-Id: Iabf3002e3bc4f2e46da98bf5e02742d63c6958ff
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Slava Radune [Thu, 6 Apr 2017 07:12:51 +0000 (10:12 +0300)]
Updated git submodules

Project: genius master 674d48d6af0ceb666d0a91126e9174b374c1fda7

Utils for remote acl merging metadata

Change-Id: I8f7f49a5b6f57e50e13c6d4f42acabd3585de229
Signed-off-by: Slava Radune <slava.radune@hpe.com>
7 years agoUpdated git submodules
Brady Johnson [Tue, 18 Apr 2017 13:50:13 +0000 (15:50 +0200)]
Updated git submodules

Project: netvirt master 61597fd45596481112541e818f5e0d4b04b66dfe

BUG 8240 - Fix odl-netvirt-sfc dependent features

- Needed to install odl-sfc-openflow-renderer instead of
  odl-sfc-provider in order to bring in all the needed
  SFC features.

Change-Id: Id83d65c5b67214a826ff903cf48efeeca61aa99a
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
7 years agoUpdated git submodules
karthikeyan [Sat, 8 Apr 2017 17:21:57 +0000 (22:51 +0530)]
Updated git submodules

Project: netvirt master 767d666b4a15f064be1478006328abf720c11c65

Bug 8188: L3VNI without configured UC handled for EVPN

Problem Description:
==================
L3VNI without configured in Internet VPN needs to be handled for EVPN in
NAT feature.
Currently Internet(External) VPN with L3VNI use case only handled for
external VXLAN network (EVPN) in NAT feature.

Internet(External) VPN without L3VNI use case also needs to be handled for
external VXLAN in NAT feature. Since Openstack Operator may configure L3VNI or
may not configure L3VNI.

Solution:
=========
Unconfigured of L3VNI value in Internet(External) VPN, will carve-out
the L3VNI value from OpenDaylight VXLAN VNI Pool to use SNAT and DNAT
flows.
The following UCs are handled based on the L3VNI configured/unconfigured
for GRE and VXLAN provider type.

Ext-Net-Type || Internet-VPN-L3VNI || External and Internal VXLAN uses
===============================================================================
GRE           Configured          Ignore L3VNI, allocate VNI from pool and
                                  use it for Intra-DC only
--------------------------------------------------------------------------------
GRE           Not Configured      A VNI taken from ODL Pool and used for
                                  Intra-DC communication
---------------------------------------------------------------------------------
VXLAN         Configured          Internet-VPN-L3VNI used for both
                                  Intra-Inter-DC communication
---------------------------------------------------------------------------------
VXLAN         Not Configured      A VNI taken from ODL Pool and used for both intra-
                                  inter-DC communication
---------------------------------------------------------------------------------

Note: If VNI value is unable to get from ODL VNI Pool, router-id will be
used as tunnel-id for external network provider type as VXLAN

Change-Id: I3c3f21e026303edf7eb2ad88bfd33622523085f0
Signed-off-by: karthikeyan <karthikeyan.k@altencalsoftlabs.com>
7 years agoUpdated git submodules
Faseela K [Wed, 19 Apr 2017 07:05:34 +0000 (07:05 +0000)]
Updated git submodules

Project: genius master a97db37da8bc5cc0dd78904a9fb5a97d345026b7

Merge "LockManager catch (InterruptedException e) LOG error not info"

LockManager catch (InterruptedException e) LOG error not info

or is this intentional only info, for some reason?

If so, then it should be documented with an in-line comment...

Change-Id: I10e3c50f74a7fa866fbb67e8513974bb289570d5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Vishal Thapar [Wed, 19 Apr 2017 04:50:59 +0000 (04:50 +0000)]
Updated git submodules

Project: genius master 4888346ae812ded05196cd37123ce27ad24cbf63

Merge "Fix getPortsOnBridge() API"

Fix getPortsOnBridge() API

The current API tries to read bridge-interface-entry which will be missing
for non-tunnel ports.

Change-Id: If2fb677bc84c2aeca59f6020371051f45f761240
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Alon Kochba [Sun, 2 Apr 2017 06:47:40 +0000 (09:47 +0300)]
Updated git submodules

Project: integration/test master b57cf8978cbba41ba224a5b2e85bc2556a7ecba1

Verify dispatcher flows are cleaned at suite end

These tests will possibly fail until this bug is resolved:
https://bugs.opendaylight.org/show_bug.cgi?id=7451

Change-Id: I9195e0af0422bb89a6481374cd79075343b219b7
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Alon Kochba [Tue, 18 Apr 2017 14:53:40 +0000 (17:53 +0300)]
Updated git submodules

Project: integration/test master d8919c070ab015de1c159eaabe47eb9c85e94c90

Remove installation of netcat in suite

Remove installation of netcat inside the suite itself,
as it is already pre-installed in the image by packer scripts.

Change-Id: Ic9479f24cdcf976fb479a1b8f32d060baa22a785
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 10 Apr 2017 14:57:56 +0000 (16:57 +0200)]
Updated git submodules

Project: ovsdb master 368351e495edefbba7c760e5b0ceee43b602715c

Bug 7619: correct the southbound artifact

The feature repository should be southbound-features4, not features4.

Change-Id: I03250768f0371929f61eb79f6eca32752e16afe7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoMerge "Add verify signature step to release process"
Thanh Ha [Wed, 19 Apr 2017 01:33:54 +0000 (01:33 +0000)]
Merge "Add verify signature step to release process"

7 years agoUpdated git submodules
Anil Belur [Wed, 19 Apr 2017 00:58:29 +0000 (10:58 +1000)]
Updated git submodules

Project: releng/builder master bfaba0aa14fee915d0c4b934d4d042bc92ae15dd

Make install message more consistant for parsing

Change-Id: I048dddcab82da0ccb7fa5c633c4ffebec5853f9e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Alon Kochba [Tue, 18 Apr 2017 17:07:17 +0000 (20:07 +0300)]
Updated git submodules

Project: netvirt master a43bf48ee4c0cbd5b36008b3b70179c81d7906a0

Bug 8241: Fix openstack-sfc ACLs IllegalArgumentException

Fix ace port range to be set only if mandatory lower port
is specified, otherwise we hit an exception.

Change-Id: Ic6206394e4255653a837c2b57cefc538555eefa4
Signed-off-by: Alon Kochba <alonko@hpe.com>
7 years agoAdd verify signature step to release process 81/55181/1
Anil Belur [Tue, 18 Apr 2017 20:58:16 +0000 (06:58 +1000)]
Add verify signature step to release process

Change-Id: Ia3880c68717d91ceab90b44ec18b92369250487e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 13 Apr 2017 17:51:47 +0000 (19:51 +0200)]
Updated git submodules

Project: genius master baafba11c291a053e0b1387117a1093d8adae6bc

Minor fix for potential Tx resources leak found by static code analysis

and an (unrelated) Map remove null related check

Change-Id: Ibfa6f42bee741637ec1bf7f2cfcfa9a6ff6822aa
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "Add next and prev page links to localtoc"
Colin Dixon [Tue, 18 Apr 2017 20:25:53 +0000 (20:25 +0000)]
Merge "Add next and prev page links to localtoc"

7 years agoMerge "Add a new section about the Encryption Service"
Colin Dixon [Tue, 18 Apr 2017 20:25:07 +0000 (20:25 +0000)]
Merge "Add a new section about the Encryption Service"

7 years agoAdd a new section about the Encryption Service 95/54895/4
David [Wed, 12 Apr 2017 19:52:27 +0000 (21:52 +0200)]
Add a new section about the Encryption Service

Add a new section about the Encryption Service based
on this guide [0].

[0] https://wiki.opendaylight.org/view/AAA:How_to_use_the_Encryption_Service

Change-Id: Id3ac620732239fe38f7c67245778ed12992ab118
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoUpdated git submodules
melserngawy [Mon, 17 Apr 2017 20:19:17 +0000 (16:19 -0400)]
Updated git submodules

Project: aaa master e3046a2b5479e4ad0c7e826ee596bdd74c518714

Bug 8062: Fix sharing the encryption service config
across the cluster nodes

Change-Id: Ie53cbde91c4388cb45459424283ef7a90f3ae25a
Signed-off-by: melserngawy <melserngawy@inocybe.com>
7 years agoUpdated git submodules
Faseela K [Tue, 18 Apr 2017 17:50:52 +0000 (17:50 +0000)]
Updated git submodules

Project: genius master b898bcf325ef014e2e9781e61f67ffc72529be97

Merge "Minor removal of useless null check in OvsdbNodeListener"

Minor removal of useless null check in OvsdbNodeListener

Both found by null analysis in Eclipse: "Null comparison always yields
false: The variable externalIdsInfoObj cannot be null at this location"
and "Redundant null check: The variable ovsdbNodeExternalIdsList cannot
be null at this location"

Change-Id: Ia2775254606978dc544429bfbbd5a4e5ceab04c6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Robert Varga [Thu, 13 Apr 2017 19:13:51 +0000 (21:13 +0200)]
Updated git submodules

Project: odlparent master 1fdcc685c7e1e41e223202440eb1db1da75acfcb

BUG-8202: make war a prerequisite

This seems to help getting the container up and about in local testing,
but it may break something else.

Change-Id: I0cadae70de7ef39001fccfaa33982de3293cc130
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit e9f860ea8c2c9a01b4e9e4f12e8ece04e62e91df)

7 years agoMerge "Add a new section about Certificate Management"
Thanh Ha [Tue, 18 Apr 2017 16:02:11 +0000 (16:02 +0000)]
Merge "Add a new section about Certificate Management"

7 years agoMerge "Add a new section about the Encryption Service"
Thanh Ha [Tue, 18 Apr 2017 16:01:40 +0000 (16:01 +0000)]
Merge "Add a new section about the Encryption Service"

7 years agoMerge "Fix code block indents"
Thanh Ha [Tue, 18 Apr 2017 16:00:59 +0000 (16:00 +0000)]
Merge "Fix code block indents"

7 years agoUpdated git submodules
Faseela K [Tue, 18 Apr 2017 16:00:47 +0000 (16:00 +0000)]
Updated git submodules

Project: genius master c52902472b21687a6f7dacff2030701750cbca53

Merge "Multiple VxLAN tunnels - remove logic tunnel group"

Multiple VxLAN tunnels - remove logic tunnel group

Removing logic tunnel related models from DS

Depends-On:  https://git.opendaylight.org/gerrit/52871
     https://git.opendaylight.org/gerrit/52993

Change-Id: If869da809d17e805940b627c1ed0c330fe06e4e6
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoUpdated git submodules
jenkins-releng [Tue, 18 Apr 2017 00:46:18 +0000 (00:46 +0000)]
Updated git submodules

Project: releng/builder master 667f8b3df89af040b3dcbd30b3f4ef2ef9a199f6

Auto Update CSIT Jobs to run

Change-Id: Iedb5b3051a250145d35079a94c5bc276527f7b76
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoFix code block indents 30/55130/2
Anil Belur [Tue, 18 Apr 2017 00:56:43 +0000 (10:56 +1000)]
Fix code block indents

Change-Id: Ibf7698ad5a67b5479b411a6176ba6f21f09eb9c6
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Update ODL branch cutting documentation"
Thanh Ha [Tue, 18 Apr 2017 15:40:37 +0000 (15:40 +0000)]
Merge "Update ODL branch cutting documentation"

7 years agoAdd a new section about the Encryption Service 62/54962/3
David [Thu, 13 Apr 2017 12:11:17 +0000 (14:11 +0200)]
Add a new section about the Encryption Service

Add a new section about the Encryption Service based
on this guide [0].

[0] https://wiki.opendaylight.org/view/AAA:How_to_use_the_Encryption_Service

Change-Id: I27011aded253d2e4212fa81929a99ffba3557504
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoAdd a new section about Certificate Management 80/54880/2
David [Wed, 12 Apr 2017 14:54:06 +0000 (16:54 +0200)]
Add a new section about Certificate Management

Add a new section for developers about Certificate Management.
This documentation is based on the Wiki [0].

[0] https://wiki.opendaylight.org/view/AAA:How_to_use_the_Certificate_management_Service_to_manage_the_TLS_communication

Change-Id: I8c0109cf4430ee743fba71ce8aa091e5106bcb9f
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoAdd a new section about Certificate Management 57/54357/6
David [Wed, 5 Apr 2017 12:31:35 +0000 (14:31 +0200)]
Add a new section about Certificate Management

Add a new section about Certificate Management based
on some Wiki links as this [0].

[0] https://wiki.opendaylight.org/view/AAA:How_to_use_the_Certificate_management_Service_to_manage_the_TLS_communication

Change-Id: I234c371a3cbf8ae8f7d8ebe49b3c928f21474d19
Signed-off-by: David <david.suarez.fuentes@ericsson.com>
7 years agoMerge "Documentation update for Cardinal Carbon"
Thanh Ha [Tue, 18 Apr 2017 14:00:20 +0000 (14:00 +0000)]
Merge "Documentation update for Cardinal Carbon"

7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 11:23:41 +0000 (13:23 +0200)]
Updated git submodules

Project: infrautils master 58024f9fd65dcc310b01723f6c75bb8298523ec1

JobCoordinatorTest v0.2 (but, much, more TBD in later changes, help? ;)

Change-Id: I30ae589cb63bdf4f96f201e1f79351e08af5ac3d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 13 Apr 2017 13:38:12 +0000 (15:38 +0200)]
Updated git submodules

Project: genius master c7460bb9f0eeaf03e9be768255eb7643dfc6baf6

Fix 2 Checkstyle problems (red in Eclipse, missed in build)

This show up as red in Eclipse, but the CLI mvn build misses these; I
suspect that this is because the exact Checkstyle version used in the
Eclipse plugin likely is a little newer, and thus stricter, than the one
we currently use in the CLI mvn build.  (I have double checked that
other Checkstyle violations do still fail the build, these appear to be
corner cases.)

We should probably upgrade the CS version we have in odlparent.

Change-Id: Ib169df06b8d96dd2b8980ed33e59fcc9f1820d81
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Ivan Hrasko [Thu, 13 Apr 2017 08:02:00 +0000 (10:02 +0200)]
Updated git submodules

Project: netconf master 8ba3cfaec519fca30b30626d01b64ec842f17e2a

Bug 8115: Change URI decoding from ISO-8859-1 to UTF-8

Change-Id: I3bcc7cae197aa267a43c8598f54050e987712c9a
Signed-off-by: lbeles <lbeles@frinx.io>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 7 Apr 2017 22:59:23 +0000 (00:59 +0200)]
Updated git submodules

Project: infrautils master 79b90bc612fdb16ab1f8ac1ac316ff56242dfbbf

Minor: remove MANIFEST.MF from .gitignore (and add .vscode/)

There used to be a build infrastructure problem with made the
maven-bundle-plugin generate the MANIFEST.MF into src/main/resources,
and this entry in .gitignore is probably from back then.  This was
wrong, and has been fixed since, and now MANIFEST.MF is generated into
target/ as it should - and so this can be removed now.

Change-Id: Ic9c8e62f19819f8639e6cd076a46bd7fc3acee59
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 6 Apr 2017 10:15:40 +0000 (12:15 +0200)]
Updated git submodules

Project: infrautils master 60b242544f6a30d199e8f9c1d2b90bfaa806e7cf

JobCoordinatorMonitor interface factored out of main JobCoordinator

It's cleaner to have a simple JobCoordinator interface which is not
encumbered by monitoring methods which only very few consumers need to
see (NB those methods were introduced just for tests).

Change-Id: I199729b5c60f0450e8be2b1985f8acd6dc589dd6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Faseela K [Sun, 9 Apr 2017 16:56:51 +0000 (22:26 +0530)]
Updated git submodules

Project: coe master 3b5773dbe9c201e2c6e736681603516c2431dfeb

Sample CNI plugin used for ODL Summit Demo

This is a simple CNI plugin developed for ODL summit, where
kubernetes was configured to do networking using ODL netvirt
feature. This demo consisted of only L2 networking, and was achieved
by configuring ELAN instance and ELAN interfaces using the netvirt
northbound.

Change-Id: Ibe518c1dca188c7a357a943edeae3b7a7e9623da
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdate ODL branch cutting documentation 36/54836/6
Anil Belur [Wed, 12 Apr 2017 08:03:30 +0000 (18:03 +1000)]
Update ODL branch cutting documentation

Include detailed steps and the process followed
during branch cutting.

Change-Id: Iee4811e32b5e0447e631a7f7df896dfe72fd9c4f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Ajay Chhabria [Mon, 17 Apr 2017 02:45:17 +0000 (02:45 +0000)]
Updated git submodules

Project: releng/builder master 876060b562945b8c21d99202b8cfdfde4946e15e

Netconf CallHome Build File

Change-Id: I8a10f04d751b821a6b291bc3270e2a51103f1603
Signed-off-by: Ajay Chhabria <ajay1005@gmail.com>
7 years agoUpdated git submodules
ajaychhabria [Mon, 17 Apr 2017 23:45:23 +0000 (23:45 +0000)]
Updated git submodules

Project: integration/test master c0ad3da700b5df7e4482399930c40576689128a9

CallHome Tests First draft.

Change-Id: I5fae3a5dfff79ff61657bf02933f1f9933b47329
Signed-off-by: ajaychhabria <ajay1005@gmail.com>
7 years agoUpdated git submodules
Len Giersch [Thu, 13 Apr 2017 17:30:09 +0000 (10:30 -0700)]
Updated git submodules

Project: integration/test master 364317743919cf288aa07accbca2f84477ff35a2

Add tests to Clustered Reconciliation

Change-Id: Ia3b07938b171426a44c6d5cddff748c40b0a7cc5
Signed-off-by: Len Giersch <lgiersch@brocade.com>
7 years agoUpdated git submodules
Daniel Farrell [Mon, 17 Apr 2017 16:14:56 +0000 (16:14 +0000)]
Updated git submodules

Project: releng/builder master f773b83553de441a25e474907afe5647e379c847

Merge "Clean up hwvtep csit combinations and triggers"

Clean up hwvtep csit combinations and triggers

no need for the gate jobs, as they are currently not used in
any patch test.

no need for the schedules as we are letting parent csit jobs
handle these timed triggers.

Change-Id: I977097f7e90ccd7ad18e9346c0482f4d71246855
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Documentation for SFC PoT"
Thanh Ha [Mon, 17 Apr 2017 15:05:50 +0000 (15:05 +0000)]
Merge "Documentation for SFC PoT"

7 years agoUpdated git submodules
cgowdru [Mon, 10 Apr 2017 11:46:26 +0000 (17:16 +0530)]
Updated git submodules

Project: netvirt master 8a75dc835b6ff248da8762081f8bcc44e432e679

ADDED INFO logs for tempest issue DEBUG

Change-Id: I25cb78056fbc6b7cbd372ac7565c21472e2c3060
Signed-off-by: cgowdru <chetan.arakere@altencalsoftlabs.com>
7 years agoUpdated git submodules
gobinath [Mon, 10 Apr 2017 03:26:59 +0000 (08:56 +0530)]
Updated git submodules

Project: netvirt master b44b20995d9c66c430961ac050608a8a7b723173

Bug 8170 - Loadbalancing nexthop group not updated after VM deletion

Issue:

When the last nexthop present in a DPN is deleted, the loadbalancing next
hop group is not updated. The group still contains the bucket pointing to
the deleted nexthop.

Fix:

There was an error while retrieving the endpointIpaddress for the DPN in
method getEndpointIpAddressForDPN. There was an error in converting the
IpAddress object to string. Appropriate conversion is used now.

Change-Id: I86cc77bd69446881d2ab669471f3142845e4d549
Signed-off-by: gobinath <gobinath@ericsson.com>
7 years agoUpdated git submodules
Faseela K [Mon, 17 Apr 2017 09:02:03 +0000 (09:02 +0000)]
Updated git submodules

Project: genius master 793a47a14f553287ad190ac3147bc5a513389120

Merge "Tunnel showing wrong state in scale setups"

Tunnel showing wrong state in scale setups

In a scaled environment, when BFD flaps continuously,
interface-manager was showing the wrong tunnel-state in the end,
This is because interface-state in cache will have stale oper-status
leading to race conditions, during frequent toggling events.
Read from cache should be avoided in such conditions.

Change-Id: I878afb51f1da41f50e7f853cf0dbce35e5b96136
Signed-off-by: Faseela K <faseela.k@ericsson.com>
7 years agoUpdated git submodules
Olga Schukin [Wed, 8 Mar 2017 10:22:39 +0000 (12:22 +0200)]
Updated git submodules

Project: genius master 2964e74a74c861cc6cf2588480242997578343ae

Multiple VxLAN tunnels - RPC changes

- Change ITM RPC calls to getTunnelInterfaceName and
  getInternalOrExternalInterfaceName to prefer the logical tunnel
  group over the tunnel members
- IFM RPC call to getEgressActionsForInterface for the logical tunnel will
  load register6 with its corresponding lport-tag and resubmit the
  traffic to the egress dispatcher table.

Depends-On:  https://git.opendaylight.org/gerrit/52871

Change-Id: I26a244225c3d82038bb92ea014b8ee35a4f5eda5
Signed-off-by: Olga Schukin <olga.schukin@hpe.com>
7 years agoDocumentation update for Cardinal Carbon 55/54355/2
Subodh [Wed, 5 Apr 2017 12:13:40 +0000 (17:43 +0530)]
Documentation update for Cardinal Carbon

Change-Id: Id5651a27d038761bc69296b0b269be8ac10b8e9e
Signed-off-by: Subodh <subodh.roy@tcs.com>
7 years agoFix incorrect reference to cluster admin api 17/54817/4
Jamo Luhrsen [Tue, 11 Apr 2017 23:38:39 +0000 (16:38 -0700)]
Fix incorrect reference to cluster admin api

Change-Id: Ib06ade9726108d840b2e644f525b9cc418e4d811
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoAdd link to persistence/backup page from userguide 35/54235/7
Jamo Luhrsen [Sun, 2 Apr 2017 23:05:42 +0000 (16:05 -0700)]
Add link to persistence/backup page from userguide

Change-Id: I51d544c6610c73bee9a4ebecb4471267c21d0d51
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Add extra custom clustering config options"
Thanh Ha [Mon, 17 Apr 2017 02:25:25 +0000 (02:25 +0000)]
Merge "Add extra custom clustering config options"

7 years agoBug-8218: call home docs 06/54906/5
Allan Clarke [Wed, 12 Apr 2017 22:10:38 +0000 (17:10 -0500)]
Bug-8218: call home docs

Add documentation for new call home feature
Add documentation for new device status

Change-Id: I90c902c5b4c329ea38cf8751b8c63b727b9a6220
Signed-off-by: Allan Clarke <allan.clarke@brocade.com>
7 years agoDocumentation for SFC PoT 97/55097/3
Srihari Raghavan [Sun, 16 Apr 2017 17:04:30 +0000 (22:34 +0530)]
Documentation for SFC PoT

Change-Id: I226601195ec9f143643b4e853db921173448c9e5
Signed-off-by: Srihari Raghavan <srihari@cisco.com>
7 years agoUpdated git submodules
Anil Belur [Mon, 17 Apr 2017 00:22:22 +0000 (00:22 +0000)]
Updated git submodules

Project: releng/builder master 01606d78567b989c82d53461a858a132dc4846ad

Merge "Make wget for ar-notify script less verbose"

Make wget for ar-notify script less verbose

Saves us some unnecessary log space. --no-verbose still prints out
errors and warnings so it only saves us on info logs.

Change-Id: I5170626cb20f4b7104c329056da89d9a86b12cbf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Mon, 17 Apr 2017 00:21:42 +0000 (00:21 +0000)]
Updated git submodules

Project: releng/builder master 37009aad5edf8a9f1936738622209bad9c34d208

Merge "Add .npmrc"

Add .npmrc

Make any npm commands infra provided .npmrc. Currently this file
contains a registry configuration to make npm use Nexus as a npmjs
registry which is setup as a proxy of upstream npmjs' repository. This
allows us to be more resilient to upstream infra issues that are out of
our control.

Change-Id: I4c8451aa66921fecffb9f968d7c7bb42214dde2a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
jenkins-releng [Sat, 15 Apr 2017 05:36:51 +0000 (05:36 +0000)]
Updated git submodules

Project: releng/builder master 0908bbc9a0f96b5b2d8e9069867f7476680c5474

Auto Update CSIT Jobs to run

Change-Id: Ifa834a66a1c063baa29e72a842a193cc5cb4b398
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
7 years agoMerge "Improve to simultaneous release doc"
Thanh Ha [Sun, 16 Apr 2017 05:19:38 +0000 (05:19 +0000)]
Merge "Improve to simultaneous release doc"

7 years agoImprove to simultaneous release doc 20/54820/5
Anil Belur [Wed, 12 Apr 2017 06:16:26 +0000 (16:16 +1000)]
Improve to simultaneous release doc

Change-Id: I4747b9f5ed682a6a45df5145802eff1ff36e7778
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Sam Hague [Sat, 15 Apr 2017 01:13:54 +0000 (21:13 -0400)]
Updated git submodules

Project: netvirt master 28d7725bcf45582da87a44c35a2a25e149e57362

Set copyright for sfc translator back to Brocade

Change-Id: I576ff1dfe9c97cde540c1a56f77a857fb32e43eb
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Sat, 15 Apr 2017 05:26:16 +0000 (05:26 +0000)]
Updated git submodules

Project: releng/builder master dee954e19462786263e3df5c728611cf67437361

Merge "Add dluxapps csit job for yangman app."

Add dluxapps csit job for yangman app.

Change streams and branches because of moving to nitrogen for master.

Change-Id: If800eb064ada520ae637f5d45e305c58f6e7c8d6
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.tech>
Signed-off-by: Dasa Simkova -X (dsimkova - PANTHEON TECHNOLOGIES at Cisco) <dsimkova@cisco.com>
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.local>
Signed-off-by: Daša Šimková <dasa.simkova@pantheon.tech>
7 years agoUpdated git submodules
Sam Hague [Fri, 14 Apr 2017 12:05:20 +0000 (08:05 -0400)]
Updated git submodules

Project: netvirt master 5bbcb2e79d789667112590b1808aa5fc5db4cbe7

Remove .0 from model.bgp.version

The version bump script ancorrectly added a .0 to the version.
This was a problem as during this same time the vpnservice-features
was using the value without the .0 from a different patch, so they
were not consistent.

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