docs.git
7 years agoMerge "First real draft of YangIDE user guide."
Colin Dixon [Wed, 20 Jul 2016 12:07:07 +0000 (12:07 +0000)]
Merge "First real draft of YangIDE user guide."

7 years agoUpdated git submodules
Luis Gomez [Mon, 18 Jul 2016 21:39:03 +0000 (14:39 -0700)]
Updated git submodules

Project: integration/test master 1b9a451b5aac36e28c535880d597360bf0069d3b

Simplify OF Cluster HA test

Original candidate is available after killing owner.

Change-Id: I8f15d441838062e3edc9d520e69d9c9af3262ebc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 20 Jul 2016 04:30:44 +0000 (04:30 +0000)]
Updated git submodules

Project: releng/builder master 6b4cc20fa5c48e706201a902c70c63f9e0520603

Merge "Remove project cfg files as they are no longer used"

Remove project cfg files as they are no longer used

Change-Id: Ia086e13edc87d49ebdca63de670664f559f310ad
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Wed, 20 Jul 2016 04:29:22 +0000 (04:29 +0000)]
Updated git submodules

Project: releng/builder master 97e7c26f578a7c3acb43bef3cc088bc5ac5c7ebe

Merge "Simplify odlparent-sonar job configuration"

Simplify odlparent-sonar job configuration

Change-Id: I601704c950ba88d7415a349b7bf9c3137f5670fa
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Wed, 20 Jul 2016 04:27:40 +0000 (04:27 +0000)]
Updated git submodules

Project: releng/builder master 16a6dcbebce66bc098270440e4da9a341987e0ef

Merge "Remove old matrix type verify job"

Remove old matrix type verify job

With job template {project-name}-verify-{stream}-{maven}-{jdk} working
there is no longer a need for the old matrix style verify job.

Change-Id: Ica9383a856584fa89350605486e7e06df40e301e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Luis Gomez [Wed, 20 Jul 2016 04:21:48 +0000 (04:21 +0000)]
Updated git submodules

Project: releng/builder master 8a8fef075967183d38e6b823de3e021d9a2add68

Merge "Remove old matrix type verify jobs"

Remove old matrix type verify jobs

With the new {project-name}-verify-{stream}-{maven}-{jdk} job type
working there is no longer a need to maintain the old matrix style
verify job.

Change-Id: I4bfb379e792ad5238f34eb463988283768144c3d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 20 Jul 2016 04:20:00 +0000 (04:20 +0000)]
Updated git submodules

Project: releng/builder master 2580acb83c8034708e440a1bf94672eec0e210ce

Merge "Run verify-jjb in DEBUG mode"

Run verify-jjb in DEBUG mode

Run with DEBUG mode enabled so that it can tell us which template file
it is parsing when there is a failure.

Change-Id: I0565f2135da1613047c1e759605f55494ca06061
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 20 Jul 2016 00:26:48 +0000 (02:26 +0200)]
Updated git submodules

Project: odlparent master 3d45b3c71137a3271f97e8c5db80fd98954e8087

Quick (-Pq) should skip running tests, but not building them

Change-Id: Ie537fc006265da0492f8bf620a73280301af91e2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Wed, 20 Jul 2016 02:30:45 +0000 (02:30 +0000)]
Updated git submodules

Project: releng/builder master d84e094c1173bd51b98df718f40e8b6f2a9122c5

Merge "Move robot dependencies into packer provision script"

Move robot dependencies into packer provision script

Install robot dependencies during image provisioning to make the spinup
scripts portion run faster.

Change-Id: I6dd06ff5a044f3fc82d7fa55a1aeafbea0b9478f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Wed, 20 Jul 2016 01:38:33 +0000 (21:38 -0400)]
Updated git submodules

Project: releng/builder master 7f7da91f1f18f4886b5438ba1008f3bc1a74d24f

Update gbp system_type to be more accurate

Change-Id: I2d4a9ffc3214b58d397d3f60d94ad680639e0bc0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 19 Jul 2016 20:30:39 +0000 (22:30 +0200)]
Updated git submodules

Project: odlparent master 61b469a4c27e60dc144059f282c4c84c8818bf4e

Intro. Google Truth into dependencyManagement

see http://google.github.io/truth/.  This seems neater than Hamcrest in
particular for tests on Iterables (Collections).  For example, in
Hamcrest:

assertThat(Arrays.asList("foo", "bar"), contains("foo", "baz")); // OK

assertThat(Arrays.asList("foo", "bar"), contains(Arrays.asList("foo",
"bar"))); // NOK! :-( because contains only works for vararg not List

whereas with Google Truth:

assertThat(Arrays.asList("foo", "bar")).
containsExactlyElementsIn(Arrays.asList("foo", "baz"));

==> AssertionError: Not true that <[foo, bar]> contains exactly <[foo,
baz]>. It is missing <[baz]> and has unexpected items <[bar]>

also see http://google.github.io/truth/comparison

Change-Id: Iac121b302179e64c8cbd339b6f027582abfdd822
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 22:20:00 +0000 (22:20 +0000)]
Updated git submodules

Project: releng/builder master bed027f6e60191c3bfbf79336a62034833501f10

Merge "Fix contributing docs links; README->readthedocs"

Fix contributing docs links; README->readthedocs

Change-Id: I7f0ec2d0f9b488ece4901bbb0978784c49243078
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 22:09:55 +0000 (22:09 +0000)]
Updated git submodules

Project: releng/builder master 791e15fc91060bb48fe8b4c8585df97fccfc136e

Merge "Convert Vagrant to Packer"

Convert Vagrant to Packer

Changes in the Rackspace Public cloud that came about because of the
private cloud creation and connection have made using Vagrant inside the
public cloud impossible now. This converts all of the in use Vagrant
definitions to Packer and allows us to build images at the same time in
both clouds so that they are identical as we can possibly make them.

Change-Id: I410ad83eaabddfe50447dbeefe7eb2d79660a06c
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 19 Jul 2016 21:43:38 +0000 (21:43 +0000)]
Updated git submodules

Project: releng/builder master 7ce6dc8bd480881917db8413cca873af6d2706f5

Merge "Migrate custom jjb jobs to logs.opendaylight.org for ovsdb"

Migrate custom jjb jobs to logs.opendaylight.org for ovsdb

Change-Id: I7cc2e8b84d3b605fde6c4293204297c947b3b0af
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoFirst real draft of YangIDE user guide. 78/41778/3
David M. Karr [Wed, 13 Jul 2016 16:25:21 +0000 (09:25 -0700)]
First real draft of YangIDE user guide.

Change-Id: Ib252651e760cc241816a58ee880fba8977bc508d
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
7 years agoMerge "Added information about setting proxy server information for Maven."
Colin Dixon [Tue, 19 Jul 2016 21:26:40 +0000 (21:26 +0000)]
Merge "Added information about setting proxy server information for Maven."

7 years agoAdded information about setting proxy server information for Maven. 80/41780/3
David M. Karr [Wed, 13 Jul 2016 17:27:19 +0000 (10:27 -0700)]
Added information about setting proxy server information for Maven.

Change-Id: I72d6f304b0ab9586f7ddb796400105847fab4c34
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 20:29:04 +0000 (20:29 +0000)]
Updated git submodules

Project: releng/builder master 4b992e9f72b928265590e045eab816b8059107f3

Merge "use new netvirt-openstack feature instead of netvirt-vpnservice-openstack"

use new netvirt-openstack feature instead of netvirt-vpnservice-openstack

Change-Id: Ib36170c901baf3569e0eb48e3510fb0e6d0bcbef
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 20:27:10 +0000 (20:27 +0000)]
Updated git submodules

Project: releng/builder master 7f33574168e5d62645d77c2cdca07e4ddcdccd13

Merge "Revert "Simplify distribution-check to use -Pq profile""

Revert "Simplify distribution-check to use -Pq profile"

This reverts commit e61f031a50900a8a2d1895b320806e14f623f408.

Turns out this profile is too aggressive and causes build failures with
the distribution-check job.

Change-Id: I3e403c450c55ed78e96d582538a395cd007df745
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Lorand Jakab [Tue, 19 Jul 2016 19:23:46 +0000 (14:23 -0500)]
Updated git submodules

Project: releng/builder master f9515b552ce43796c22445ecbe817195232b0292

Beep up lispflowmapping build VM to 4 CPUs

It is probably more efficient than having to run 'reverify' or 'recheck'
over again, hoping that all jobs will pass at the same time.

See https://git.opendaylight.org/gerrit/#/c/41662/

Change-Id: Ic65f7d3504c60ba6ad24a1227930b583d94843e1
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoOVSDB User Guide documentation 77/42077/1
Eric Multanen [Thu, 11 Feb 2016 13:47:28 +0000 (05:47 -0800)]
OVSDB User Guide documentation

Add documentation for managaging OVSDB Qos and Queue tables
with the OVSDB plugin.

v2 - move Qos and Queue header into the qos and queue doc file
v3 - restructure file hierarchy for OVSDB NetVirt User Docs.
v4 - added general sb plugin material
v5 - added hwvtep-southbound material
v6 - added NetVirt section
v7 - added an OVS with DPDK and OVSDB Netvirt section
v8 - updated hwvtep section, added security group section, fixed netvirt
pic
v9 - made a few updates to the OVS with DPDK section
v10 - addressed comments in odl-ovsdb-southbound-user-guide.adoc
      and odl-ovs-dpdk-user-guide.adoc files.

Change-Id: Ib72237354000db782a4d4a267a530ddf71db4c9f
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Signed-off-by: Andre Fredette <afredette@redhat.com>
Signed-off-by: Sam Hague <shague@redhat.com>
(cherry picked from commit 8ffee71efb46097bd771784c3401f196269dcd64)

7 years agoUpdated git submodules
Luis Gomez [Tue, 19 Jul 2016 17:07:52 +0000 (10:07 -0700)]
Updated git submodules

Project: releng/builder master df1819b7dc2521ac5a830eee1827c2ab576107e7

Simplify patch test jobs to use -Pq profile

Change-Id: I64b5a3c65690fe75128132b02769a0f035e369a3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Luis Gomez [Tue, 19 Jul 2016 16:53:22 +0000 (16:53 +0000)]
Updated git submodules

Project: releng/builder master 95e5da9408659f1886fede230413205cf8cadbaf

Merge "Simplify distribution-check to use -Pq profile"

Simplify distribution-check to use -Pq profile

The -Pq profile disables many of the same things distribution-check
wants to disable to run a quick build and build a karaf bundle.

Change-Id: I6e5fc821dfeabfec9583344375d9ec23198908b9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Tue, 19 Jul 2016 16:33:39 +0000 (16:33 +0000)]
Updated git submodules

Project: releng/builder master ec8fd14673da79c6ff1f331b8458f8dac1b6424b

Merge "Update ovsdb projects file"

Update ovsdb projects file

Split projects file into 3 projects for each release. This way we can
test against multiple jdk versions with new jobs.

Change-Id: I7f7a734dbcf16a51370d6daeb58f94ee0038fb64
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 16:02:28 +0000 (12:02 -0400)]
Updated git submodules

Project: releng/builder master 84299e67863d79d94c9733ead353a77349212619

Fix jdk version in odlparent-verify job

Setting should have been openjdk8 for boron.

Change-Id: I72cd986116a12d8d2554f0dc8077ab08f669744c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 19 Jul 2016 08:43:32 +0000 (10:43 +0200)]
Updated git submodules

Project: odlparent master 9f2b2bb08b3f1b8ab10d7ce7a2230b30907cc1b1

Increase enforced Maven minimal version from 3.1.1 to 3.2.5 (no upper)

as discussed on [odlparent-dev] thread "Re: Introducing PMD Copy/Paste
Detector (CPD)"

Change-Id: I6c1e32029ba993849a368d832a48a442cd396053
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "Minor fixes"
Colin Dixon [Tue, 19 Jul 2016 15:20:35 +0000 (15:20 +0000)]
Merge "Minor fixes"

7 years agoUpdated git submodules
Thanh Ha [Tue, 19 Jul 2016 15:00:48 +0000 (11:00 -0400)]
Updated git submodules

Project: releng/builder master 13f4d779c666614f06189b8c9303a6568a731655

Fix email prefix for project-name

Change https://git.opendaylight.org/gerrit/42019/ did not update the
email prefixes which could be a problem if name is not project-name.

Change-Id: I004149afd408bf5fe433fabfb27ecaf0e3f6555d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Add new freestyle verify job type to odlparent

Change-Id: Ia0e4f40c68c739cecb9fbfd96ef00c6d4f78a8c2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 18 Jul 2016 23:53:43 +0000 (19:53 -0400)]
Updated git submodules

Project: releng/builder master 0c5a56affd594ef2d369866b2ab094da039b2294

Change template {name} field into {project-name}

With the changes we want to do to the matrix job we need to add a
project-name field so that we can declare multiple jjb 'project'
sections that use the same name. This way job names won't be changed in
Jenkins if we create multiple project configurations.

Change-Id: Ic6829e67e1769c181d023aab43bb6e71452ec647
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 18 Jul 2016 18:42:05 +0000 (20:42 +0200)]
Updated git submodules

Project: odlparent master c5cfbc434448b646fd93a89e0928111e2a4d500c

Introduce PMD Copy/Paste Detector (CPD)

Take II - is using <excludeRoots><excludeRoot> better? (We tried this
before and had to revert, despite it passing on Jenkins; very strange.)

Like Checkstyle, this by default only reports to the console during
(local..) builds, but does not enforce it - builds will NOT fail with
this. Then projects ready to "opt-in" for CPD enforcement can use:
<properties> <pmd.cpd.fail>false</pmd.cpd.fail> </properties>

Change-Id: I01de6ce01fe5f7020aae47ee2e9325cdc14e00e4
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Wed, 29 Jun 2016 22:24:16 +0000 (00:24 +0200)]
Updated git submodules

Project: odlparent master d53833e7748d51142ed948c8ea64b9f3ba6333a5

Checkstyle java.nio.charset.StandardCharsets instead of com.google.common.base.Charsets

http://blog2.vorburger.ch/2016/06/how-to-use-checkstyle-to-enforce-using.html

Change-Id: Ibdc5520a7700f548e735c569ee8a3c1c9426dcd1
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Martin Mihálek [Tue, 19 Jul 2016 09:42:10 +0000 (11:42 +0200)]
Updated git submodules

Project: integration/test master c2402c3ea906e374bdc63c34b3e09ecc60010bee

SXP Domain Filtering

Change-Id: Ib4095d8b7b31e91374bef9695cbd7c2bcbfc6b49
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Tue, 19 Jul 2016 07:57:28 +0000 (07:57 +0000)]
Updated git submodules

Project: netconf master a942d22ab8fd0d4db74a44b47db852d0938339da

Merge "Switch to using StandardCharsets"

Switch to using StandardCharsets

Guava's Charsets should not be used in recent Java
environments.

Change-Id: I24d14cd2410ba3d249037e802b7863a6141c89db
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Jakub Morvay [Mon, 18 Jul 2016 14:18:58 +0000 (16:18 +0200)]
Updated git submodules

Project: netconf master 286c139e2bff25b2d36bf7cd475dc18ad4a90563

Use upgraded ietf-{inet,yang}-types in test-tool

Change-Id: I5c99b7bb815f723bbc7640b4c118f5ee395fe6cf
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Mahendar Yavagani [Mon, 18 Jul 2016 18:43:56 +0000 (11:43 -0700)]
Updated git submodules

Project: integration/test master 92aab04f3cc6b8289b30f5d298380e56e3b55692

Create Neutron ports, Veriy Neutron Ports tests are added

Change-Id: I824a4ce5cb882e4a25154533e1dc1831952517a8
Signed-off-by: Mahendar Yavagani <mahendar.yavagani@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Mon, 18 Jul 2016 23:24:25 +0000 (19:24 -0400)]
Updated git submodules

Project: releng/builder master 178aca46937e4839428b7184fc814931e21e1b77

Move controller.sh into builder.sh

Change-Id: Id7220c311ca528faa395f9d686d7a218302f92b0
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Belur [Mon, 18 Jul 2016 17:34:39 +0000 (23:04 +0530)]
Updated git submodules

Project: releng/builder master 2ab8af52ff9de7a02343dab1bf72df12d3ee98d0

Update java templates with variable {build-node}

Change-Id: I9497d4fe3e4072fe12c82682356c61b7f32a7f08
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Mon, 18 Jul 2016 22:38:00 +0000 (18:38 -0400)]
Updated git submodules

Project: releng/builder master 10f726ee3dc9722c8623fd2aeaa991a4d8ff2aa9

Convert verify and merge nodes to use new build label

Change-Id: I330b15a390c729ec5b5128ad8fd8708376af398d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update opflex to use new build labels

Change-Id: I643062510ec0642f82162fd4db75824ef9f5c577
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update devstack and docker to use new build labels

Change-Id: Ib7ddaa291a95752576bc318fa0fa73dde3f479d6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update lacp to use new build labels

Change-Id: Ic8252c01871ed991a9c60b4218afb9c082a727e2
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update gbp to use new build labels

Change-Id: Ie6241e67a2c1ce665dae50647d44c6441714d551
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update integration jobs to use new build labels

Change-Id: I74b7791dc785168a9e90d782d33e37b0102c509c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Update autorelease jobs to use new build labels

Change-Id: I775bfe2143228c83c03495a7ebfebd6376f83602
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Chaudhry Usama [Mon, 18 Jul 2016 09:37:11 +0000 (02:37 -0700)]
Updated git submodules

Project: integration/test master 1b7ee322fc933e7aee6e2ea828d67a9ede95d720

Made the hbase-start script run with sudo privilages

TSDR hbase job was failing with permission denied error.

Change-Id: Ia3f5f002af93114c00350b9e0cc206ed8b6a080c
Signed-off-by: Chaudhry Usama <chaudhryusama@gmail.com>
7 years agoUpdated git submodules
Robert Varga [Mon, 18 Jul 2016 17:58:12 +0000 (17:58 +0000)]
Updated git submodules

Project: odlparent master 55eb72507de0131ae1802f2ac35479dea931d105

Revert "Introduce PMD Copy/Paste Detector (CPD)"

This reverts commit 68afa051f302f5f67aedd42bf1ab2f4cc20d75c7.
It breaks build in yangtools: checkstyle fails to parse
configuration and cannot assign String to File[].

Change-Id: I5f9025c1dd79c19f10e8c17a56e270d17cbda043
Signed-off-by: Robert Varga <nite@hq.sk>
7 years agoUpdated git submodules
Anil Belur [Mon, 18 Jul 2016 16:37:01 +0000 (22:07 +0530)]
Updated git submodules

Project: releng/builder master 50d03ff52cf65ea7a2a5e769c80f6261180d7a59

Introduce bgpcep to use build-node for 4cpu system

Change-Id: I00d3c8bf408b304639d260bd3cfcd08bfcc9330e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Colin Dixon [Wed, 13 Jul 2016 23:34:52 +0000 (19:34 -0400)]
Updated git submodules

Project: aaa master 30d03c604b332d559f4543f47f3d5f3f4e27c1a3

Remove old sssd documentation

It looks like it hasn't been updated since 2014, which means it's unlikely
to be correct and it is causing WARNINGs when we build the docs now that
aaa is included as a submodule of docs.

Change-Id: I0231057683b26de12144e38b974f8b8dcb7eecad
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
Vratko Polák [Mon, 18 Jul 2016 15:30:51 +0000 (15:30 +0000)]
Updated git submodules

Project: releng/builder master cb284286091b2d083cc0a88a9226c2c037cb870d

Merge "Bump netvirt memory by 2x"

Bump netvirt memory by 2x

Change-Id: Ib99b4c7de8f0747098ca70066d5c647f6e419af8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polák [Mon, 18 Jul 2016 15:29:38 +0000 (15:29 +0000)]
Updated git submodules

Project: releng/builder master b5776355cc7efca94a42ae1ddf98c324dbdabe75

Merge "Added a CSIT of VTN project to csit-list."

Added a CSIT of VTN project to csit-list.

Added vtn-csit-1node-manager-all-boron job to the csit-list for the
master branch.

Change-Id: I360dca86bde815e36f9013490f5d7945686bd1d4
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
7 years agoUpdated git submodules
Stephen Kitt [Mon, 2 May 2016 14:01:27 +0000 (16:01 +0200)]
Updated git submodules

Project: odlparent master d4d68c1742d7d3a21cd6174f31045756ccd6f45f

Upgrade Felix dependencies

* Dependency Manager 3.1.0 -> 4.3.0
* Dependency Manager Shell 3.0.1 -> 4.0.4
* File Install 3.1.6 -> 3.5.4
* Web Console 4.2.0 -> 4.2.14

Change-Id: I7d499669cf98e0761b92f7cce6b870ebc3f1d7c5
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Thu, 7 Jul 2016 14:23:15 +0000 (16:23 +0200)]
Updated git submodules

Project: odlparent master 68afa051f302f5f67aedd42bf1ab2f4cc20d75c7

Introduce PMD Copy/Paste Detector (CPD)

Like Checkstyle, this by default only reports to the console during
(local..) builds, but does not enforce it - builds will NOT fail with
this. Then projects ready to "opt-in" for CPD enforcement can use:

  <properties>
    <pmd.cpd.fail>false</pmd.cpd.fail>
  </properties>

BTW: The "minimumTokens" threshold may take some tuning - let's start
with these approx. 10 line rule, and then adjust it as we see how this
plays out in practice on a number of projects.

Change-Id: If862b8a16db5eed391bb85165987a4302ae44540
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMinor fixes 69/40869/3
Tomas Vahancik [Mon, 27 Jun 2016 13:02:06 +0000 (15:02 +0200)]
Minor fixes

Change-Id: I12c8249bf75f28163f3326b6a9e1352bdd8a32ef
Signed-off-by: Tomas Vahancik <tomas.vahancik@pantheon.tech>
7 years agoUpdated git submodules
Stephen Kitt [Tue, 31 May 2016 08:38:36 +0000 (10:38 +0200)]
Updated git submodules

Project: odlparent master 83fa378eca490a3969e432cf23be85169b25f898

Mark slf4j-api as provided

Since Karaf provides its own SLF4J encapsulation, it might make sense
to simply identify slf4j-api as provided.

Change-Id: I42f2854eec608155b9013ec6756053ea85104ba6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Fri, 15 Jul 2016 15:13:55 +0000 (17:13 +0200)]
Updated git submodules

Project: integration/test master 98a9abb895f693dcbd7a1e1fe68dca5933ce524c

Add revision data to ncmount-l2fib module filename

This is  causing failure in Netconf performance test suite.

Change-Id: Iedc2da3d09ca697f2fc08090625a84d5b5061dac
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Peter Gubka [Fri, 15 Jul 2016 12:25:28 +0000 (14:25 +0200)]
Updated git submodules

Project: integration/test master 9c5a6c5ffc51908442c49b5ef562676dfa860d6e

enlarging timeouts

Change-Id: I780a34c776793f6eb2404f043723c3c3cfa65ac8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoUpdated git submodules
Tomas Cere [Mon, 18 Jul 2016 07:58:42 +0000 (07:58 +0000)]
Updated git submodules

Project: netconf master 666449136de312558cee27e847f101c0463b5ceb

Merge "Organize Import to conform to Checkstyle guidelines."

Organize Import to conform to Checkstyle guidelines.

Change-Id: Ia766cb2af1c13808a7a0b28761fdd241c781319b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Tomas Cere [Mon, 18 Jul 2016 07:53:16 +0000 (07:53 +0000)]
Updated git submodules

Project: netconf master b75599561aaef3d86008a5758b449dcfa9e350e1

Merge "Bug 5682 - MDSAL netconf northbound yang library"

Bug 5682 - MDSAL netconf northbound yang library

This adds support for ietf-yang-library for MDSAL netconf northbound
server

Change-Id: Iab6178d2fc975860f7c5c835517fc3c120faebb7
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Jakub Morvay [Thu, 14 Jul 2016 08:37:30 +0000 (10:37 +0200)]
Updated git submodules

Project: netconf master a783bc43bf445f6ddca0513b0978260e3281f5c8

Bug 6154 - Connection to config subsystem netconf endpoint refused

Makes config subsystem SSH server listen on address 0.0.0.0 instead of
127.0.0.1.

Change-Id: I7577629763b7d5a0d86d92ea0e997a80e841f360
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
7 years agoUpdated git submodules
Robert Varga [Sun, 17 Jul 2016 08:25:10 +0000 (10:25 +0200)]
Updated git submodules

Project: netconf master 6c6cedd408c9a67a1671de6e2dec4dea1c4c1271

Adjust tests to new ietf-inet-types

Change-Id: I39d6bebfb178950f828bce912a8b3e533b0e1abc
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Luis Gomez [Sat, 16 Jul 2016 19:07:51 +0000 (12:07 -0700)]
Updated git submodules

Project: releng/builder master 172a60fad1463b9632f6221b601994f9603c5901

Restore integration job dependencies for OVSDB

OVSDB should be in offset 1, it is in offset 2 in this relase because
of the project split.

Change-Id: Ie989c458f502561034807e3c3fc176dc67ce0364
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Thanh Ha [Sat, 16 Jul 2016 03:08:25 +0000 (23:08 -0400)]
Updated git submodules

Project: releng/builder master 126664876ec5bffd10f6cbe8f6e22619351e8609

Update project dependencies according to offset

- Offset-0 projects should depend only on offset-0
- Offset-1 projects should depend only on offset-0 and offset-1
- Offset-2 projects should depend only on offset-1 and offset-2
- Non-SimRel participating offsets depend on no offsets

Change-Id: I2b8bce76674405a98a528bf6f795744b99d28cca
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 15 Jul 2016 20:22:32 +0000 (13:22 -0700)]
Updated git submodules

Project: releng/builder master a74d584f4d4ce617ebf1cfbc5097fd5b9e38b631

remove offset 0 distribtion triggers for offset 2 CSIT

Change-Id: Ie1fd9b40959f63c68a3231e94c01fd93e76c8e8f
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Luis Gomez [Fri, 15 Jul 2016 03:31:46 +0000 (20:31 -0700)]
Updated git submodules

Project: integration/test master f6800c7a77ac549216f069252fd6f45900b61a44

Cluster Library consolidation 2

Modify OF Bulkomatic cluster test to use new library.

Change-Id: Id278e5350d52f34f529e4aacbe30dfa678d9ab7d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 14 Jul 2016 23:35:18 +0000 (16:35 -0700)]
Updated git submodules

Project: integration/test master 6132fba61b5db251ff6431ff6ea54737f7906522

add initial vpnservice test cases

Change-Id: Ibb03ae28410185b365c153753480cea0a2b79b43
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Martin Dindoffer [Fri, 8 Jul 2016 12:54:57 +0000 (14:54 +0200)]
Updated git submodules

Project: integration/test master d110b05ff4321cc94e4911b0a484941f624b9f36

Topoprocessing - Refactor of mostly target fields' paths

Moved locally defined target fields' paths into a .py file as constants
Also instroduced a variable for overlay topology url and renamed Teardown keywords to reflect their behaviour

Change-Id: Iaa24b160142b03e034a8d385ecf72eeafd2c3fd9
Signed-off-by: Martin Dindoffer <odlgerritforwarder@dindoffer.eu>
7 years agoMerge "Add script to automatically translate asciidoc to reST"
Colin Dixon [Fri, 15 Jul 2016 17:49:54 +0000 (17:49 +0000)]
Merge "Add script to automatically translate asciidoc to reST"

7 years agoUpdated git submodules
Thanh Ha [Fri, 15 Jul 2016 17:37:39 +0000 (13:37 -0400)]
Updated git submodules

Project: releng/builder master 19bc955dba4e3ae7cbe801544323330ab8c1990b

Use new verify job type with new freestyle project

We have issues with Matrix job types in our CI causing infra issues.
Migrating jobs to a new verify job template which uses regular freestyle
job.

This is in regards to announcement on this thread:
https://lists.opendaylight.org/pipermail/release/2016-July/007288.html

Change-Id: I0297cb048ea66da7c174afb7dd9ec0db978b53f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Thanh Ha [Thu, 14 Jul 2016 04:06:52 +0000 (00:06 -0400)]
Updated git submodules

Project: releng/builder master d341e8d140815b3ca27eaff79cd3e93c13256d59

Add new verify job type using freestyle project

Helps us move away from matrix jobs into freestyle project type. We want
to move away from Matrix jobs as we're finding that matrix systems have
issues with handling the job queue correctly.

Also adds support to choose build node.

Change-Id: I80888481d0a422ae82b2c108f990116c81ea1303
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Anil Vishnoi [Fri, 15 Jul 2016 08:00:46 +0000 (01:00 -0700)]
Updated git submodules

Project: integration/test master 20f257561f8cdf63cbfd91261a8a46bba503fd53

CSIT tests are using wrong port for setting
controller for the bridges. Because of this
wrong configuration openflow bridges attempt to
connect on port 6640 with openflow protocol and
keep getting disconnected.

Change-Id: I7de9f83fd461d71f1620089f78b096d217c57b17
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
7 years agoUpdated git submodules
Martin Mihálek [Wed, 29 Jun 2016 09:05:59 +0000 (11:05 +0200)]
Updated git submodules

Project: integration/test master 28b2b64ddd53228e6fdff9ed869d605f70bbb434

Boron update of CSIT

Change-Id: I5f8cccbb1571ea9ed5b13ca63cc9608408c7be05
Signed-off-by: Martin Mihálek <mamihale@cisco.com>
7 years agoUpdated git submodules
Vratko Polák [Fri, 15 Jul 2016 07:37:03 +0000 (07:37 +0000)]
Updated git submodules

Project: releng/builder master 8e5fa08a41def348bd8dbde8230593c9d80a723e

Merge "Add pip freeze to builder-merge job"

Add pip freeze to builder-merge job

The "pip freeze" output is already visible in builder-verify job.

This is to make the used jenkins-job-builder version even more ovious,
so it can be compared to what requirements.txt wants.

Change-Id: Ida34d358ace15a36f5f6d2a0ce4880d2ba237ba5
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
priya.ramasubbu [Thu, 14 Jul 2016 17:40:50 +0000 (23:10 +0530)]
Updated git submodules

Project: integration/test master 101fa254f1aba375ab11e72160b04ba0eaa1680e

Add Bridge And Tap Interface in Openstack Ovs

      * verify the added bridge and tap interface from operational datastore

Change-Id: I1a2f23ead77e3cc105d90136969cb06ec74fd0e8
Signed-off-by: priya.ramasubbu <priya.ramasubbu@hcl.com>
7 years agoUpdated git submodules
Robert Varga [Thu, 14 Jul 2016 15:16:09 +0000 (17:16 +0200)]
Updated git submodules

Project: odlparent master 6e1b0345775afb683190b0973438a10e03fc25b4

akka-testkit should be scoped to test

This is a testing framework for testing actor systems,
it should never be carried in production.

Change-Id: I32cd9af660463ee3d981acde29ff635a518b7a88
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Fri, 15 Jul 2016 04:10:24 +0000 (04:10 +0000)]
Updated git submodules

Project: releng/builder master 4ce44f46d53a850d29fb5a101737084b519209ca

Merge "Archive dependency trees in distribution related jobs"

Archive dependency trees in distribution related jobs

Change-Id: Ib00716b4f68c275d1566445094b8bf3fbb1a38ce
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoAdd script to automatically translate asciidoc to reST 86/41786/4
Xinghao Gu [Wed, 13 Jul 2016 18:38:39 +0000 (13:38 -0500)]
Add script to automatically translate asciidoc to reST

makeRST.sh translates asciidoc to reST and then and generates
documentation in html format. Run ./makeRST.sh to generate
documentation.

Change-Id: Ie7a06cee79f834b2e11628b007e9f72d613f30fa
Signed-off-by: Xinghao Gu <brian.gu1991@gmail.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Thu, 14 Jul 2016 22:27:57 +0000 (15:27 -0700)]
Updated git submodules

Project: releng/builder master 574ab62e7a8cb9b8c008d75827b43fc4aa69a3a6

add netvirt-vpnservice openstack job

Change-Id: I37bb7c725f1b430f82a586aeec70554aa3253b3b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Vratko Polák [Thu, 14 Jul 2016 17:31:02 +0000 (17:31 +0000)]
Updated git submodules

Project: releng/builder master 6f8f0963c039cd991ecb7f03b7917fa70b01cfd5

Merge "Archive docs html"

Archive docs html

Change-Id: I2e7b0f9c6ff9b36d0b9ad7d72714802ba08bc03c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoUpdated git submodules
Vratko Polák [Thu, 14 Jul 2016 17:30:55 +0000 (17:30 +0000)]
Updated git submodules

Project: releng/builder master 6b41556ada289ca141adcbd5c552677139c6ca84

Merge "Wrap ARCHIVE_ARTIFACTS variable with quotes and braces"

Wrap ARCHIVE_ARTIFACTS variable with quotes and braces

Otherwise certain glob patterns are parsed incorrectly in the
if-statement.

Change-Id: I288b31fd483553ba151645ecd4164ef0684d40d4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Remove javadoc until we fix how we build it"
Colin Dixon [Thu, 14 Jul 2016 14:58:40 +0000 (14:58 +0000)]
Merge "Remove javadoc until we fix how we build it"

7 years agoUpdated git submodules
Michael Vorburger [Tue, 12 Jul 2016 14:45:42 +0000 (16:45 +0200)]
Updated git submodules

Project: odlparent master 6cb77f912f4babd0eb3e324193d71284f00272fa

Checkstyle remove duplicate UpperEll (minor)

Change-Id: I4a557c4b2dc629f6d0544c24b09aa09ea53b673e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Fri, 8 Jul 2016 02:41:46 +0000 (04:41 +0200)]
Updated git submodules

Project: odlparent master 71c8ec353293be886fffca601f26401f2ee31823

Introduce hamcrest-library, going beyond hamcrest-core, to the stars..

http://www.vogella.com/tutorials/Hamcrest/article.html
https://code.google.com/archive/p/hamcrest/wikis/Tutorial.wiki

Change-Id: If042c21216c62509c37176df647369b1fa2757c5
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoUpdated git submodules
Michael Vorburger [Mon, 4 Jul 2016 12:22:33 +0000 (14:22 +0200)]
Updated git submodules

Project: odlparent master 2a610abbba5aac6ca44b8448b982df5b897f6626

Relax Checkstyle for JavaDoc, not mandatory for annotations

Because in at least one instance a project (ovsdb/library;
https://git.opendaylight.org/gerrit/#/c/40967/) has adopted Checkstyle
99% but then disabled enforcement because of lack of JavaDoc in a few
annotation types.  This is the wrong way to go about this IMHO; I'd
rather we relax this arbitrary requirement (that even annotations do not
have to have JavaDoc, like everything else), and be able to enforce
Checkstyle in more projects.

Change-Id: I42d1c81aa5ff511c272d39752340dddc5e3b0636
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoMerge "Update ALTO Docs for Beryllium"
Colin Dixon [Thu, 14 Jul 2016 14:27:05 +0000 (14:27 +0000)]
Merge "Update ALTO Docs for Beryllium"

7 years agoRemove javadoc until we fix how we build it 36/41836/1
Colin Dixon [Thu, 14 Jul 2016 14:08:06 +0000 (10:08 -0400)]
Remove javadoc until we fix how we build it

Change-Id: I141c94752b55a80f3c71fe0bb9b49cd50101cfc0
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoPrint location of built docs 95/41795/2
Thanh Ha [Thu, 14 Jul 2016 02:04:49 +0000 (22:04 -0400)]
Print location of built docs

Make it available in the output to help people find the built docs.

Change-Id: If90013d6eb8cb2b0a097a381ac2636202a199ccc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Cardinal ASCII docs"
Colin Dixon [Thu, 14 Jul 2016 12:48:38 +0000 (12:48 +0000)]
Merge "Cardinal ASCII docs"

7 years agoMerge "minor tweaks to documentation guide"
Colin Dixon [Thu, 14 Jul 2016 12:47:36 +0000 (12:47 +0000)]
Merge "minor tweaks to documentation guide"

7 years agoMerge "Parallelize robot doc generation"
Colin Dixon [Thu, 14 Jul 2016 12:46:20 +0000 (12:46 +0000)]
Merge "Parallelize robot doc generation"

7 years agoUpdate ALTO Docs for Beryllium 31/41231/3
jensenzhang [Fri, 15 Jan 2016 01:58:30 +0000 (09:58 +0800)]
Update ALTO Docs for Beryllium

Patch Set 2: Fix missing crossref

Patch Set 3: Improve user guide

Change-Id: I1b18dc864b62ddbb2bb192906c0b4148501e1e7b
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
(cherry picked from commit 9866364557383f2ee0980f0feaf5bee8a122bc16)

7 years agoUpdated git submodules
Luis Gomez [Thu, 7 Jul 2016 05:24:50 +0000 (22:24 -0700)]
Updated git submodules

Project: integration/test master dd4cc54ad35d01822fa8d06a95f428645fe0ec6b

Cluster Library consolidation 1

Create consolidated library on ClusterManagement.robot
- Add Entity Owner KWs
- Add Cluster REST KWs
- Sort KWs

Modify OpenFlow Cluster test to use new library

Change-Id: I7825f86b738a46f1e9082a0a99aa4b64109588f0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoUpdated git submodules
Martin Dindoffer [Mon, 4 Jul 2016 13:34:41 +0000 (15:34 +0200)]
Updated git submodules

Project: integration/test master b844a01d5274ec46fe6417c2bce65ebbbea8ebbd

Add tests of node removal processing during unification op.

Change-Id: I5bc504ac5f9e5c65c4c7fa109b74a3129bd92a6e
Signed-off-by: Martin Dindoffer <odlgerritforwarder@dindoffer.eu>
7 years agoUpdated git submodules
Jamo Luhrsen [Fri, 1 Jul 2016 00:23:23 +0000 (17:23 -0700)]
Updated git submodules

Project: integration/test master 06e5150fe783c7e4198afd20726d74c0ac1e619f

add tunnel creation suite for vpnservice netvirt

Change-Id: I14662421529ce1a225cf939bc51674302f69639a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 13 Jul 2016 04:56:53 +0000 (00:56 -0400)]
Updated git submodules

Project: releng/builder master 626f97833767b26d59313b9ac4fd9b54014b5084

Remove custom scripting from builder-merge job

Change-Id: I3a73fb33e9c51fa90303e4f5426436099ec48f2d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoParallelize robot doc generation 96/41796/1
Thanh Ha [Thu, 14 Jul 2016 02:11:35 +0000 (22:11 -0400)]
Parallelize robot doc generation

This patch significantly increases the speed at which robot docs
generate by running the robot doc generation commands in parallel.

Change-Id: I34ba63b0c6fdbf5ee375e69b96cbbf2eceb49ee3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agominor tweaks to documentation guide 90/41790/1
Colin Dixon [Wed, 13 Jul 2016 22:55:28 +0000 (18:55 -0400)]
minor tweaks to documentation guide

Change-Id: Ic87f187ad761617321e7fed0f8ca3fdcb08469ca
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoUpdated git submodules
Jamo Luhrsen [Wed, 13 Jul 2016 20:26:19 +0000 (20:26 +0000)]
Updated git submodules

Project: releng/builder master e9e79d775c6bf6d47b9d9bb77f153e38b4e647cb

Merge "Add OVS 2.5.0 and hardware_vtep DB to Docker images for Netvirt IT."

Add OVS 2.5.0 and hardware_vtep DB to Docker images for Netvirt IT.

1. Add OVS 2.5.0 Docker image.

2. Add hardware_vtep DB to container for OVS images:
   2.3.3, 2.4.0, 2.5.0

3. Upgrade OVS container 2.3.2 to 2.3.3

Change-Id: I0c07b46b7f4e2376dfd1e5548e188f9d2ddf1a9a
Signed-off-by: Victor Pickard <vpickard@redhat.com>
7 years agoUpdated git submodules
Vratko Polak [Wed, 13 Jul 2016 17:58:05 +0000 (19:58 +0200)]
Updated git submodules

Project: releng/builder master a45ceff8836e241d89fb252b0c3da260245628c8

Build integration/distribution in {project}-distribution-{stream}

Change-Id: I60e5d6acdf9912b6b7a7c85376aadf3e4daf7f89
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Revital Aronis [Sun, 10 Jul 2016 15:34:13 +0000 (15:34 +0000)]
Updated git submodules

Project: integration/test master a067dc18df20c10da648ce0117e47bd51bafa0e1

Enabling change of loglevel by configuration

Change-Id: Ib440f247c9673e6e301d192c1e28ce892bd7799c
Signed-off-by: Revital Aronis <revital.aronis@hpe.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 13 Jul 2016 16:48:32 +0000 (16:48 +0000)]
Updated git submodules

Project: releng/builder master f074017124dd1d958cb8a1f4f01b8a77f354f0da

Merge "Perform dependency:tree goal on every maven build"

Perform dependency:tree goal on every maven build

Change-Id: I5579f3bd9c6e442abcf7f5857df4a88e14f0d8b9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 13 Jul 2016 16:07:41 +0000 (16:07 +0000)]
Updated git submodules

Project: releng/builder master c704ad6829ed67eb82f055b5dcf8f459993345c8

Merge "Docker spin-up script allows jenkins user to run sudo without password"

Docker spin-up script allows jenkins user to run sudo without password

docker.sh spin-up script for docker based minions needs to allow jenkins
user to execute a number of commands without asking password. This is needed
for robot framework test cases.

Commands requiring root privileges are mostly related to openvswitch and docker.

Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Change-Id: Ia17d42cdcc5d234117b7c2dfad4f2df0302f206b

7 years agoUpdated git submodules
Thanh Ha [Wed, 13 Jul 2016 15:28:08 +0000 (15:28 +0000)]
Updated git submodules

Project: releng/builder master e9cd50385932004c20f60fde9453dd05db31fcae

Merge "Improve archive-build macro to gzip any text file"

Improve archive-build macro to gzip any text file

Change-Id: I5a782147ec7f11fa353fbf01ea6d7fc117757346
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdated git submodules
Lorand Jakab [Wed, 6 Jul 2016 13:56:38 +0000 (08:56 -0500)]
Updated git submodules

Project: netconf master ec860b9f946515a6a16659b23eb7dec1a8d89624

Upgrade ietf-{inet,yang}-types to 2013-07-15

Change-Id: I632370c6e9b078817c69a19b3f7c1c17846ce249
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoUpdated git submodules
Thanh Ha [Wed, 13 Jul 2016 04:51:48 +0000 (00:51 -0400)]
Updated git submodules

Project: releng/builder master e8201f1c159d0cc47a0af41849744b08197734a8

Move surefire archive to macro

Change-Id: Ib769f6b92479d36838db91377092aa72b35e7d40
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoCardinal ASCII docs 39/41539/3
pande.gaurav [Fri, 8 Jul 2016 05:41:47 +0000 (11:11 +0530)]
Cardinal ASCII docs

Change-Id: I5200a6dc7fd29c56db49bb01943032cd9b63b695
Signed-off-by: pande.gaurav <pande.gaurav@tcs.com>
7 years agoUpdated git submodules
Michael Vorburger [Tue, 12 Jul 2016 23:37:41 +0000 (01:37 +0200)]
Updated git submodules

Project: odlparent master 469daef0db9c2fa6c626bd1311ff1aec6e104e75

Intro. Xtend dependencyManagement and Maven plugin

Xtend <http://xtend-lang.org> is already used in ODL's MDSAL project,
and I'd like to start using it in other projects as well (for writing
test code, for now).  In order to keep the version of Xtend used
uniform, and to keep child pom.xml shorter re. the xtend-maven-plugin
configuration, it would thus make sense to have this in the ODL parent.

Change-Id: I8356ef07772d3d487b688b5f6789c23a9b698bd2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>