integration/distribution.git
8 years agoFixed all feature installation problems for DIDM.Hence uncommented the didm features... 70/29570/7
Anandhi [Wed, 11 Nov 2015 22:19:50 +0000 (14:19 -0800)]
Fixed all feature installation problems for DIDM.Hence uncommented the didm features from integration and renamed them as needed.
Added required config files to DIDM project
Modified didm artifacts to reflect the right artifact for didm-identification
Added required dependencies in feature pom for didm-identification bundle

Change-Id: I311e118557402a5c3f0b85f7f46a4d342b453fb4
Signed-off-by: Anandhi <anandhi.manikantan@hpe.com>
8 years agoAdding NetIDE features 10/29310/3
aleckey [Thu, 5 Nov 2015 13:57:04 +0000 (13:57 +0000)]
Adding NetIDE features

1) Feature Tests Pass:
https://jenkins.opendaylight.org/releng/view/netide/job/netide-merge-beryllium/67/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=netide.git;a=blob;f=features/src/main/resources/features.xml
    a) Feature Names: Prefixed with 'odl-' : odl-netide-rest
    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
    a) feature:install odl-netide-rest
    b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none

Change-Id: I8cd7657099df166534ab0ee3c41dce947239e7d2
Signed-off-by: aleckey <alexander.j.leckey@intel.com>
8 years agoUse dsbenchmark from controller instead of coretutorials 05/29505/4
Vratko Polak [Tue, 10 Nov 2015 16:04:06 +0000 (17:04 +0100)]
Use dsbenchmark from controller instead of coretutorials

Change-Id: Ifd09b1066377ca81dba07bf1f6b7234ef928b587
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoRemoving faas features from integration distribution test 87/29687/1
Luis Gomez [Fri, 13 Nov 2015 21:30:35 +0000 (13:30 -0800)]
Removing faas features from integration distribution test

They are failing the distribution build.

Change-Id: I03bf2d0be3995af2c87575d0166524c88454ec53
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoRemove BGP features test from distribution 70/29470/2
Luis Gomez [Mon, 9 Nov 2015 21:50:31 +0000 (13:50 -0800)]
Remove BGP features test from distribution

They are failing the csit -all- jobs.

Change-Id: I9b9ee2d0ac5176283741f3e3087cc077ef673c03
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoAdding centinel features - new patch 90/29290/2
ShreshthaJoshi [Thu, 5 Nov 2015 08:53:18 +0000 (14:23 +0530)]
Adding centinel features - new patch

Change-Id: Ic9ede9fb2cd69bac095d2e5dab7ee2d0d2e3a667
Signed-off-by: ShreshthaJoshi <shreshtha.joshi@tcs.com>
8 years agoAdded odl-groupbasedpolicy-neutronmapper, odl-groupbasedpolicy-ui 84/29284/1
Keith Burns (alagalah) [Thu, 5 Nov 2015 00:11:08 +0000 (16:11 -0800)]
Added odl-groupbasedpolicy-neutronmapper, odl-groupbasedpolicy-ui

Change-Id: Ic5cbf4d8bdecc344d6e303dd3b72ecd21304b352
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
8 years agoRemove AD-SAL features 74/29274/1
Luis Gomez [Wed, 4 Nov 2015 22:34:41 +0000 (14:34 -0800)]
Remove AD-SAL features

They are deprecated and failing the integration build test

Change-Id: I6a4240ac234fd9b5f018db0782754ecf91b1337e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoCluster configuration script should copy initial configuration files. 65/29165/2
Shaleen Saxena [Mon, 2 Nov 2015 21:21:34 +0000 (16:21 -0500)]
Cluster configuration script should copy initial configuration files.

The current version of configure_cluster.sh script needs the odl-mdsal-clustering
feature to be pre-configured, so that the configuration/initial/ directory has
the necessary cluster config files.

This fix will copy the initial configuration files, if they do not exist
currently. Also, I fixed two other issues:
 - The script failed to run if it was executed in the bin directory.
 - Some lines had tabs instead of spaces.

Change-Id: Iee27a37ef681831bd4c3f8496694c52bdc1613e0
Signed-off-by: Shaleen Saxena <ssaxena@brocade.com>
8 years agoRemove odl-topoprocessing-link-computation feature 75/29175/1
Andrej Záň [Tue, 3 Nov 2015 08:35:18 +0000 (09:35 +0100)]
Remove odl-topoprocessing-link-computation feature

Change-Id: Ia0a3a03e508cee6ceffeb93053cb4ee80ecab4d6
Signed-off-by: Andrej Záň <andrej.zan@pantheon.sk>
8 years agoRemove message4transport, didm and topoprocess-link-computation features 89/28989/6
Luis Gomez [Fri, 30 Oct 2015 00:04:07 +0000 (17:04 -0700)]
Remove message4transport, didm and topoprocess-link-computation features

The first generate a server unhealthy exception
The second has dependency issues
The third has dependency issues

Change-Id: I4ce9c840ea09cca0061bf1091fe4fad0af40482e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoScript to configure cluster params on local ODL installation. 60/28860/1
Shaleen Saxena [Wed, 28 Oct 2015 01:57:16 +0000 (21:57 -0400)]
Script to configure cluster params on local ODL installation.

The new script will configure hostname, seed node, etc. in the akka.conf
and modules-shards.conf files. Run the script without params to get the
usage.

Usage: bin/configure_cluster.sh <index> <seed_nodes_list>
 - index: Integer within 1..N, where N is the number of seed nodes.
 - seed_nodes_list: List of seed nodes, separated by comma or space.

The address at the provided index should belong this controller.
When running this script on multiple seed nodes, keep the
seed_node_list same, and vary the index from 1 through N.

Change-Id: Id6b3009a774d6b80896f90a30c6fbd9f4807eaa8
Signed-off-by: Shaleen Saxena <ssaxena@brocade.com>
8 years agoAdding ofextensions/circuitsw features 65/28565/4
Aneesha Pailla [Mon, 19 Oct 2015 17:48:33 +0000 (10:48 -0700)]
Adding ofextensions/circuitsw features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/circuitsw-merge-beryllium/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=ofextensions/circuitsw.git;a=blob;f=features/src/main/features/features.xml
        a) Feature Names: Prefixed with 'odl-' : odl-circuitsw-switch, odl-circuitsw-switch-ui, odl-circuitsw-switch-rest
        b) Feature Descriptions: Present
        c) Features Start-Levels: N/A
3) Features Tested: Features have been tested for functionality with
        a) feature:install odl-circuitsw-switch odl-circuitsw-switch-rest odl-circuitsw-switch-ui
        b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - None

Change-Id: I6c95f9b337d1e73c3e7a5e1a3ceadd7221d84859
Signed-off-by: Aneesha Pailla <apailla@calient.net>
8 years agoRemove ADSAL dependent features from the test repository 28/28628/4
Luis Gomez [Wed, 21 Oct 2015 01:41:01 +0000 (18:41 -0700)]
Remove ADSAL dependent features from the test repository

They generate delays and memory errors in the SingleFeature test
while they are already deprecated.

On the other hand we cannot remove them from the index repository
because VTN people are currently writing system test and they need
a distribution to verify it.

We will get rid of all ADSAL definitions by M4 offset 2, when VTN
will have their new features migrated to MDSAL.

Change-Id: Id922775a6a37c180e778b552bc24ab6d2d45c390
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoAdding FaaS features into Integration repo 65/28465/4
chuxingjun [Thu, 15 Oct 2015 19:30:32 +0000 (15:30 -0400)]
Adding FaaS features into Integration repo

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/faas/job/faas-merge-beryllium/11/

2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=faas.git;a=blob;f=features/src/main/features/features.xml

    a) Feature Names: odl-faas-all

    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

    a) feature:repo-add mvn:org.opendaylight.integration/features-integration-test/0.4.0.SNAPSHOT/xml/features
    b) feature:install odl-integration-compatible-with-all
    c) feature:install odl-faas-all

4) Integration Test Impact: None

Change-Id: Ib9c61f2844c2cba08837cfd47eb75a54f3bf3df2
Signed-off-by: chuxingjun <xingjun.chu@huawei.com>
8 years agoAdding UniMgr feature 58/28658/2
adetalhouet [Wed, 21 Oct 2015 16:53:43 +0000 (12:53 -0400)]
Adding UniMgr feature

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/unimgr/job/unimgr-merge-beryllium/

2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=unimgr.git;a=blob;f=features/src/main/features/features.xml;h=41026ead2607c4be5339b25680df257dcf8dba29;hb=HEAD
a) Feature Names: odl-unimgr
b) Features Descriptions: Present
c) Features Start-Levels: N/A

3) Features Tested: Features have been tested for functionality with
a) feature:install odl-unimgr
b) feature:install odl-unimgr odl-integration-compatible-with-all

4) Integration Test Impact: N/A

Change-Id: I423b91ed2607c0661ab20f9ca05fdf8bbd145885
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoAdding messaging4transport features. 71/28471/5
Pradeeban Kathiravelu [Thu, 15 Oct 2015 21:23:28 +0000 (22:23 +0100)]
Adding messaging4transport features.

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/messaging4transport/job/messaging4transport-merge-beryllium/18/

2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=messaging4transport.git;a=blob;f=features/src/main/features/features.xml

a) Feature Names: odl-messaging4transport-api  odl-messaging4transport

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
a) feature:install odl-messaging4transport-api  odl-messaging4transport
b) feature:install odl-integration-compatible-with-all

4) Integration Test Impact: None

Change-Id: I930b9ef7b12480871a28a1b1ccb38e18563af3ac
Signed-off-by: Pradeeban Kathiravelu <kk.pradeeban@gmail.com>
8 years agoAdding features: odl-didm-hp3800 to integration bundle. 78/27778/9
Anandhi Manikantan [Fri, 2 Oct 2015 00:11:37 +0000 (17:11 -0700)]
Adding features: odl-didm-hp3800 to integration bundle.
Tested and verified that the integration test cases are passed with latest config file changes in didm project for hp-3800-impl

1) Feature Tests Pass:  https://jenkins.opendaylight.org/releng/job/didm-merge-beryllium/33/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=didm.git;a=blob;f=features/src/main/features/features.xml
        a) Feature Names: Prefixed with 'odl-' : odl-didm-hp3800
        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
        a) feature:install  odl-didm-hp3800
        b) feature:install  odl-didm-hp3800, odl-integration-compatible-with-all
4) Integration Test Impact - none.

Change-Id: I481e6ababcaa6784af33fcad0245cf2ea2841f93
Signed-off-by: Anandhi Manikantan <anandhi.manikantan@hpe.com>
8 years agoBug-2230: RSVP plugin integration 59/28559/1
Claudio D. Gasparini [Mon, 19 Oct 2015 14:34:34 +0000 (16:34 +0200)]
Bug-2230: RSVP plugin integration

-integrate RSVP with ODL karaf distribution
-added "odl-bgppcep-rsvp" feature

Change-Id: I576d01f850bc5076afd73eb75cf040751dd72e66
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
8 years ago1) Feature Tests Pass:https://jenkins.opendaylight.org/releng/job/tsdr-merge-berylliu... 28/28528/2
YuLing Chen [Fri, 16 Oct 2015 23:27:13 +0000 (16:27 -0700)]
1) Feature Tests Pass:https://jenkins.opendaylight.org/releng/job/tsdr-merge-beryllium/org.opendaylight.tsdr$features-tsdr/72/testReport/
2) Features Comply with Guidelines: https://github.com/opendaylight/tsdr/blob/master/features/src/main/resources/features.xml
  a) Feature Names: odl-tsdr-h2-all
  b) Features Descriptions: Present
  c) Features Start-Levels: None
3) Features Tested: Features have been tested for functionality with
  a) feature:instll odl-tsdr-h2-all
4) Integration Test Impact: None

Change-Id: I3cd45d6173c0f1a72e905b7aeb28b82fc7f4c433
Signed-off-by: YuLing Chen <yuling_c@dell.com>
8 years agoFix Armoury version 19/28519/3
adetalhouet [Fri, 16 Oct 2015 19:02:22 +0000 (15:02 -0400)]
Fix Armoury version

This modification was done here: https://git.opendaylight.org/gerrit/#/c/28518/

Change-Id: I9b6aabd10846cb8342df815f8151ba5da60d8ed2
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoAdding alto features 29/28429/4
Gao Kai [Thu, 15 Oct 2015 00:44:45 +0000 (08:44 +0800)]
Adding alto features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/alto-verify-beryllium/37/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=alto.git;a=blob;f=alto-release-features/src/main/features/features.xml
a) Feature Names: Prefixed with 'odl-' : odl-alto-realease
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
a) feature:install odl-alto-release
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none

Patch Set 3: trigger another build

Change-Id: I3b92e293e819e0cce9de874d7ed8e0ba1bfed8b1
Signed-off-by: Gao Kai <gaok12@mails.tsinghua.edu.cn>
8 years agoAdding armoury feature 68/28468/3
adetalhouet [Thu, 15 Oct 2015 20:00:54 +0000 (16:00 -0400)]
Adding armoury feature

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/armoury/job/armoury-merge-beryllium/

2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=armoury.git;a=blob;f=features/src/main/features/features.xml;h=dbcccd7b51392c2d9b31c464356bb4e2f1fb1046;hb=HEAD
a) Feature Names: odl-armoury-workloadmanager
b) Features Descriptions: Present
c) Features Start-Levels: N/A

3) Features Tested: Features have been tested for functionality with
a) feature:install odl-armoury-workloadmanager
b) feature:install odl-armoury-workloadmanager odl-integration-compatible-with-all

4) Integration Test Impact: N/A

Change-Id: I4dd6bdb8dda0da805605cef5e244d97b619a54b6
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoAdding library, netvirt-sfc, southbound, hwvtedpsouthbound features 99/28399/5
adetalhouet [Wed, 14 Oct 2015 15:04:03 +0000 (11:04 -0400)]
Adding library, netvirt-sfc, southbound, hwvtedpsouthbound features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-merge-beryllium/
2) Features Comply with Guidelines:  https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=library/features/src/main/features/features.xml;h=07ede6d877df0ad70685d9b5338b3c90ebb9af4e;hb=HEAD
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=openstack/net-virt-sfc/features/production/src/main/features/features.xml;h=3413bc8d18a02b4a45d38d13aaf1d3b4689ed6b9;hb=HEAD
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=southbound/southbound-features/src/main/features/features.xml;h=b66393266559ec1f479b6041a4d4346439933b22;hb=HEAD
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=hwvtepsouthbound/hwvtepsouthbound-features/src/main/features/features.xml;h=967a07c36ae80b821bfa68097e494519d100e769;hb=HEAD
a) Feature Names (prefixed with 'odl-'):
    odl-ovsdb-library
    odl-ovsdb-sfc
    odl-ovsdb-southbound-impl
    odl-ovsdb-hwvtepsouthbound
b) Features Descriptions: Present
c) Features Start-Levels: N/A
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-ovsdb-library odl-ovsdb-sfc  odl-ovsdb-southbound-impl odl-ovsdb-hwvtepsouthbound
b) feature:install odl-ovsdb-library odl-ovsdb-sfc  odl-ovsdb-southbound-impl odl-ovsdb-hwvtepsouthbound odl-integration-compatible-with-all
4) Integration Test Impact: N/A

Change-Id: I631c1ba9ff7f8377c27d594db43cd76868b840ef
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoAdding odl-vpnservice-openstack feature 60/28460/2
Vishal Thapar [Thu, 15 Oct 2015 16:27:59 +0000 (21:57 +0530)]
Adding odl-vpnservice-openstack feature

1) Feature Tests Pass:
https://jenkins.opendaylight.org/releng/job/vpnservice-merge-beryllium/103/

2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=vpnservice.git;a=blob;f=features/src/main/features/features.xml
 a) Feature Names: odl-vpnservice-openstack
 b) Features Descriptions: Present
 c) Features Start-Levels: N/A

3) Features Tested: Features have been tested for functionality with
 a) feature:install odl-vpnservice-openstack

4) Integration Test Impact: N/A

Change-Id: I3cbce017dcd9fe9100fb6781648515985d96c085
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
8 years agoAdding nemo features. 24/28424/2
A H [Thu, 15 Oct 2015 07:01:50 +0000 (00:01 -0700)]
Adding nemo features.

1) Feature Tests Pass: http://jenkins.opendaylight.org/releng/view/nemo/job/nemo-merge-beryllium/3/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=nemo.git;a=blob;f=nemo-features/src/main/features/features.xml;
a) Feature Names: odl-nemo-engine-ui
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
a) feature:install odl-restconf-all odl-mdsal-apidocs odl-nemo-engine-ui
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact: None

Change-Id: If4c6f6417cf73634be3b9c9676b362f432ea0ff8
Signed-off-by: A H <an.ho@huawei.com>
8 years agoMove iotdm feature to not-compatible list 69/28469/1
Luis Gomez [Thu, 15 Oct 2015 20:55:22 +0000 (13:55 -0700)]
Move iotdm feature to not-compatible list

iotdm feature uses port 8282 that is already being used by other ODL service

There is also a thread for this:

https://lists.opendaylight.org/pipermail/iotdm-dev/2015-June/000037.html

Change-Id: Ib64d2073ec62f5bf246977c00e500c38034d735e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoRemove sdninterface + lisp-netconf to resume integration distribution 63/28363/12
Luis Gomez [Wed, 14 Oct 2015 03:40:48 +0000 (20:40 -0700)]
Remove sdninterface + lisp-netconf to resume integration distribution

This seems to alleviate the issues with Beryllium distribution

Change-Id: Ia9af2c5d5dc751ddf8cbb3b03907f12ee6f07a74
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoUpdate name of TSDR feature 48/28048/1
Vratko Polak [Thu, 8 Oct 2015 09:48:16 +0000 (11:48 +0200)]
Update name of TSDR feature

TSDR project got rid of odl-tsdr-all in Change 25548.
Looking at [0], I believe TSDR would like to have
odl-tsdr-h2 as their top-level feature.

Perhaps, TSDR would also want odl-tsdr-hbase
or even odl-tsdr-cassandra, if they are compatible with h2.

[0] https://git.opendaylight.org/gerrit/#/c/25548/23/features/src/main/resources/features.xml
Compare line 31 on base with line 36 in the merged patch set 23.

Change-Id: If7ea208cc9c9c3c322ece6fee5ea44b723317c11
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoAdd lispflowmapping user facing features 23/27923/1
Lorand Jakab [Mon, 5 Oct 2015 16:28:21 +0000 (19:28 +0300)]
Add lispflowmapping user facing features

The lispflowmapping project stopped using the -all feature that pulled
in all project features. The -msmr top-level feature that took it's
place doesn't depend on all user facing features. This patch adds the
remaining user facing features.

Change-Id: Iaff7b797b25b34b95da0a5934d8fc56b6092e5ea
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
8 years agoAdded topoprocessing top-level features 45/27745/1
Michal Polkorab [Thu, 1 Oct 2015 14:05:04 +0000 (16:05 +0200)]
Added topoprocessing top-level features

Change-Id: Ibd35fc5bae51ed5432fc19d8de68b01390030a02
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
8 years agoUpdate features to fix build failures. 87/27087/2
Hideyuki Tai [Wed, 16 Sep 2015 20:46:29 +0000 (13:46 -0700)]
Update features to fix build failures.

This patch introduces two changes which are needed to fix build
failures.

1. Update feature name of Lisp Flow Mapping project.

The Lisp Flow Mapping project has changed the name of
"odl-lispflowmapping-all" feature. The new name of the feature is
"odl-lispflowmapping-msmr".

2. Remove legacy features of OpenFlow Plugin project.

The OpenFlow Plugin project has deleted the features-legacy, and it is
not part of Beryllium.

Change-Id: Id00be5936ee296e274f518bef6b1f991aa06978e
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
8 years agoUpdated the ovsdb version. 02/26702/1
Hideyuki Tai [Tue, 8 Sep 2015 20:08:16 +0000 (13:08 -0700)]
Updated the ovsdb version.

This patch udpated the versions of artifacts from the OVSDB project to
the lateste version, 1.2.1-SNAPSHOT.

Change-Id: I9ca6c5a6e3e8528652ed1aefc8ab5877b9dc6d25
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
8 years agoRemove <repositories> and <pluginRepositories> sections 73/26573/2
Thanh Ha [Sun, 6 Sep 2015 12:46:26 +0000 (08:46 -0400)]
Remove <repositories> and <pluginRepositories> sections

Last year we decided to stop including these repository configuration in
pom.xml files since as a requirement to submitting to Maven Central is
to not have these defined. Developers now need to configure settings.xml
locally instead.

Change-Id: I8e5ff7754134bd208d6d1b595294422fb66cd575
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUse NETCONF project features instead of Controller ones 95/26595/5
Vratko Polak [Mon, 7 Sep 2015 10:42:07 +0000 (12:42 +0200)]
Use NETCONF project features instead of Controller ones

NETCONF is a standalone project in Beryllium.
Controller project still hosts netconf features,
but those are stale.

This makes integration/distribution
to depend on features from NETCONF project.

Change-Id: I5862ef3c7ebfb23858891ad16dee45d1ea99b00a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoAdd .gitreview for integration/distribution 26/26126/1
Andrew Grimberg [Thu, 27 Aug 2015 23:58:04 +0000 (16:58 -0700)]
Add .gitreview for integration/distribution

Add a .gitreview file for the integration/distribution project after the split
from the base integration

Change-Id: I294086428e8fc011421ea67342062a7ede416cd9
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoUpdated versions of VTN Coordinator.
Hideyuki Tai [Fri, 21 Aug 2015 16:28:36 +0000 (09:28 -0700)]
Updated versions of VTN Coordinator.

Change-Id: Icf58627fbe0cf696762d0cabcadad5724db7b9bc
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
8 years agoRemove features-packetcable.
Alexis de Talhouët [Thu, 23 Jul 2015 13:04:24 +0000 (09:04 -0400)]
Remove features-packetcable.

This module was remove in the gerrit: https://git.opendaylight.org/gerrit/#/c/24442/

Change-Id: If6a0d457918d32d7e011b606da14342ee33f812f
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
8 years agoFix license header violations
Thanh Ha [Sun, 9 Aug 2015 07:00:19 +0000 (03:00 -0400)]
Fix license header violations

Change-Id: Idbda552cc5c7f20f663d11d0dc3680a14dbddb7e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd IOTDM compatible feature back to Integration
Vratko Polak [Fri, 7 Aug 2015 18:43:18 +0000 (20:43 +0200)]
Add IOTDM compatible feature back to Integration

Change-Id: I68374252b47716f5bcad08daa897eeef367ff8a3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoAdding sxp features
Martin Mihálek [Fri, 17 Jul 2015 07:50:22 +0000 (09:50 +0200)]
Adding sxp features

1) Pass: https://jenkins.opendaylight.org/releng/view/sxp/job/sxp-merge-master/68/org.opendaylight.sxp$features/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=sxp.git;a=blob;f=features/src/main/resources/features.xml;
a) Feature Names (prefixed with 'odl-'): odl-sxp-controller
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
a) feature:install odl-sxp-controller
b) feature:install odl-sxp-controller, odl-integration-compatible-with-all
4) Integration Test Impact: none

Change-Id: Idae227e46da0bc57dc4802e71c286652b0144ada
Signed-off-by: Martin Mihálek <martin.mihalek@pantheon.sk>
8 years agoUse Beryllium version of karaf-plugin
Thanh Ha [Wed, 22 Jul 2015 02:22:27 +0000 (22:22 -0400)]
Use Beryllium version of karaf-plugin

Change-Id: I3be9cc9092f7a7ee3c4a51e9b04727b05326cefd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoBug-3075: BMP plugin integration
Milos Fabian [Mon, 6 Jul 2015 13:08:26 +0000 (15:08 +0200)]
Bug-3075: BMP plugin integration

-integrate BMP southbound plugin with ODL karaf distribution
-added "odl-bgppcep-bmp" feature

Change-Id: I6eee9cbef9a5a4ee122325116de21ae02f0869cd
Signed-off-by: Milos Fabian <milfabia@cisco.com>
8 years agoUse karaf-plugin
Luis Gomez [Thu, 18 Jun 2015 23:34:15 +0000 (16:34 -0700)]
Use karaf-plugin

Change-Id: I833a9396107755f95046867a1e27196cf34fd859
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoFix overlooked repo in the upgrade from karaf 3.0.1 to 3.0.3
Ed Warnicke [Wed, 17 Jun 2015 22:32:39 +0000 (16:32 -0600)]
Fix overlooked repo in the upgrade from karaf 3.0.1 to 3.0.3

It turns out that a new repo was added to the defaults for
karaf 3.0.3 that is needed for certain stock features to
work.  This adds it.

Change-Id: I63bbc2df5d9c405c168b0758ac86c6113c46d423
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
(cherry picked from commit 7065389406f82fd012c95a44da3ac97e29dedeae)

8 years agoMove odl-sfcofl2 from compatible-with-all.
Hideyuki Tai [Tue, 16 Jun 2015 10:09:40 +0000 (03:09 -0700)]
Move odl-sfcofl2 from compatible-with-all.

The odl-sfcofl2 feature is not compatible with any other features which
control OpenFlow switches. Therefore, this patch moves the odl-sfcofl2
feature from the odl-integration-compatible-with-all feature to the
odl-integration-all.

Change-Id: If91bb07fcd394f855848ba532ed9bd8f44563ab9
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
8 years agoRevert "Remove region artifact from karaf distribution"
Luis Gomez [Mon, 15 Jun 2015 17:52:39 +0000 (17:52 +0000)]
Revert "Remove region artifact from karaf distribution"

This reverts commit 7212b24a243d1aebe37238e0458842eed6616ce3.

Change-Id: Icb52875b6dfbf3557936c619cde2cd2d336c9cce
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoRemove region artifact from karaf distribution
Luis Gomez [Sun, 14 Jun 2015 02:46:20 +0000 (19:46 -0700)]
Remove region artifact from karaf distribution

Change-Id: Ib5de32c7e92b6fb97769501a9513353559ae79e6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
(cherry picked from commit 621656d231d746ae5eeb2937ef48b06c8cbc8514)

8 years agoAdd Reservation to Integration
Alexis de Talhouët [Thu, 4 Jun 2015 16:59:20 +0000 (12:59 -0400)]
Add Reservation to Integration

Patch Set 1: Index
Patch Set 2: Test

Change-Id: Id477199fa01242e43a57ad7b640ce5e462b0e4bc
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
8 years agoIncrementing versions by 0.1.0 for post-lithium master branch
Luis Gomez [Sat, 6 Jun 2015 00:21:56 +0000 (17:21 -0700)]
Incrementing versions by 0.1.0 for post-lithium master branch

Change-Id: I1318fc8f2de6a66a6e166d159b16a05e16a62b2f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoAdd Packetcable to Integration
Alexis de Talhouët [Thu, 4 Jun 2015 16:41:37 +0000 (12:41 -0400)]
Add Packetcable to Integration

Patch Set 1: Index
Patch Set 2: Test

Change-Id: I2cbcd87a4c63b41cd658c97009d524050661680d
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
8 years agoRemove SNMP4SDN and clean up feature files
Luis Gomez [Wed, 3 Jun 2015 22:27:46 +0000 (15:27 -0700)]
Remove SNMP4SDN and clean up feature files

Change-Id: I6a725fd928e6a40845e8be10dda2c7077c20a4f4
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoFix integration pulling in incorrect distribution.vtn-coordinator version
Thanh Ha [Wed, 3 Jun 2015 00:11:20 +0000 (20:11 -0400)]
Fix integration pulling in incorrect distribution.vtn-coordinator version

Bug: 3550
Change-Id: I1899d59f8b104da214d72492884da198a2dac938
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
(cherry picked from commit 56227a22dfefe3f4e22986ec413c083f8b3c0b0e)

9 years agoMoved LACP project to non-compatible feature list.
Rajesh_Sindagi [Wed, 20 May 2015 08:45:51 +0000 (01:45 -0700)]
Moved LACP project to non-compatible feature list.

Change-Id: Iccb04b25c8d330de45607de44f2d93d10b18affc
Signed-off-by: Rajesh_Sindagi <Rajesh_Sindagi@dell.com>
9 years agofeatures for alto
Emiapwil (Gao Kai) [Thu, 14 May 2015 13:57:04 +0000 (21:57 +0800)]
features for alto

Change-Id: I06081517e7546844e62851c3d1ee3fdd5b5fcd63
Signed-off-by: Emiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
9 years agomove vpnservice back to compatible list
Vishal Thapar [Thu, 14 May 2015 06:42:27 +0000 (12:12 +0530)]
move vpnservice back to compatible list

Reverts https://git.opendaylight.org/gerrit/#/c/18666/

Change-Id: Icaa87cccff77b027cf9f739950451fc9a2f5ae64
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
9 years agoTest for SingleFeature
Luis Gomez [Thu, 14 May 2015 14:55:23 +0000 (07:55 -0700)]
Test for SingleFeature

Change-Id: I032cc9a49fabfdd74bf8d8a8f6f03ae346692afc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoAdd odl-dsbenchmark-impl feature to Integration distribution
Vratko Polak [Wed, 6 May 2015 11:55:25 +0000 (13:55 +0200)]
Add odl-dsbenchmark-impl feature to Integration distribution

The coretutorials has not declared any feature to be user-facing,
but Dsbenchmark can be useful for users (to compare installations)
and it is very useful for CI: tracking DS performance.

As CI only uses builds from ${project}-distribution-${stream} jobs,
this change is needed for CI tests to happen.

Change-Id: If08d6893f0434d1eae2e47aed389f186588e9d30
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoUpdated features related to VTN project.
Hideyuki Tai [Mon, 4 May 2015 17:36:15 +0000 (10:36 -0700)]
Updated features related to VTN project.

This patch updated features in keeping with the recent change of
the VTN project.
  https://git.opendaylight.org/gerrit/19560

Change-Id: I244f6f7592969b280a5071286b668839599f65e8
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
9 years agoChanging version for vpnservice
Vishal Thapar [Wed, 6 May 2015 18:18:04 +0000 (23:48 +0530)]
Changing version for vpnservice

Currently vpnservice is 1.0-SNAPSHOT which was
auto-generated by StartupProject archetype.
This fix changes it to 0.1.0-SNAPSHOT, which
will go in Lithium. Post branch cut version
bump will change it to 0.2.0-SNAPSHOT.

Change-Id: Iafc1f2a63974bb1b078dd12836be74124eb702a4
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
9 years agoMerge "Do not override odlparent properties."
Luis Gomez [Thu, 30 Apr 2015 05:46:48 +0000 (05:46 +0000)]
Merge "Do not override odlparent properties."

9 years agoDo not override odlparent properties.
Tony Tkacik [Tue, 21 Apr 2015 11:35:04 +0000 (13:35 +0200)]
Do not override odlparent properties.

Adding jackson version as this is not the jackson in odlparent

Change-Id: I7f30b847ee0cb7d12221e95a48efa7d9033cb2f4
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
9 years agoMerge "Adding nic features"
Luis Gomez [Thu, 30 Apr 2015 01:57:12 +0000 (01:57 +0000)]
Merge "Adding nic features"

9 years agoAdding nic features
Renato Aguiar [Mon, 27 Apr 2015 16:43:51 +0000 (09:43 -0700)]
Adding nic features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/nic/job/nic-merge-master/20/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=nic.git;a=blob;f=features/src/main/resources/features.xml;h=66ab48c12a5dc6965aac2a26c8719a6e9261366b;hb=HEAD
a) Feature Names (prefixed with 'odl-'): odl-nic-core odl-nic-console
b) Features Descriptions: Present (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description)
c) Features Start-Levels: None
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-nic-core
b) feature:install odl-nic-core odl-integration-compatible-with-all
4) Integration Test Impact: None

Change-Id: I68c251dfb62fcbf989ce1c0ea5f5f7c41ec8ad3c
Signed-off-by: Renato Aguiar <renato.aguiar@hp.com>
9 years agoMerge "Remove opendaylight-karaf-empty from integration repo"
Luis Gomez [Tue, 28 Apr 2015 18:17:05 +0000 (18:17 +0000)]
Merge "Remove opendaylight-karaf-empty from integration repo"

9 years agoMerge "added lithium features of ofPlugin"
Luis Gomez [Tue, 28 Apr 2015 17:44:58 +0000 (17:44 +0000)]
Merge "added lithium features of ofPlugin"

9 years agoadded lithium features of ofPlugin
Michal Rehak [Mon, 27 Apr 2015 18:55:58 +0000 (20:55 +0200)]
added lithium features of ofPlugin

Change-Id: Idc2730512172d8bcdc90e81c12c087b8a9613b81
Signed-off-by: Michal Rehak <mirehak@cisco.com>
9 years agoRemove opendaylight-karaf-empty from integration repo
Luis Gomez [Tue, 28 Apr 2015 06:01:05 +0000 (23:01 -0700)]
Remove opendaylight-karaf-empty from integration repo

Change-Id: I2eb7cb390323d5ddcd7216428f4786a0b43a63ae
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Adding TSDR features to integration project."
Luis Gomez [Mon, 27 Apr 2015 21:46:32 +0000 (21:46 +0000)]
Merge "Adding TSDR features to integration project."

9 years agoAdding TSDR features to integration project.
YuLing Chen [Sat, 18 Apr 2015 01:05:02 +0000 (18:05 -0700)]
Adding TSDR features to integration project.

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/tsdr-merge-master/org.opendaylight.tsdr$features-tsdr/19/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=tsdr.git;a=blob;f=features/src/main/resources/features.xml;h=62febc1a6f0c10375d9ca61a913a787cc6491b7d;hb=6e434b6790b86ecf9ca685118a7f24ed33a42deb
   a) Feature Names (prefixed with 'odl-'): odl-tsdr-all, odl-tsdr-hbase (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming)
   b) Features Descriptions: Present ( check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description)
   c) Features Start-Levels: None
3) Features Tested: Features have been tested for functionality with
   a) feature:install odl-tsdr-all
   b) feature:install odl-tsdr-hbase
4) Integration Test Impact: None

Change-Id: I001595aa219d9889345b4a3dffe76ce17251460a
Signed-off-by: YuLing Chen <yuling_c@dell.com>
9 years agoMerge "Do not override Karaf version"
Luis Gomez [Wed, 22 Apr 2015 04:35:19 +0000 (04:35 +0000)]
Merge "Do not override Karaf version"

9 years agoDo not override Karaf version
Tony Tkacik [Tue, 21 Apr 2015 09:14:00 +0000 (11:14 +0200)]
Do not override Karaf version

Change-Id: I7bae23b613b62ade6bec312c72fbddb1ae15a98a
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
9 years agoChanging vpnservice feature to not-compatible feature
Luis Gomez [Mon, 20 Apr 2015 21:00:12 +0000 (14:00 -0700)]
Changing vpnservice feature to not-compatible feature

vpnservice feature breaks restconf so it does impact other people.
Once this issue gets addressed, it can be moved back to compatible.

Change-Id: I3a4216c779b9c96fb64ef4ca97d9bc58a274ae89
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Adding SFC-OVS and SFC-netconf to Integration"
Luis Gomez [Mon, 20 Apr 2015 17:07:53 +0000 (17:07 +0000)]
Merge "Adding SFC-OVS and SFC-netconf to Integration"

9 years agoAdding SFC-OVS and SFC-netconf to Integration
Reinaldo Penno [Sun, 19 Apr 2015 06:44:25 +0000 (23:44 -0700)]
Adding SFC-OVS and SFC-netconf to Integration

Change-Id: I286f32eeee999cf0cb26a67c5205a64bf4ce236e
Signed-off-by: Reinaldo Penno <rapenno@gmail.com>
9 years agoProperties in root pom.xml are sorted now.
Vratko Polak [Wed, 15 Apr 2015 12:37:47 +0000 (14:37 +0200)]
Properties in root pom.xml are sorted now.

Secondary objectives:
See that distribution-verify job gets triggered.
See the job pass, as part of examination
of mysterious failures on other submissions.

Change-Id: Ic5c032d6a70e274c379fe6ba69444b63d3245490
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoMerge "Added iotdm feature to integration"
Luis Gomez [Tue, 14 Apr 2015 21:51:15 +0000 (21:51 +0000)]
Merge "Added iotdm feature to integration"

9 years agoAdded iotdm feature to integration
John Burns [Tue, 14 Apr 2015 21:27:06 +0000 (14:27 -0700)]
Added iotdm feature to integration

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/iotdm/job/iotdm-merge-master/org.opendaylight.iotdm$onem2m-features/9/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=iotdm.git;a=blob;f=onem2m/onem2m-features/src/main/features/features.xml;h=4d98920ad269afcdeb3d102a43b394d265508d36;hb=master
  a) Feature Names (prefixed with 'odl-'): odl-iotdm-onem2m (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming)
  b) Features Descriptions: Present (check https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description)
  c) Features Start-Levels: None
3) Features Tested: Features have been tested for functionality with
  a) feature:install odl-iotdm-onem2m
  b) feature:install odl-iotdm-onem2m, odl-integration-compatible-with-all
4) Integration Test Impact: None

Change-Id: I6b13350b262a7c9387d05a93548af9cb51a94052
Signed-off-by: John Burns <johnburn@cisco.com>
9 years agoMerge "Adding back sfclisp to features index."
Luis Gomez [Mon, 13 Apr 2015 16:15:00 +0000 (16:15 +0000)]
Merge "Adding back sfclisp to features index."

9 years agoAdding back sfclisp to features index.
Vratko Polak [Thu, 9 Apr 2015 12:47:09 +0000 (14:47 +0200)]
Adding back sfclisp to features index.

Sfclisp was removed in this change:
https://git.opendaylight.org/gerrit/#/c/17864/
to unblock distribution jobs.

Since then, SFC project has merged
https://git.opendaylight.org/gerrit/#/c/17725/
and there were many merges to other projects
which might have fixed sfclisp issues.

This patch tries to add sfclisp back to Integration
to see whether distribution-verify job succeeds.

Change-Id: I261dcd489675f64b3f140c95eeea5d5b4815e4f3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoCleaning pom.xml file duplicate dependencies
Luis Gomez [Fri, 10 Apr 2015 20:44:39 +0000 (13:44 -0700)]
Cleaning pom.xml file duplicate dependencies

Change-Id: Icd08f100609b0e09a2806e1c8bdaeec5a55db9ff
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Remove features-flow from dependencies."
Luis Gomez [Fri, 10 Apr 2015 20:15:35 +0000 (20:15 +0000)]
Merge "Remove features-flow from dependencies."

9 years agoRemove features-flow from dependencies.
Vratko Polak [Thu, 9 Apr 2015 13:14:55 +0000 (15:14 +0200)]
Remove features-flow from dependencies.

Flow related stuff was moved from Controller to OpenFlowPlugin.
The features-flow atrifact itself was removed here:
https://git.opendaylight.org/gerrit/#/c/17978/

Integration project should stop depending on this artifact.

This is a verify-triggering version of
https://git.opendaylight.org/gerrit/#/c/18079/

Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Change-Id: I790ff6c0a253bec73c10844fdec1d86aea94a878

9 years agofixing alphabatical order for capwap in feature repository. thanks to Vratkfor the...
Navin Agrawal [Wed, 8 Apr 2015 15:47:42 +0000 (08:47 -0700)]
fixing alphabatical order for capwap in feature repository. thanks to Vratkfor the review comment.

Change-Id: Idb27681e66009074063e5f956e1eae8325322295
Signed-off-by: Navin Agrawal <anavin@gmail.com>
9 years agoAdding capwap features
Navin Agrawal [Mon, 6 Apr 2015 06:18:46 +0000 (23:18 -0700)]
Adding capwap features

1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/job/capwap-merge-master/4/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=capwap.git;a=blob;f=features/src/main/features/features.xml;h=7a747ce3bd157bde730c475e5f91c010d6aaf877;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : odl-capwap-ac-rest
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
a) feature:install odl-capwap-ac-rest
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact - none

Change-Id: I7bd315f3bcaf9fbb21003cf978089b803b356b16
Signed-off-by: Navin Agrawal <anavin@gmail.com>
9 years agoRemoving sfclisp to unblock integration
Luis Gomez [Tue, 7 Apr 2015 17:03:37 +0000 (19:03 +0200)]
Removing sfclisp to unblock integration

Change-Id: Ic43d9bdfd2ff84e97f13f08dcb2b0d30a0c8b5b9
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Remove Packetcable from integration."
Luis Gomez [Fri, 27 Mar 2015 20:45:52 +0000 (20:45 +0000)]
Merge "Remove Packetcable from integration."

9 years agoRemove Packetcable from integration.
Vratko Polak [Fri, 27 Mar 2015 15:42:39 +0000 (16:42 +0100)]
Remove Packetcable from integration.

Packetcable project in current state is preventing
Integration project to create ODL distribution builds.

Until https://git.opendaylight.org/gerrit/#/c/17222/ is merged,
packetcable features and repositories are commented out.

Change-Id: I1a6125586fe1d423a73f767483084efcaa5928e6
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoMerge "Revert "Add odlparent relativepath relative to autorelease""
Luis Gomez [Thu, 26 Mar 2015 21:41:28 +0000 (21:41 +0000)]
Merge "Revert "Add odlparent relativepath relative to autorelease""

9 years agoRevert "Add odlparent relativepath relative to autorelease"
Thanh Ha [Thu, 26 Mar 2015 18:58:22 +0000 (14:58 -0400)]
Revert "Add odlparent relativepath relative to autorelease"

Per discussion on mailing list thread we have decided to revert this
change and achieve relative path updating via scripting in autorelease.

https://lists.opendaylight.org/pipermail/release/2015-March/001754.html

This reverts commit 2da011ef1cb74556db256f76ddb23cf29fefbec3.

Change-Id: I557703bedc13bff0555784935116907d7e4f10ee
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoGetting rid off test distribution + sorting features
Luis Gomez [Thu, 26 Mar 2015 02:47:14 +0000 (19:47 -0700)]
Getting rid off test distribution + sorting features

Change-Id: I86486f8cab403764f6602f100f27162dfe5025a4
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Adding odl-sfc-ui and odl-sfc-sb-rest."
Luis Gomez [Fri, 20 Mar 2015 01:12:58 +0000 (01:12 +0000)]
Merge "Adding odl-sfc-ui and odl-sfc-sb-rest."

9 years agoAdding odl-sfc-ui and odl-sfc-sb-rest.
Vratko Polak [Thu, 19 Mar 2015 15:35:32 +0000 (16:35 +0100)]
Adding odl-sfc-ui and odl-sfc-sb-rest.

Those 2 features were left out of the previous change to update
the "odl-sfc-all" SFC feature name.

Also added features-sfc-sb-rest repository.

Change-Id: I4d993439dd5350ac4561a497dece50020b2bc14a
Signed-off-by: Brady Johnson <brady.allen.johnson@ericsson.com>
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoAdding lacp feature
kalaiselvik [Thu, 19 Mar 2015 11:57:40 +0000 (17:27 +0530)]
Adding lacp feature

1)Feature Tests Pass:
https://jenkins.opendaylight.org/releng/job/lacp-merge-master/33/org.opendaylight.lacp$features-lacp/testReport/

2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=lacp.git;a=blob;f=features/src/main/features/features.xml
    a) Feature Names: Prefixed with 'odl-' : odl-lacp-ui, odl-lacp-rest
    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
    a) feature:install odl-lacp-ui
    b) feature:install odl-integration-compatible-with-all

4) Integration Test Impact - none

Change-Id: I2cc7bdf237b75c40e113f1e53ca15ff3bb66e636
Signed-off-by: kalaiselvik <Kalaiselvi_K@Dell.com>
9 years agoUpdated features/test list for SFC project
Vratko Polak [Wed, 18 Mar 2015 18:59:27 +0000 (19:59 +0100)]
Updated features/test list for SFC project

SFC project has changed its feature layout
https://git.opendaylight.org/gerrit/#/c/16621/3
Notably, odl-sfc-all feature is no more.

This patch makes a wild guess about
what the new list of user-facing features
from SFC project should look like.

Change-Id: I8859b74c1f9b3501c378e50d001f6ec8eade559c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
9 years agoMerge "Add basic test suite for usc"
Luis Gomez [Wed, 18 Mar 2015 05:45:52 +0000 (05:45 +0000)]
Merge "Add basic test suite for usc"

9 years agoMerge "Adding tox files to .gitignore"
Luis Gomez [Wed, 18 Mar 2015 05:43:42 +0000 (05:43 +0000)]
Merge "Adding tox files to .gitignore"

9 years agoAdding tox files to .gitignore
Luis Gomez [Wed, 18 Mar 2015 00:02:40 +0000 (17:02 -0700)]
Adding tox files to .gitignore

Change-Id: I3f34be7c94435a17e0842d784a8fa692a14ce97f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoAdd basic test suite for usc
A H [Wed, 18 Mar 2015 01:14:02 +0000 (18:14 -0700)]
Add basic test suite for usc

Change-Id: I74b0a6062a4247bfa22c5201f5f7db57215bd336
Signed-off-by: A H <an.ho@huawei.com>
9 years agoAdding vpnservice features
Vishal Thapar [Tue, 17 Mar 2015 12:13:51 +0000 (17:43 +0530)]
Adding vpnservice features

1) Feature Tests Pass:
https://jenkins.opendaylight.org/releng/job/vpnservice-merge-master/org.opendaylight.vpnservice$vpnservice-features/5/testReport/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=vpnservice.git;a=blob;f=features/src/main/features/features.xml;hb=HEAD
        a) Feature Names (prefixed with 'odl-'): odl-vpnservice-core
        b) Features Descriptions: Present
        c) Features Start-Levels: None
3) Features Tested: Features have been tested for functionality with
        a) feature:install odl-vpnservice-core
        b) feature:install odl-vpnservice-core,odl-integration-compatible-with-all
4) Integration Test Impact: None

Change-Id: I77d9187e7f5139dabbec698e7b92bcabfd84ecd6
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>