integration/distribution.git
5 years agoBump versions by x.y.(z+1) 38/71938/1 stable/nitrogen
jenkins-releng [Thu, 10 May 2018 23:34:39 +0000 (23:34 +0000)]
Bump versions by x.y.(z+1)

Change-Id: I7a3b2870ba5c1e5b90bf125efc18612b46486035
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
5 years agoBump to odlparent 2.0.7 83/71383/2
Stephen Kitt [Thu, 26 Apr 2018 09:27:06 +0000 (11:27 +0200)]
Bump to odlparent 2.0.7

Change-Id: Ieaf3b69309c392672612572f6e3e4790e60570d8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoRemove VTN from Nitrogen distribution 30/70630/1
Luis Gomez [Sun, 8 Apr 2018 20:41:50 +0000 (13:41 -0700)]
Remove VTN from Nitrogen distribution

Change-Id: Ia17ca2fdd4dcac5d03f401f7db3862970e638146
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoODLPARENT-142: Don't package mysql-connector-java 58/68858/1
Ryan Goulding [Tue, 27 Feb 2018 21:26:19 +0000 (16:26 -0500)]
ODLPARENT-142: Don't package mysql-connector-java

Heavy handed approach to removing mysql-connector-java artifact from
our distribution.  Karaf includes this artifact for use with its
"jdbc" feature as of [4,5).  However, it is not license friendly
(it is GPL), so we should not ship it as part of our distribution.
Since we prepopulate "system" with all of the necessary jars to
start ODL offline, this approach just deletes the artifact in the
prepare-package phase.  This means that if someone attempts to use
our base distribution w/ "jdbc", then they will get a nasty
error since mysql client classes won't exist.  If they have a use
case that allows GPL licensing, they can always deploy it using an
out of band method (i.e., hot deployment of the artifact, or copying
it into system by hand).

In the future, we should address PAXJDBC-128 as a proper fix.  This
is a stopgap measure for the meantime, since the aforementioned
solution requires a new version of pax-features-jdbc, a new version
of karaf, and a new version of odlparent.

We should additionally release-note this as a known issue with
odlparent's karaf4-parent, since some downstream distributions
likely inherit from odlparent (instead of integration/distribution),
and should be made aware that they need to disclude this file
themselves.

Change-Id: I5126f9ae8cdbe554fbb8a01dcc6af2d8deaa8939
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump versions by x.y.(z+1) 99/68599/1
Thanh Ha [Fri, 23 Feb 2018 21:20:38 +0000 (16:20 -0500)]
Bump versions by x.y.(z+1)

Change-Id: Ib94b2e8b97dd863842b2f7582a6b919eb01b6970
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMove all netconf features to not compatible 44/65844/3
Luis Gomez [Wed, 22 Nov 2017 15:33:36 +0000 (07:33 -0800)]
Move all netconf features to not compatible

This will avoid feature conflict when running -all- test.

Change-Id: If5f4b6f6188cb1d75927eac5a1f66a77cdc18e84
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoBump versions by x.y.(z+1) 70/65970/1
jenkins-releng [Tue, 28 Nov 2017 03:49:04 +0000 (03:49 +0000)]
Bump versions by x.y.(z+1)

Change-Id: I7173e0d4b8b38736f1c710d5fe4ddea1a72e26ff
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
6 years agoFix mdsal dependency in int/dist 29/65129/1
Luis Gomez [Fri, 3 Nov 2017 19:43:46 +0000 (12:43 -0700)]
Fix mdsal dependency in int/dist

mdsal features are imported via feature repo, when we added the
artifact dependency in [1] we broke features-mdsal in int/dist
and controller cluster test as a result.

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

Change-Id: Ia0b544cec0c6fc662125cb01a626b980c28802c7

Change-Id: Ia0fed69886caefd3fec62a781a2954046452a8bb
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoBug 9189: Add missing version feature dependencies 48/63348/8
Vratko Polak [Thu, 26 Oct 2017 13:21:32 +0000 (15:21 +0200)]
Bug 9189: Add missing version feature dependencies

+ Add controller:mdsal-artifacts to artifact-artifacts.

Change-Id: I2f8ef31855af2786d3a872e7c34407ae186b6849
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoRevert "Bug 9307: Split features to avoid incompatiblities" 89/64789/1
Luis Gomez [Fri, 27 Oct 2017 04:27:41 +0000 (04:27 +0000)]
Revert "Bug 9307: Split features to avoid incompatiblities"

This reverts commit 5d85bd0fa14b041c98d224e4c3ead78a2b51fb88.

Change-Id: I03e820ae8fd96bd07ac86cee31354b0da97f920a
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoBug 9307: Split features to avoid incompatiblities 64/64764/2
Vratko Polak [Thu, 26 Oct 2017 14:58:33 +0000 (16:58 +0200)]
Bug 9307: Split features to avoid incompatiblities

Netconf has two implementations of netconf topology service
which can lead to failing SingleFeatureTest if installed together.

Change-Id: I9c80c4dd5c43365d4d46f2b5bf89dd1f0f22f57f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoAdd odl-infrautils-ready to compatible with all 03/64503/1
Jamo Luhrsen [Wed, 18 Oct 2017 23:54:46 +0000 (16:54 -0700)]
Add odl-infrautils-ready to compatible with all

Change-Id: I55f2034dd35efe6636f8e078e0abf642abb1f6d0
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
(cherry picked from commit 4656215e78fe5580fa205b4453d1b9354c32acf0)

Change-Id: Ife4864b772627e4580309ab99512ff8e9925cc64
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoMove Cardinal features to not compatible 56/63956/1
Luis Gomez [Wed, 4 Oct 2017 01:32:37 +0000 (18:32 -0700)]
Move Cardinal features to not compatible

Cardinal brings l2switch which is a non compatible project.

Change-Id: Iec713a7dd329ea1b5b113e754498038f1d35a8b5
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
(cherry picked from commit 730e0c6bea502b72d25babb7a31d3df736a8149b)

6 years agoBug 9060: Add odl-mdsal-trace 73/62773/4
Michael Vorburger [Wed, 6 Sep 2017 14:25:53 +0000 (16:25 +0200)]
Bug 9060: Add odl-mdsal-trace

This is the equivalent of a related similar addition
to the Karaf distribution local to netvirt (which had
a lot of +1...) in c/62403. Because we'd like to be
able to use this debug tool with (RPMs produced from)
full ODL distributions, we need this here as well.

see https://git.opendaylight.org/gerrit/#/c/62403/
and https://git.opendaylight.org/gerrit/#/q/topic:bug/9060

Change-Id: I573072f0a6803885b2188c616560c231d0e23b22
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoAdd bier features to K4 distribution 26/62126/3
Andrej Kilvady [Tue, 22 Aug 2017 07:20:49 +0000 (09:20 +0200)]
Add bier features to K4 distribution

Add bier features to K4 distribution to stable/nitrogen

Change-Id: I9a11cd184294bc0f593c98a4d889bbe817a7858c
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoBump odlparent 2.0.4 to 2.0.5 07/63707/1
Stephen Kitt [Wed, 27 Sep 2017 13:58:58 +0000 (15:58 +0200)]
Bump odlparent 2.0.4 to 2.0.5

Change-Id: I9b75f01cddca3e73bb84170b2308d9fdfb0e91f8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
(cherry picked from commit 068ebbe7f7d163a091937c6b7d70c692f64a4920)

6 years agoBump versions by x.y.(z+1) 56/63556/1
Thanh Ha [Tue, 26 Sep 2017 21:13:08 +0000 (17:13 -0400)]
Bump versions by x.y.(z+1)

Change-Id: I6f9dd63655e30183a117f1d5fc2957bb755e8a55
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoBug 9087 aaa-cli un-commented (with a trick) 24/62724/1
Michael Vorburger [Tue, 5 Sep 2017 19:15:45 +0000 (21:15 +0200)]
Bug 9087 aaa-cli un-commented (with a trick)

Change-Id: If3c5ceb9e4ca8a673db24e2e8e39c5e61c25955e
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBug 9058: Fix version feature source 29/62329/1
Vratko Polak [Fri, 25 Aug 2017 18:44:29 +0000 (20:44 +0200)]
Bug 9058: Fix version feature source

Since karaf 4 generated features are used,
"features" should be replaced by "feature" in file path and name.

Change-Id: I6567ebc4be04ed89b39b98a4a302604b93e1690b
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoBug 9036: Bump forgotten Odlparent versions 07/62207/3
Vratko Polak [Wed, 23 Aug 2017 15:25:20 +0000 (17:25 +0200)]
Bug 9036: Bump forgotten Odlparent versions

Looks like we will not be bumping to 2.0.5,
so two places with 2.0.2 need to be dealt with.

Change-Id: Ice67286bde0b226ccc9db6d5fae34e5e2a9ebf0a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoAdd eman features 70/61770/2
fsandoval [Thu, 10 Aug 2017 19:56:26 +0000 (13:56 -0600)]
Add eman features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/eman/job/eman-validate-autorelease-nitrogen/lastBuild/
2) Features Comply with Guidelines: I dont' know how to find link to
   feature.xml
a) Feature Names: Prefixed with 'odl-' :
   odl-eman odl-eman-ui odl-eman-api
b) Features Descriptions: Present
c) Features Start-Levels: No start-levels on <bundle> elements or
   <feature> elements
3) Features Tested: Features have been tested for functionality with
   Features installed and tested locally per: https://wiki.opendaylight.org/view/Karaf:Step_by_Step_Guide#Prepare_your_feature_for_addition_to_the_integration_project
4) Integration Test Impact - none

Change-Id: I9b617d3405c82e0ca7256e3be07834624efaa61a
Signed-off-by: fsandoval <francisrsandoval@gmail.com>
6 years agoUpdate .gitreview to stable/nitrogen 44/61644/1
Thanh Ha [Mon, 14 Aug 2017 16:23:59 +0000 (12:23 -0400)]
Update .gitreview to stable/nitrogen

Change-Id: I5b31aef5d4ab2885dc08dc0b5195615eb81bc830
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd SNMP to the distribution 47/61547/3
Stephen Kitt [Fri, 11 Aug 2017 14:18:25 +0000 (16:18 +0200)]
Add SNMP to the distribution

Change-Id: I05cc40461eb1af079d087cbefc8c7c2bb8b8d1af
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoAdd FaaS into distribution 55/61555/6
xingjun [Fri, 11 Aug 2017 18:02:25 +0000 (14:02 -0400)]
Add FaaS into distribution

Temporary comment faas features test due to SFT memory errors.

Change-Id: I3f435f047cc821132c60c2c96dc7cf2083ba522b
Signed-off-by: xingjun <xingjun.chu@huawei.com>
6 years agoAdd Groupbasedpolicy to distribution 55/59755/19
Michal Cmarada [Tue, 18 Jul 2017 08:30:47 +0000 (10:30 +0200)]
Add Groupbasedpolicy to distribution

Temporary comment gbp features test due to SFT memory errors.

Change-Id: I4d1d29096b5b9dde63334e01bdc8069f4b175196
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoFix Nitrogen distribution 58/61558/1
Luis Gomez [Fri, 11 Aug 2017 20:05:41 +0000 (22:05 +0200)]
Fix Nitrogen distribution

Comment Alto features due to SFT memory errors

Change-Id: Ib95df3196f51e91a08127ea256366c676f6d01b2
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd nemo karaf4 to distribution 91/61391/3
A H [Wed, 9 Aug 2017 00:12:33 +0000 (17:12 -0700)]
Add nemo karaf4 to distribution

Change-Id: I18e236900089ed3670198193c236c6946d611cfc
Signed-off-by: A H <an.ho@huawei.com>
6 years agoAdd usc to distribution 90/61390/3
A H [Tue, 8 Aug 2017 23:54:27 +0000 (16:54 -0700)]
Add usc to distribution

Change-Id: I6fb76f9d9dfa2ad6fc914bff2855c689b931cc51
Signed-off-by: A H <an.ho@huawei.com>
6 years agoRevert "Remove unimgr from nitrogen distribution" 92/61292/3
Jamo Luhrsen [Mon, 7 Aug 2017 21:54:13 +0000 (21:54 +0000)]
Revert "Remove unimgr from nitrogen distribution"

This reverts commit 8683e538264835e26c1c72c9066f8e63a6a71227.

Change-Id: I7395bb4e18cf5b7938893a6e3fcb7158213fe75b
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
6 years agoAdd of-config to distribution 93/61093/10
wsx25289 [Thu, 3 Aug 2017 09:10:54 +0000 (17:10 +0800)]
Add of-config to distribution

Change-Id: I36b8b9b1182cb911022f9a10e82b0b07837b5d03
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
6 years agoAdd ALTO to Karaf 4 distribution 89/61089/7
Kai Gao [Thu, 3 Aug 2017 08:23:44 +0000 (16:23 +0800)]
Add ALTO to Karaf 4 distribution

Patch set: trigger rebuild after fixing missing config
Patch set: use single features instead of aggregated features
Patch set: recheck

Change-Id: I5927dc9a4771f722d98979e72edfc24720f75b1f
Signed-off-by: Kai Gao <gaok12@mails.tsinghua.edu.cn>
6 years agoBump odlparent 2.0.2 to 2.0.4 63/61363/3
Stephen Kitt [Tue, 8 Aug 2017 16:14:18 +0000 (18:14 +0200)]
Bump odlparent 2.0.2 to 2.0.4

Change-Id: I4ee888c0adfff0cc4b66f379a244911b281a0603
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoRemove NIC single feature 'odl-nic-all' 16/61416/1
Yrineu Rodrigues [Wed, 9 Aug 2017 11:09:54 +0000 (08:09 -0300)]
Remove NIC single feature 'odl-nic-all'

Change-Id: Ibd28c9628d1596e95d0f7011041cecce4a37e28e
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@serro.com>
6 years agoAdd NIC feature to Nitrogen 98/59798/19
Yrineu Rodrigues [Fri, 30 Jun 2017 16:17:33 +0000 (13:17 -0300)]
Add NIC feature to Nitrogen

Change-Id: Icaff35f984996b82a43f5360da6cfc137e2725fc
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@serro.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoAdd Packetcable features to Distribution 00/59800/14
Mufaddal Makati [Fri, 30 Jun 2017 17:42:03 +0000 (11:42 -0600)]
Add Packetcable features to Distribution

Skip test for memory issue features

Change-Id: I04a80461484ad1c4e05fd0be3030a6e16a35b218
Signed-off-by: Mufaddal Makati <m.makati@cablelabs.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoAdd Cardinal to Karaf 4 distribution 68/61068/2
Luis Gomez [Wed, 2 Aug 2017 19:02:33 +0000 (12:02 -0700)]
Add Cardinal to Karaf 4 distribution

Change-Id: I71f52aea6536f42267322d2a6e2a9ff9542f61cd
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoRemove unimgr from nitrogen distribution 50/61050/2
Luis Gomez [Wed, 2 Aug 2017 15:12:29 +0000 (08:12 -0700)]
Remove unimgr from nitrogen distribution

unimgr is still consuming odlparent 1.9.0

Change-Id: I91d312db07ca960b99fefa52aa9a0a8f251c1f3e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoRevert "Add Cardinal to Karaf 4 distribution" 52/61052/2
Luis Gomez [Wed, 2 Aug 2017 15:52:33 +0000 (15:52 +0000)]
Revert "Add Cardinal to Karaf 4 distribution"

This caused issues in distribution build.

This reverts commit 8209cabea07eae86ab3b4ba2358afcb9713ed039.

Change-Id: I7fd90bc1fb4709156fdc4b52e7fda0c1e59aea12
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd Cardinal to Karaf 4 distribution 07/60807/12
Subodh [Thu, 27 Jul 2017 10:17:55 +0000 (15:47 +0530)]
Add Cardinal to Karaf 4 distribution

Change-Id: I844cca67178b21dcbe479059f4ed35d8f6ef337e
Signed-off-by: Subodh <subodh.roy@tcs.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd SFC 34/60634/8
Jaime Caamaño Ruiz [Fri, 21 Jul 2017 09:38:05 +0000 (11:38 +0200)]
Add SFC

Change-Id: I5291439fd52fb84a0381a1c0d9d173fdfb12a1c3
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoRestore compatible netconf features 16/61016/1
Luis Gomez [Wed, 2 Aug 2017 05:13:32 +0000 (22:13 -0700)]
Restore compatible netconf features

Change-Id: I123b1c2cfedcfd591329eec304b328f1147c2986
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd l2switch karaf4 to distribution 26/60926/7
Sai MarapaReddy [Mon, 31 Jul 2017 06:09:48 +0000 (23:09 -0700)]
Add l2switch karaf4 to distribution

Change-Id: I90d418a7dfa5829b9d4b851ad77d1894671f00e2
Signed-off-by: Sai MarapaReddy <sai.marapareddy@gmail.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoAdd OCPplugin to Distribution 02/60802/11
marko [Thu, 27 Jul 2017 07:51:15 +0000 (15:51 +0800)]
Add OCPplugin to Distribution

Change-Id: I5fef81ff71b75b08230174912842dccfe29cb1b7
Signed-off-by: marko <marko.lai@gmail.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoBump forgotten Odlparent versions to 2.0.2 89/60989/1
Vratko Polak [Tue, 1 Aug 2017 13:07:08 +0000 (15:07 +0200)]
Bump forgotten Odlparent versions to 2.0.2

Change-Id: I0062bd74ba1e9790b6a6c84d287e1e50c4151471
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoAdd missing NETCONF features to distribution 76/60976/2
Jakub Morvay [Tue, 1 Aug 2017 10:32:21 +0000 (12:32 +0200)]
Add missing NETCONF features to distribution

This is a follow-up patch to
https://git.opendaylight.org/gerrit/#/c/59607/. This adds missing
NETCONF features to integration/distribution.

Change-Id: Id74d9fa0a7b991251bc9eba60af494bdd7df7052
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
6 years agoAdd Bier to distribution 96/60796/6
Quan Xiong [Thu, 27 Jul 2017 02:20:26 +0000 (10:20 +0800)]
Add Bier to distribution

Change-Id: I76e0b394ea8501c7e295ffb09b5a8d7132bcfa1e
Signed-off-by: Quan Xiong <xiong.quan@zte.com.cn>
6 years agoAdd SNMP4SDN to integration/distribution 52/60852/4
ylhsieh [Fri, 28 Jul 2017 06:03:58 +0000 (14:03 +0800)]
Add SNMP4SDN to integration/distribution

Change-Id: I29df06f9c063c56079351bd8bf8d2123ebb1eb06
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
6 years agoAdd unimgr into distribution 18/60818/3
Donald Hunter [Thu, 27 Jul 2017 15:27:19 +0000 (11:27 -0400)]
Add unimgr into distribution

Change-Id: I467705a82a12a55a01ef084feec6ab4b06208340
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoAdd VBD to distribution 39/59739/13
Michal Cmarada [Fri, 30 Jun 2017 08:33:03 +0000 (10:33 +0200)]
Add VBD to distribution

Change-Id: I1bf7422f7905fcb04becc18aa0310fc52229e924
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoAdd NETCONF to integration/distribution 07/59607/10
Jakub Morvay [Wed, 28 Jun 2017 09:58:45 +0000 (11:58 +0200)]
Add NETCONF to integration/distribution

This adds NETCONF project top-level to integration/distribution.

Change-Id: I43727b3fab0e7068f6a69f12b4ca86f1b6412dcd
Signed-off-by: Jakub Morvay <jmorvay@cisco.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoRevert "Temporary remove neutron from K4 distro" 00/60800/2
Isaku Yamahata [Thu, 27 Jul 2017 06:13:48 +0000 (23:13 -0700)]
Revert "Temporary remove neutron from K4 distro"

This reverts commit dd34852b73abbf125109d6d3ad5789605a1cb5f4.

Change-Id: I192e5d2efde585b69a2bd6991a83bc9e8b47c93a
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoAdd VTN Karaf4 Features 61/60261/5
gvrangan [Wed, 12 Jul 2017 20:11:20 +0000 (01:41 +0530)]
Add VTN Karaf4 Features

Change-Id: Ifa97d6df2bad0eb03887ac23caf44bcba1238577
Signed-off-by: gvrangan <venkatrangang@hcl.com>
6 years agoAdd Daexim 82/60282/3
Michael Vorburger [Thu, 13 Jul 2017 10:41:50 +0000 (16:11 +0530)]
Add Daexim

https://wiki.opendaylight.org/view/Karaf_4_migration#Step_8:_add_your_karaf_4_features_to_distribution

I've done the following validation locally to test that it seems OK:

karaf/target/assembly/bin/karaf

opendaylight-user@root>diag
opendaylight-user@root>feature:install odl-daexim-all
opendaylight-user@root>diag
opendaylight-user@root>bundle:list | grep daexim
216 | Active | 80 | 1.2.0.SNAPSHOT | daexim-akka-infoprovider-impl
217 | Active | 80 | 1.2.0.SNAPSHOT | daexim-impl
218 | Active | 80 | 1.2.0.SNAPSHOT | daexim-model
219 | Active | 80 | 1.2.0.SNAPSHOT | daexim-spi
315 | Active | 80 | 0 | ... wrap_file__daexim-impl-1.2.0-SNAPSHOT.cfg

Change-Id: Ibbedf7605a6c7c1e40d979fbaed56d673129ec03
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoAdd LISP Flow Mapping to Karaf 4 distribution 09/59709/7
Lorand Jakab [Wed, 7 Jun 2017 09:53:22 +0000 (12:53 +0300)]
Add LISP Flow Mapping to Karaf 4 distribution

Change-Id: Ibdf212e5a340af1ed2347d4e858b596cf05f02bc
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoUpgrade to odlparent 2.0.2 42/60142/2
Stephen Kitt [Mon, 10 Jul 2017 15:17:10 +0000 (17:17 +0200)]
Upgrade to odlparent 2.0.2

Change-Id: I2bdf9d4a316b5de89c1d58600bf3234cec2e66d9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoAdd tox dir to gitignore 69/60169/2
Daniel Farrell [Mon, 10 Jul 2017 22:09:49 +0000 (18:09 -0400)]
Add tox dir to gitignore

Change-Id: Ib279d6c9a4118eb38da3b4b5bbbd1e0a5ba25069
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoImprove Coala linting, add section stubs/ignores 68/60168/1
Daniel Farrell [Mon, 10 Jul 2017 22:05:52 +0000 (18:05 -0400)]
Improve Coala linting, add section stubs/ignores

* Setup proper ignore inheritance with generic rules
* Ignore target dir, causing failures after building a distro
* Remove Python section as there's no Python code
* Add shell, spacing and XML sections but disable until errors fixed

Change-Id: I419abd5d992a1638757399c8c6076a9b309aa323
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
6 years agoAdd COE to integration/distribution 58/59858/4
Faseela K [Mon, 3 Jul 2017 09:23:36 +0000 (14:53 +0530)]
Add COE to integration/distribution

Change-Id: I8caf262c231334be8de68905d33a773b5c72f4d4
Signed-off-by: Faseela K <faseela.k@ericsson.com>
6 years agoAdd Dlux and DluxApps to Nitrogen 84/59884/3
Daniel Malachovsky [Mon, 3 Jul 2017 14:04:53 +0000 (16:04 +0200)]
Add Dlux and DluxApps to Nitrogen

Change-Id: I56adc4533d05be545689c5ed09fc8179b4eb73ab
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
6 years agoTemporary remove neutron from K4 distribution 05/59905/1
Luis Gomez [Mon, 3 Jul 2017 21:46:03 +0000 (14:46 -0700)]
Temporary remove neutron from K4 distribution

Neutron features bring netconf connector features and these
have still issues with K4 SFT (server unhealthy).

See https://bugs.opendaylight.org/show_bug.cgi?id=7891

Change-Id: Iad79ef22edc9363928a8ea14613a8309a0451f47
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd Topoprocessing karaf4 features to distribution 62/59762/6
Andrej Záň [Fri, 30 Jun 2017 11:58:29 +0000 (13:58 +0200)]
Add Topoprocessing karaf4 features to distribution

Change-Id: Id9e8b559fadc65c53114f1d05fcef1432d1094e7
Signed-off-by: Andrej Záň <andrej.zan@pantheon.tech>
6 years agoAdd TTP feature to Nitrogen 38/59638/2
Colin Dixon [Fri, 30 Jun 2017 15:58:13 +0000 (11:58 -0400)]
Add TTP feature to Nitrogen

Change-Id: Iec320eab6ca560b325eff07e9c8a9b29ba5468e9
Signed-off-by: Colin Dixon <colin@colindixon.com>
6 years agoAdd SXP karaf4 features to distribution 81/59781/2
Michal Rehak [Fri, 30 Jun 2017 13:30:17 +0000 (15:30 +0200)]
Add SXP karaf4 features to distribution

Change-Id: I88624867985a45ae2ff28599d7ea027cdc625deb
Signed-off-by: Michal Rehak <mirehak@cisco.com>
6 years agoAdd Bgpcep feature to Distribution 29/59729/2
Andrej Kilvady [Fri, 30 Jun 2017 07:37:04 +0000 (09:37 +0200)]
Add Bgpcep feature to Distribution

Change-Id: I396e3cd2fc01307a63e77e54e4f0b3bbe12fb553
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
6 years agoAdd netvirt karaf4 features 32/59732/2
Vishal Thapar [Fri, 30 Jun 2017 08:08:03 +0000 (13:38 +0530)]
Add netvirt karaf4 features

Change-Id: I6d05ab01acdfbc5d35534d9a05b2833fac20baf8
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoAdd genius and dependencies 07/59707/3
Vishal Thapar [Thu, 29 Jun 2017 18:30:26 +0000 (00:00 +0530)]
Add genius and dependencies

This adds Genius, Openflowplugin and Infrautils.

Change-Id: Id1fb27330ad75619485d0d01b0a3c50e341d9acf
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoneutron: add neutron karaf4 feature 81/58981/9
Isaku Yamahata [Wed, 14 Jun 2017 21:06:49 +0000 (14:06 -0700)]
neutron: add neutron karaf4 feature

Change-Id: I49956aa4b6841c69923cb2646a036627f2320ec0
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
6 years agoAdd OVSDB 96/59596/4
Vishal Thapar [Wed, 28 Jun 2017 06:58:41 +0000 (12:28 +0530)]
Add OVSDB

Change-Id: Ia6b1e0ecb5e3922a04c07f5b14fb554f2c9a73d4
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
6 years agoAdd offset 0 projects 03/59303/7
Vratko Polak [Tue, 27 Jun 2017 16:26:30 +0000 (18:26 +0200)]
Add offset 0 projects

If a version is imported from {project} artifacts,
do not specify it in other artifact/upstream/ directory.

Change-Id: I6bfdf1dc2ae67361239dd5e3eda257f21330796f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoMigrate to odlparent 2.0.0 65/59265/13
Vratko Polak [Thu, 22 Jun 2017 08:17:21 +0000 (10:17 +0200)]
Migrate to odlparent 2.0.0

In order to depend on fewer things,
most projects are temporarily removed.

What remains: distribution-version and restconf.

Change-Id: Ie3ca3ff097d46c7622571f3056cfae3859e6d45f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Signed-off-by: Robert Varga <nite@hq.sk>
6 years agoApply multiple edits to remove Karaf 3 20/58820/4
Vratko Polak [Tue, 13 Jun 2017 12:54:53 +0000 (14:54 +0200)]
Apply multiple edits to remove Karaf 3

This is a combination of 3 commits.
The first commit's message is:

Bug 8625: Karaf 4 restricted to offset 0

https://git.opendaylight.org/gerrit/#/c/58538/3

Bug 8625: Move Karaf 3 to non-default aggregator

This way autorelease can keep building Karaf 4 compatible projects only,
while Int/Dist merge job can be configured to build also Karaf 3.

This would need support from Releng/Builder to work that way.

https://git.opendaylight.org/gerrit/#/c/58539/3

This is the 4th commit message:

Remove Karaf 3 completely

https://git.opendaylight.org/gerrit/#/c/58541/3

Change-Id: I37f3f6d27b223068eda9c761ca781ec38aef263c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
6 years agoMigrate to odlparent 1.9.0 96/58896/4
Thanh Ha [Tue, 13 Jun 2017 20:55:23 +0000 (16:55 -0400)]
Migrate to odlparent 1.9.0

Also remove bgpcep from K3 distro as it has issues in this version.

Change-Id: Idf46a3c9c9fa99b8926e5f1788659263a33c1727
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoMigrate to odlparent 1.8.0-Carbon 47/58747/4
Thanh Ha [Mon, 12 Jun 2017 15:24:15 +0000 (11:24 -0400)]
Migrate to odlparent 1.8.0-Carbon

Also fix coala and requests version.

Per request of odlparent project we are downgrading all Nitrogen
projects to use the released odlparent 1.8.0-Carbon to allow for the
odlparent project to start performing semver style releases.

Change-Id: I3c9274af0c6e7bc926b1d2a104c9cc1c73614ee8
Jira: RELENG-159
RT: 41406
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoRemove UNIMgr b/c of compilation failures 03/57703/1
Colin Dixon [Tue, 23 May 2017 14:38:06 +0000 (10:38 -0400)]
Remove UNIMgr b/c of compilation failures

Change-Id: Ie425b6abbd3e6a2d89267db8d46f493dc15d3023
Signed-off-by: Colin Dixon <colin@colindixon.com>
6 years agoRemove unimgr from distribution 55/57655/4
Luis Gomez [Tue, 23 May 2017 01:44:23 +0000 (18:44 -0700)]
Remove unimgr from distribution

unimgr merge job is failing and it is blocking distribution check.
btw address coala version issue.

Failed merge job is blocking distribution-check.

Change-Id: I9c63845dc7728c13b5499ac87205c72e7a870739
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoAdd k4 progress from Carbon to Nitrogen 90/56990/2
Luis Gomez [Sat, 13 May 2017 01:15:29 +0000 (18:15 -0700)]
Add k4 progress from Carbon to Nitrogen

Change-Id: Ia41f58e5b7aadbeefa6cb52860fffcc76f81ac14
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
6 years agoBUG-6801: Remove deprecated bgpcep *-all features 79/57279/1
Claudio D. Gasparini [Mon, 15 May 2017 08:44:08 +0000 (10:44 +0200)]
BUG-6801:  Remove deprecated bgpcep *-all features

Remove deprecated bgpcep *-all features

Change-Id: I68d4a3325465063d7e760d8bbd94ad78be2682b7
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech>
6 years agoRemove SNMP4SDN from Nitrogen distribution 39/56739/2
Luis Gomez [Tue, 9 May 2017 17:27:42 +0000 (10:27 -0700)]
Remove SNMP4SDN from Nitrogen distribution

It is blocking distribution-check. See bug-8409.

Change-Id: If54e9c76798d45b191eb1fd71f7fd4da2175911b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoBUG 8304: Remove lisp from feature 4 test 30/56030/2
Luis Gomez [Wed, 26 Apr 2017 00:22:28 +0000 (17:22 -0700)]
BUG 8304: Remove lisp from feature 4 test

Change-Id: If267301b2a6d5f2002292a3d1d169328423919b1
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoAdd Karaf 4 features for lispflowmapping 82/55882/2
Lorand Jakab [Mon, 24 Apr 2017 08:08:34 +0000 (11:08 +0300)]
Add Karaf 4 features for lispflowmapping

Change-Id: I2b5db6fd97f44ae2e69d8e061bb4956ed0d642e1
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
7 years agoDeprecate legacy netvirt features 83/55083/1
Sam Hague [Sat, 15 Apr 2017 10:54:00 +0000 (06:54 -0400)]
Deprecate legacy netvirt features

Change-Id: Idc24e769f8942dda5883ee5a3b40d154101e9f97
Signed-off-by: Sam Hague <shague@redhat.com>
7 years agoRemove capwap from nitrogen distribution 07/55007/1
Luis Gomez [Thu, 13 Apr 2017 19:30:43 +0000 (12:30 -0700)]
Remove capwap from nitrogen distribution

They are not part of SR anymore.

Change-Id: I2caa31c8b72049b8b34b390b35c46365f70137e1
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoBump versions by x.(y+1).z for next dev cycle 00/54700/1
Anil Belur [Tue, 11 Apr 2017 01:45:38 +0000 (11:45 +1000)]
Bump versions by x.(y+1).z for next dev cycle

Change-Id: I19c07e3519a1355012749df409b8938f591deb2d
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agobin/aaa-cli-jar.jar without version number 88/54388/1
Michael Vorburger [Wed, 5 Apr 2017 21:30:19 +0000 (23:30 +0200)]
bin/aaa-cli-jar.jar without version number

as requested on https://github.com/dfarrell07/puppet-opendaylight/pull/140

Change-Id: Ifdb3e87cee4cb80f0c753ead620077cbf98af0f8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
7 years agoRemove mentions of projects not in release 86/53986/2
Vratko Polak [Tue, 28 Mar 2017 14:54:59 +0000 (16:54 +0200)]
Remove mentions of projects not in release

Change-Id: I244745ca19cd17b3ef395c8e3575e1af940ce0f2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoActivate coala checking of comit messages 31/54031/1
Vratko Polak [Wed, 29 Mar 2017 12:16:40 +0000 (14:16 +0200)]
Activate coala checking of comit messages

Almost exact copy from current Integration/Test.

Change-Id: Ibfcf7b102b85951e42836a49874a85d80acd8159
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoAdd Restconf to Karaf 4 distribution 58/53258/4
Vratko Polak [Tue, 14 Mar 2017 09:25:00 +0000 (10:25 +0100)]
Add Restconf to Karaf 4 distribution

Netconf is still kept commented out.

Change-Id: I8d006a3ef29f69ca8efdb5e50273db89ce2f1618
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoUse iotdmcsitdist repository instead of onem2mall-features 08/53608/2
Tomas Janciga [Tue, 21 Mar 2017 12:49:26 +0000 (05:49 -0700)]
Use iotdmcsitdist repository instead of onem2mall-features

Change feature repository used for IoTDM

Change-Id: Iba979ba33f08547191e84a453f27b7c20f43ab01
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
7 years agoRemove snbi from Carbon 21/53421/2
Thanh Ha [Thu, 16 Mar 2017 18:16:04 +0000 (14:16 -0400)]
Remove snbi from Carbon

Per TSC meeting on 2017-03-16 snbi is not participating in the Carbon
SimRel so remove them from the distribution.

https://meetings.opendaylight.org/opendaylight-meeting
/2017/tsc/opendaylight-meeting-tsc.2017-03-16-17.00.html

Change-Id: I21a210805c5da734bc1e5a5d11bfa1cfaecb9111
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRemove natapp from Carbon 20/53420/1
Thanh Ha [Thu, 16 Mar 2017 18:13:44 +0000 (14:13 -0400)]
Remove natapp from Carbon

Per TSC meeting on 2017-03-16 natapp is not participating in the Carbon
SimRel so we need to remove them from the distribution.

https://meetings.opendaylight.org/opendaylight-meeting
/2017/tsc/opendaylight-meeting-tsc.2017-03-16-17.00.html

Change-Id: I4239408132c668de8f8bdde01bb750b44acfc076
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRemove odl-ttp-all feature 65/53165/2
Colin Dixon [Fri, 10 Mar 2017 19:54:38 +0000 (13:54 -0600)]
Remove odl-ttp-all feature

Change-Id: Idfa587ecccc7e2d5664893759056566235ef0733
Signed-off-by: Colin Dixon <colin@colindixon.com>
7 years agoKaraf4 features and distribution 62/51762/13
Vratko Polak [Fri, 3 Mar 2017 13:03:14 +0000 (14:03 +0100)]
Karaf4 features and distribution

+ upstream-artifact split to multiple files depending on type.
+ Version properties moved to a parent pom separate from aggregators.
+ Added TODOs to remind only atrifact-artifacts should be referred to ideally.
+ distribution-artifact still contains all types in one file.
+ Karaf 4 features added, both distribution and some upstream.
+ features/ split to singles/ and repos/.
+ odl-restconf and odl-netconf-mdsal are the only upstream Karaf 4 features (compatible).
+ Additionaly features4-netconf-connector added (user-facing features are incompatible).
+ features3-distribution as artifactId for the Karaf 3 distribution feature repo.
*+ Karaf 4 feature repos do not contain "integration" in artifactId.
*+ So othe Karaf 3 feature repos kept their artifactId, no releng change needed.
- The generated features-index descriptor lists single features (very ugly).
+ Karaf 3 related directories contain "3", Karaf 4 ones do not contain number.
*- Except distribution-karaf to not confuse releng, it will be deleted soon anyway.
+ distribution:karaf is the artifact creating Karaf 4 distribution.
*+ New content for org.ops4j.pax.url.mvn.cfg with minimal changes (to work offline) from default.
*- Other resources duplicated without any change.
*- aaa-cli-jar had to be commented out for the build to succeed.
+ ${project.*} used whenever possible (except in parent poms of course).
+ Modules named "all" listed last in aggregator (as if the order mattered).
+ Descriptions and comments improved.
+ Pom <project> atributes in separate lines.
+ Some copypastas from previous Changes fixed.

Change-Id: Ifed7d811e4f049e90f4a8cfa759ab2f67ae51f5b
Signed-off-by: Vratko Polak <vratko.polak@gmail.com>
7 years agoAdd back tsdr feature in feature-test 07/52907/1
YuLing Chen [Mon, 6 Mar 2017 20:06:56 +0000 (12:06 -0800)]
Add back tsdr feature in feature-test

Change-Id: Ie47524923e37da95a673ab4f06e6598fb9d592bf
Signed-off-by: YuLing Chen <yulingchen54@gmail.com>
7 years agoAdd missing <name> fields for pom.xml files 04/52704/1
Thanh Ha [Fri, 3 Mar 2017 01:54:35 +0000 (20:54 -0500)]
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: Ic567c30f2b9d5bbba2bcfb9e2ed80d8400c5d949
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoadd federation feature to distribution 21/52621/2
Tali [Thu, 2 Mar 2017 08:35:52 +0000 (10:35 +0200)]
add federation feature to distribution

Change-Id: I39cc63897c52e4fa6dfb91ca514b80241da8ce0d
Signed-off-by: Tali <tali.ben-meir@hpe.com>
7 years agoAdd lacp-ui back to features test 64/52264/2
Jamo Luhrsen [Fri, 24 Feb 2017 19:10:06 +0000 (11:10 -0800)]
Add lacp-ui back to features test

initially it was removed because it brought in the old openflowplugin and that
was in conflict with the default openflowplugin. it would not work, and we would
see BindExceptions in the log

this patch fixed it for lacp:
  https://git.opendaylight.org/gerrit/#/c/32983/

Change-Id: I83be81f58a11ae47f3b9057bc729f60d0f0d742a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoRemove odl-aaa-authn feature 24/52424/2
Mohamed El-Serngawy [Tue, 28 Feb 2017 22:06:13 +0000 (17:06 -0500)]
Remove odl-aaa-authn feature

odl-aaa-authn feature will be merged with
odl-aaa-shiro feature as it could not be
a depneded feature by itself.

Change-Id: I58be6b6568d15ce6a98d9720eb55f6329ad4b439
Signed-off-by: Mohamed El-Serngawy <melserngawy@inocybe.com>
7 years agoAdd LACP back to carbon distro 31/52231/3
Jamo Luhrsen [Fri, 24 Feb 2017 05:06:00 +0000 (21:06 -0800)]
Add LACP back to carbon distro

reference email:

  https://lists.opendaylight.org/pipermail/lacp-dev/2017-February/000168.html

Change-Id: If7aeec75470fddeb6c7cc98a4b8e47377a3eccad
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoImprove Karaf3 features before Karaf4 migration 50/51750/6
Vratko Polak [Tue, 14 Feb 2017 11:55:57 +0000 (12:55 +0100)]
Improve Karaf3 features before Karaf4 migration

+ Feature artifacts inherit from odlparent:features-parent now.
*+ src/main/features/ instead of src/main/resources/.
*+ {{VERSION}} instead of version properties.
*+ No explifit versions for feature dependencies.
+ Use artifact poms: upstream, distribution and all.
*+ Only upstream artifact pom has version properties.
*+ The version properties have simpler names.
+ Removed superfluous maven-bundle-plugin configuration from Version pom.
+ TODOs to rename feature artifactIds.
- No TODOs to use org.opendaylight.integration.distribution
+ General comment line improvements.
+ Added missing licences.
+ Update copyright years on files where edits were significant.
+ Each POM uses parent from Odlparent (instead inheriting from aggregators).
+ Add log.txt to .gitignore

Change-Id: I8d4ce2ba40674138cdefdedc3bc81f3bce907ac7
Signed-off-by: Vratko Polak <vratko.polak@gmail.com>
7 years agoRemove x5 inactive projects (atrium centinel yang-push usecplugin lacp) 16/51816/1
Michael Vorburger [Mon, 13 Feb 2017 19:51:24 +0000 (20:51 +0100)]
Remove x5 inactive projects (atrium centinel yang-push usecplugin lacp)

as discused during the Kernel Call on Feb 7th,
because the projects have not replied to this request in weeks:
https://git.opendaylight.org/gerrit/#/q/topic:bug/7662
including to direct emails from rel. mgr. An Ho

see also https://lists.opendaylight.org/pipermail/tsc/2017-February/006634.html

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