Luis Gomez [Wed, 17 Dec 2014 03:24:36 +0000 (19:24 -0800)]
Removing Old Hydrogen distributions from Master
Change-Id: I83da7d073eeaafc1855b91fc8ea33d72062aaba6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Liem Nguyen [Tue, 9 Dec 2014 19:43:59 +0000 (11:43 -0800)]
Updated integration to remove odl-aaa-all feature.
Change-Id: I4a75e8ab15a891af5d7ae1530d895c0af224f33b
Signed-off-by: Liem Nguyen <liem_m_nguyen@hp.com>
Luis Gomez [Tue, 9 Dec 2014 03:45:00 +0000 (03:45 +0000)]
Merge "Remove feature "odl-aaa-all""
Christopher O'Shea [Mon, 8 Dec 2014 23:13:48 +0000 (15:13 -0800)]
Remove feature "odl-aaa-all"
Change-Id: If6d56e30d161b755700641e9a46b033de767c416
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
Christopher O'Shea [Wed, 15 Oct 2014 22:44:41 +0000 (15:44 -0700)]
Incrementing versions by 0.1.0 for post-helium master branch
Change-Id: I4fe45bcfa95a65a1b9dc1f401aa67921921a7a8e
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
Luis Gomez [Thu, 23 Oct 2014 20:32:49 +0000 (20:32 +0000)]
Merge "Adding feature selector application module to root pom."
Harman Singh [Tue, 21 Oct 2014 01:44:14 +0000 (18:44 -0700)]
Adding feature selector application module to root pom.
Change-Id: I388fa7d451d837741738da22ac42898b231f3f3a
Signed-off-by: Harman Singh <harmasin@cisco.com>
Luis Gomez [Mon, 13 Oct 2014 02:19:06 +0000 (02:19 +0000)]
Merge "Adding feature selector application to help download distribution with selected features as boot features"
Luis Gomez [Fri, 10 Oct 2014 05:50:09 +0000 (22:50 -0700)]
Removing opendove from virt edition
Change-Id: I190fc771298898491f2ff7cbc0d84ba8c3e7ef93
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Harman Singh [Tue, 30 Sep 2014 16:33:38 +0000 (09:33 -0700)]
Adding feature selector application to help download distribution with selected features as boot features
Please check README file to understand the configuration parameters
Change-Id: I5a5b82065515ee24e46f663bfa04f0676e6fd4a9
Signed-off-by: Harman Singh <harmasin@cisco.com>
Luis Gomez [Thu, 25 Sep 2014 22:59:54 +0000 (22:59 +0000)]
Merge "BUG-2082: add integration test"
Robert Varga [Thu, 25 Sep 2014 13:12:30 +0000 (15:12 +0200)]
BUG-2082: add integration test
Add missing integration test. As it turns out, this part somehow slipped
integration.
Change-Id: Ie588234a2d431d579c01745fcee9034df30b4f91
Signed-off-by: Robert Varga <rovarga@cisco.com>
Robert Varga [Thu, 25 Sep 2014 15:13:17 +0000 (17:13 +0200)]
BUG-2082: add missing unpack command
This fixes failure to unpack the TCP-MD5 configuration in SP edition.
Change-Id: I21a59558c6a69e59d3f29c3ae884743d54d4956d
Signed-off-by: Robert Varga <rovarga@cisco.com>
Ed Warnicke [Wed, 24 Sep 2014 00:51:26 +0000 (19:51 -0500)]
Bug 2060: -rest and -ui features for l2switch and openflowplugin
Change-Id: I0534403cf64e3c269b8a4e7445abf71972763d45
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Sun, 21 Sep 2014 19:27:27 +0000 (14:27 -0500)]
Bug 1948: separating features-restconf from features-mdsal
Needs to wait on merge of: https://git.opendaylight.org/gerrit/#/c/11472/
https://git.opendaylight.org/gerrit/#/c/11423/
Then the stuff below will be filled out.
1) Feature Tests Pass: https://jenkins.opendaylight.org/controller/job/controller-merge/org.opendaylight.controller$features-restconf/2850/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/restconf/src/main/resources/features.xml;h=
4d17b48cadece860c8f25364c49e8bc4cad93b22;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-toaster-ui (pulls in odl-restconf-new)
4) Integration Test Impact: All restconf tests will need to use
HTTP Basic Auth for Username and password (I believe they already
do)
Change-Id: I858abdd8f2fb6954b49451f5294ea0828bfe3169
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Luis Gomez [Wed, 17 Sep 2014 23:38:12 +0000 (23:38 +0000)]
Merge "Bug 1919 Bug 1927 copy bundles for karaf standard features into system/"
Ed Warnicke [Wed, 17 Sep 2014 00:02:06 +0000 (19:02 -0500)]
Bug 1919 Bug 1927 copy bundles for karaf standard features into system/
This patch:
Copies the bundles for the karaf standard features into system
Excludes dependencies from non-java artifacts that are conflicing
with actual java artifacts (the vtn binaries)
Adds a org.ops4j.url.mvn.cfg file that:
a) Reorders the repos so we look in system/ first
b) Uses system/ as the localRepo so that
i) We don't search .m2 (and thus possible get bum artifacts)
ii) We don't copy files from system to .m2 (slow)
Change-Id: I81fc20f16c8b1a2a5642a0c3934d93857a294497
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Tue, 16 Sep 2014 21:13:18 +0000 (21:13 +0000)]
Merge "Bump maven-dependency-plugin version"
ylhsieh [Mon, 15 Sep 2014 20:05:06 +0000 (04:05 +0800)]
Put SNMP4SDN feature back to Integration
(Tested successfully: https://jenkins.opendaylight.org/snmp4sdn/job/snmp4sdn-merge/org.opendaylight.snmp4sdn$features-snmp4sdn/137/testReport/)
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
David Goldberg [Sun, 14 Sep 2014 20:50:55 +0000 (23:50 +0300)]
Adding sfc features
1) Feature Tests Pass: https://jenkins.opendaylight.org/sfc/job/sfc-merge/org.opendaylight.sfc$features-sfcofl2/56/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=sfc.git;a=blob;f=features-sfcofl2/src/main/resources/features.xml;h=
431e943f0bea488e9272f3a19ae935df0012bc1c;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : odl-sfcofl2
b) Features Descriptions: OpenDaylight :: sfcofl2
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-sfcofl2
4) Integration Test Impact: none
Change-Id: I662a0a3359dfd4a8c9a373c22320d3478b59fa0e
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
Robert Varga [Thu, 4 Sep 2014 15:29:39 +0000 (17:29 +0200)]
Bump maven-dependency-plugin version
mvn dependency:tree fails with the old version (2.6) due to classpath
inconsistencies. With this bump, it succeeds.
Change-Id: I8054a1c97158f5bbf43fa41b410d8245a5ae95a4
Signed-off-by: Robert Varga <rovarga@cisco.com>
David Goldberg [Sun, 14 Sep 2014 12:45:34 +0000 (15:45 +0300)]
added sfclisp feature to integration
Change-Id: Ifdb7d78462a6ac49dbbf5f5965e20b338eb2fab8
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
Luis Gomez [Sat, 13 Sep 2014 19:52:12 +0000 (12:52 -0700)]
Removing SNMP feature due to integration issues. Will be back when resolved.
Change-Id: Icce36dc8f8d38699c90727f7a7b3e7d51b13e58c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
rafatjahan [Fri, 12 Sep 2014 17:53:02 +0000 (23:23 +0530)]
Adding sdninterfaceapp features
1) Feature Tests Pass:
https://jenkins.opendaylight.org/sdninterfaceapp/job/sdninterfaceapp-merge/org.opendaylight.sdninterfaceapp$features-sdninterfaceapp/10/testReport/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=sdninterfaceapp.git;a=blob;f=features/src/main/resources/features.xml;h=
ef8bb78b852d0585125641418e79a2d65e77d325;hb=
272b9142ddea044b401fe2dfe08422aac0b4ca45
a) Feature Names: odl-sdninterfaceapp
b) Features Descriptions: OpenDaylight :: sdninterfaceapp
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-sdinterfaceapp
b) feature:install odl-integration-compatible-with-all
Change-Id: Ida13f64895c7baa3e4b4a4ff5307d844fc0c2172
Signed-off-by: rafatjahan <rafat.jahan@tcs.com>
pchopra [Fri, 12 Sep 2014 23:04:42 +0000 (04:34 +0530)]
Adding plugin2oc features
1) Feature Tests Pass: https://jenkins.opendaylight.org/plugin2oc/job/plugin2oc-merge/12/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=plugin2oc.git;a=blob;f=features-plugin2oc/src/main/resources/features.xml;h=
abdf565022f48949fcf7858bd9acca74cb1ca826;hb=
bfec9aaba5e14eaaa12fa26e01466f69c47c338e
a) Feature Names: odl-plugin2oc
b) Features Descriptions: OpenDaylight :: plugin2oc :: Plugin
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-plugin2oc
b) feature:install odl-integration-compatible-with-plugin2oc
4) Updated version for plugin2oc
Signed-off-by: pchopra <pchopra@juniper.net>
Christopher O'Shea [Fri, 12 Sep 2014 18:34:52 +0000 (18:34 +0000)]
Merge "Added VTN Coordinator to Karaf distribution."
Hideyuki Tai [Fri, 12 Sep 2014 02:29:37 +0000 (22:29 -0400)]
Added VTN Coordinator to Karaf distribution.
This patch created a directory called externalapps in Karaf
distribution, and put VTN Coordiantor in it.
Change-Id: I76d7f5bb3831be4b75d921743ab024cbf43e7d86
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Christopher O'Shea [Fri, 12 Sep 2014 00:29:36 +0000 (17:29 -0700)]
Adding plugin2oc features
1) Feature Tests Pass: https://jenkins.opendaylight.org/plugin2oc/job/plugin2oc-merge/9/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=plugin2oc.git;a=blob;f=features-plugin2oc/src/main/resources/features.xml;h=
1a87f27c04568ba288745a031a01b7b5bb382af1;hb=HEAD
a) Feature Names: odl-plugin2oc
b) Features Descriptions: OpenDaylight :: plugin2oc :: Plugin
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-plugin2oc
b) feature:install odl-integration-compatible-with-plugin2oc
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
Change-Id: I8272307614e134bf0018f2dfd779df1930399aec
Luis Gomez [Thu, 11 Sep 2014 05:56:15 +0000 (05:56 +0000)]
Merge "Reorder features for tracking purpose"
George Zhao [Thu, 11 Sep 2014 03:58:05 +0000 (20:58 -0700)]
Reorder features for tracking purpose
Change-Id: I74e7c0ba61d97e8e769fea7a2cce576360a74cc3
Signed-off-by: George Zhao <george.y.zhao@huawei.com>
Luis Gomez [Wed, 10 Sep 2014 15:09:47 +0000 (15:09 +0000)]
Merge "Adding SNMP4SDN features"
ylhsieh [Wed, 10 Sep 2014 09:01:42 +0000 (17:01 +0800)]
Adding SNMP4SDN features
1) Feature Tests Pass: https://jenkins.opendaylight.org/snmp4sdn/job/snmp4sdn-merge/128/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=snmp4sdn.git;a=blob;f=features/src/main/resources/features.xml;h=
59154026adab443d7914d7f30d7bb0183dfca34f;hb=master
a) Feature Names: odl-snmp4sdn-all, odl-snmp4sdn-snmp4sdn
b) Features Descriptions: OpenDaylight :: SNMP4SDN :: All, OpenDaylight :: SNMP4SDN :: Plugin
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-snmp4sdn-snmp4sdn
b) feature:install odl-snmp4sdn-all
4) Integration Test Impact: No
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
Harman Singh [Tue, 9 Sep 2014 22:39:17 +0000 (15:39 -0700)]
Fixing the integrateremoving clustering app feature, was causing integration breakage
Signed-off-by: Harman Singh <harmasin@cisco.com>
Harman Singh [Mon, 8 Sep 2014 17:47:34 +0000 (10:47 -0700)]
Adding Karaf feature of clustering test app
Signed-off-by: Harman Singh <harmasin@cisco.com>
Christopher O'Shea [Tue, 9 Sep 2014 15:23:20 +0000 (15:23 +0000)]
Merge "Bug 1731: Breaking dependency cycle between features-{mdsal,aaa}"
Ed Warnicke [Tue, 9 Sep 2014 01:48:46 +0000 (20:48 -0500)]
Bug 1731: Breaking dependency cycle between features-{mdsal,aaa}
This is the follow up to integration for:
https://git.opendaylight.org/gerrit/#/c/10878/
Change-Id: I89fa9d92641886d552eeeb39f7252946ddb2b3e6
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Thomas Kee [Sun, 7 Sep 2014 03:11:37 +0000 (20:11 -0700)]
Adding packetcable feature
1) Feature Tests Pass: https://jenkins.opendaylight.org/packetcable/job/packetcable-verify/org.opendaylight.packetcable$features-packetcable/35/consoleText
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=packetcable.git;a=blob;f=features-packetcable/src/main/resources/features.xml
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-packetcable-all
4) Integration Test Impact: none
Change-Id: Iad97cbef8e5faf17ae1527e23c6a02ae9cb41e41
Signed-off-by: Thomas Kee <xsited@yahoo.com>
Luis Gomez [Sat, 6 Sep 2014 03:12:12 +0000 (03:12 +0000)]
Merge "Deleted duplicate declaration in pom.xml."
Luis Gomez [Sat, 6 Sep 2014 01:35:10 +0000 (01:35 +0000)]
Merge "Adding ovssfc renderer feature"
Hideyuki Tai [Fri, 5 Sep 2014 00:20:53 +0000 (20:20 -0400)]
Deleted duplicate declaration in pom.xml.
Change-Id: Ie124b315dde358364e4000ebefd3ae3affd36495
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Madhu Venugopal [Fri, 5 Sep 2014 15:51:29 +0000 (08:51 -0700)]
Adding ovssfc renderer feature
1) Feature Tests Pass: https://jenkins.opendaylight.org/ovsdb/job/ovsdb-merge/306/org.opendaylight.ovsdb$features-ovs-sfc/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=features/ovs-sfc/src/main/resources/features.xml;h=
fe1394b4c0a0147e38681d5cf4b478d293ee2ae8;hb=refs/heads/master
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-ovsdb-ovssfc
4) Integration Test Impact: none
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
paulq [Fri, 5 Sep 2014 02:24:03 +0000 (22:24 -0400)]
Adding sfc features
1) Feature Tests Pass: https://jenkins.opendaylight.org/sfc/job/sfc-merge/org.opendaylight.sfc$features-sfc/47/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=sfc.git;a=blob;f=features/src/main/resources/features.xml;h=
978d57b68cd2154e992674f190d8b9fd189dba76;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-sfc-all
4) Integration Test Impact: none
Change-Id: Ic730ac912ef9d991d41ab6da004617a8affb186a
Signed-off-by: paulq <paulq@cisco.com>
Thomas Bachman [Thu, 4 Sep 2014 17:28:26 +0000 (17:28 +0000)]
Adding Group Based Policy features.
1) Feature Tests Pass: https://jenkins.opendaylight.org/groupbasedpolicy/job/group-based-policy-merge/36/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=groupbasedpolicy.git;a=blob;f=features/src/main/resources/features.xml;h=
1cf84de9e65ce6983bba8ad96a2c20733337ce22;hb=refs/heads/master
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-groupbasedpolicy-ofoverlay
4) Integration Test Impact: none
Change-Id: I6c820200f2641ae69b898cba00ff3b0f6309c913
Signed-off-by: Thomas Bachman <tbachman@yahoo.com>
Harman Singh [Sat, 30 Aug 2014 14:48:38 +0000 (10:48 -0400)]
Enable DLUX Features for Integration
1) Feature Tests Pass :
https://jenkins.opendaylight.org/dlux/job/dlux-merge/41/org.opendaylight.dlux$features-dlux/testReport/
2) Feature Comply with guidelines: https://git.opendaylight.org/gerrit/gitweb?p=dlux.git;a=blob;f=features/src/main/resources/features.xml;h=
00ce6bf65e32955aae7e42908ea11a478d945717;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
c) Features Start-Levels: No start-levels
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-dlux-core
4) Integration test impact: none
Change-Id: Ib068d0566951909113193593237adf2229863718
Signed-off-by: Harman Singh <harmasin@cisco.com>
Vijay Anand R [Thu, 4 Sep 2014 09:43:51 +0000 (15:13 +0530)]
1. Feature Tests Pass: https://jenkins.opendaylight.org/snbi/job/snbi-verify/org.opendaylight.snbi$features-snbi/46/testReport/
2. Features Comply with Guidelines: https://github.com/opendaylight/snbi/blob/master/features/src/main/resources/features.xml
3. Features Tested: Features have been tested for functionality with
a) feature:install odl-snbi-all
b) feature:install odl-integration-compatible-with-all
4. Integration Test Impact: none that we are aware of.
Change-Id: I65d98361f448e61e2e29c35406a3b91785d37d03
Signed-off-by: Vijay Anand R <vanandr@cisco.com>
Christopher O'Shea [Thu, 4 Sep 2014 03:16:32 +0000 (03:16 +0000)]
Merge "Adding ttp features"
Hideyuki Tai [Wed, 3 Sep 2014 15:59:02 +0000 (11:59 -0400)]
Bumped VTN version in Virtualization Edition.
This patch bumped version of VTN Coordinator to 6.0.0.0 in
Virtualization Edition.
Change-Id: Ib89f900e892053136136a4fd56d9f31a6ace4c0d
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Colin Dixon [Wed, 3 Sep 2014 14:50:27 +0000 (09:50 -0500)]
Adding ttp features
1) Feature Tests Pass: https://jenkins.opendaylight.org/ttp/job/ttp-merge/org.opendaylight.ttp$features-ttp/lastCompletedBuild/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=ttp.git;a=blob;f=features/src/main/resources/features.xml;hb=HEAD
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-ttp-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact: none that we are aware of
Change-Id: Ic9d5e54c9298b0121df7a4040a482884c80d257a
Signed-off-by: Colin Dixon <colin@colindixon.com>
Ed Warnicke [Tue, 2 Sep 2014 22:12:55 +0000 (22:12 +0000)]
Merge "Modify <repository> by alphabetical order"
Milos Fabian [Fri, 29 Aug 2014 11:34:13 +0000 (13:34 +0200)]
Adds pcep-segment-routing extension to SP distribution
Change-Id: I517d6ee574acfa8f5a88a4b62cd4bceb91250295
Signed-off-by: Milos Fabian <milfabia@cisco.com>
George Zhao [Sat, 30 Aug 2014 16:42:40 +0000 (09:42 -0700)]
Modify <repository> by alphabetical order
other minor changes: remove tabs in the file
Change-Id: Ia1d690a448d080032d08967ae7b23a24bebc1c2e
Signed-off-by: George Zhao <george.y.zhao@huawei.com>
Heath Kesler [Tue, 26 Aug 2014 23:18:49 +0000 (17:18 -0600)]
Adding features-bgp features
1) Feature Tests Pass: https://jenkins.opendaylight.org/bgpcep/job/bgpcep-verify/org.opendaylight.bgpcep$features-bgp/3144/testReport/
2) Features Comply with Guidelines: bgp/feature/src/main/resources/feature.xml
a) Feature Names: odl-bgpcep-all - which includes the following: odl-bgpcep-dependencies, odl-bgpcep-controller-config, odl-bgpcep-util, odl-bgpcep-concepts, odl-bgpcep-linkstate, odl-bgpcep-pcep-impl, odl-bgpcep-parser, odl-bgpcep-rib, odl-bgpcep-testtool
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
c) Features Start-Levels: No start-level
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-bgpcep-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact: none
Change-Id: I4d78e0a550ad9b1c86e94f5a769de38e4be9b1c0
Signed-off-by: Heath Kesler <hkesler@savoirtech.com>
Hideyuki Tai [Wed, 27 Aug 2014 22:10:15 +0000 (18:10 -0400)]
Adding VTN features
1) Feature Tests Pass:
https://jenkins.opendaylight.org/vtn/job/vtn-merge/288/org.opendaylight.vtn$features-vtn-manager/testReport/
2) Features Comply with Guidelines:
https://git.opendaylight.org/gerrit/gitweb?p=vtn.git;a=blob;f=manager/features/src/main/resources/features.xml;h=
739547ea5b3386631356c2dcf73b5cc1316f40db
a) Feature Names: Prefixed with 'odl-' :
https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present
https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-vtn-manager-all
b) feature:install odl-integration-compatible-with-vtn-manager
4) Integration Test Impact: VTN integration tests should work with this.
Change-Id: I230a868221d4894a05bb84a41b8a7015932b5f26
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Lorand Jakab [Wed, 27 Aug 2014 10:28:51 +0000 (13:28 +0300)]
Adding lispflowmapping features
1) Feature Tests Pass: https://jenkins.opendaylight.org/lispflowmapping/job/lispflowmapping-merge-develop/org.opendaylight.lispflowmapping$features-lispflowmapping/229/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=lispflowmapping.git;a=blob;f=features/src/main/resources/features.xml;h=
1c34efe8e256f57bab371b56b3aadc863ba99850;hb=
09bca5ccf588d25a52f8ec2749acb192dd985aa0
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-lispflowmapping-all
4) Integration Test Impact: As far as we know, no one is using these features yet. We're unaware of other project's dependency on LISP outside of Karaf as well.
Change-Id: I9345eba8021ea89b3680f50453a75ffe5ce03f68
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Michal Polkorab [Wed, 27 Aug 2014 14:08:07 +0000 (16:08 +0200)]
Adding openflowjava features
1) Feature Tests Pass: https://jenkins.opendaylight.org/openflowjava/job/openflowjava-merge/228/
2) Features Comply with Guidelines: features/src/main/resources/features.xml
a) Feature Names: Prefixed with 'odl-' : odl-openflowjava-all, odl-openflowjava-protocol
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-openflowjava-all, odl-openflowplugin-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact : none
Change-Id: I23c142349f1af0eac4b77b1ec8212cd3b892a273
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
Christopher O'Shea [Thu, 28 Aug 2014 19:59:46 +0000 (19:59 +0000)]
Merge "Adding aaa features"
Liem Nguyen [Thu, 28 Aug 2014 03:05:17 +0000 (20:05 -0700)]
Adding aaa features
1) Feature Tests Pass: https://jenkins.opendaylight.org/aaa/job/aaa-merge/6/org.opendaylight.aaa$features-aaa/testReport/
2) Features Comply with Guidelines: https://github.com/opendaylight/aaa/blob/master/features/src/main/resources/features.xml
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-aaa-all
b) feature:install odl-integration-compatible-with-all
4) Integration Test Impact (None currently)
Change-Id: I102bc28af38901801c40a600a81dd418b703af3b
Signed-off-by: Liem Nguyen <liem_m_nguyen@hp.com>
Madhu Venugopal [Thu, 28 Aug 2014 07:47:50 +0000 (00:47 -0700)]
Enabling OVS based Openstack Karaf Feature.
1) Feature Tests Pass:
https://jenkins.opendaylight.org/ovsdb/job/ovsdb-merge/259/org.opendaylight.ovsdb$features-ovsdb/testReport/
2) Features Comply with Guidelines: Yes (features starts with odl-, with description & no Start-levels)
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=features/ovsdb/src/main/resources/features.xml;h=
1a60f8d9dac857b81ca97f8010debd5e78a9da0e;hb=
635dd9959632d1e59aaa54df4d8d95d4d8645ba4
3) Features Tested: Features have been tested for functionality with
feature:install odl-ovsdb-openstack
4) Integration Test Impact : This brings in openstack support provided in OVSDB. If there are existing openstack tests, it is good to run it through them.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Madhu Venugopal [Thu, 28 Aug 2014 06:58:18 +0000 (23:58 -0700)]
Enabling Openflow NXM Extensions Karaf Feature
1) Feature Tests Pass:
https://jenkins.opendaylight.org/ovsdb/job/ovsdb-merge/257/org.opendaylight.ovsdb$features-openflow-nxm/testReport/
2) Features Comply with Guidelines: Yes (features starts with odl-, with description & no Start-levels)
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=features/of-nxm-extensions/src/main/resources/features.xml;h=
fe25b554230729f1aee0b46b38246db1734a4aff;hb=
c46bca34b1e903c71a485b4b5255a4996b2f09e4
3) Features Tested: Features have been tested for functionality with
feature:install odl-openflow-nxm-extensions
4) Integration Test Impact : This brings in the NXM extensions support for Openflow13. Should not have any impact.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Madhu Venugopal [Wed, 27 Aug 2014 23:34:58 +0000 (16:34 -0700)]
enabling ovsdb library, plugin and northbound features
1) Feature Tests Pass:
https://jenkins.opendaylight.org/ovsdb/job/ovsdb-merge/252/org.opendaylight.ovsdb$features-ovsdb/testReport/
2) Features Comply with Guidelines: Yes (features starts with odl-, with description & no Start-levels)
https://git.opendaylight.org/gerrit/gitweb?p=ovsdb.git;a=blob;f=features/src/main/resources/features.xml;h=
c401b4bda4042dc8c6168e49537b2e774c6cb1e1;hb=7f3abf4ddd6499a4cb1d70a6222b80c1e3982819ttps://jenkins.opendaylight.org/ovsdb/job/ovsdb-verify/887/org.opendaylight.ovsdb$features-ovsdb/testReport/
3) Features Tested: Features have been tested for functionality with
feature:install odl-ovsdb-all
4) Integration Test Impact : Basic ovsdb tests should pass now.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Christopher O'Shea [Wed, 27 Aug 2014 19:21:52 +0000 (19:21 +0000)]
Merge "Adding controller's adsal-compatibility features"
Ed Warnicke [Wed, 27 Aug 2014 01:15:04 +0000 (20:15 -0500)]
Adding controller's adsal-compatibility features
1) Feature Tests Pass: https://jenkins.opendaylight.org/controller/job/controller-merge/2669/org.opendaylight.controller$features-adsal-compatibility/testReport/
2) Features Comply with Guidelines: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/adsal-compatibility/src/main/resources/features.xml;h=
de939f219acc5bf438e4660a77eafaedc405a90a;hb=HEAD
a) Feature Names: Prefixed with 'odl-' : https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Feature_Naming
b) Features Descriptions: Present https://wiki.opendaylight.org/view/Runtime:Karaf_Features_Guidelines#Description
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-adsal-compatibility
b) feature:install odl-integration-compatible-with-l2switch
4) Integration Test Impact AD-SAL integration tests *should* work with this now.
Ping tests will need l2switch.
Note: This was tested with odl-integration-compatible-with-l2switch because
it allows us to do pingall and see the resulting stats, topology, etc
with the AD-SAL rest interface.
Change-Id: Ib56b7c1662cad1eab3992b4e6ac602de3b1f2542
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Tue, 26 Aug 2014 21:19:52 +0000 (16:19 -0500)]
Bundle all jars with distro
Change-Id: I308a0298ea743bef8a252c106233eac94b162470
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Madhu Venugopal [Mon, 25 Aug 2014 20:46:04 +0000 (13:46 -0700)]
Adding controller ADSAL & NSF features
1) Feature Tests Pass:
https://jenkins.opendaylight.org/controller/job/controller-merge/org.opendaylight.controller$features-adsal/2652/testReport/
https://jenkins.opendaylight.org/controller/job/controller-merge/org.opendaylight.controller$features-nsf/2652/testReport/
2) Features Comply with Guidelines: Yes (features starts with odl-, with description & no Start-levels)
https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/adsal/src/main/resources/features.xml;h=
e12ca8e5e990acc860dc9e56e4eed57ed9c2a0e0;hb=
a2670916a9c216311479463bbe2d707444afedc5
https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blob;f=features/nsf/src/main/resources/features.xml;h=
8dc51f1644c48dd31e9bf911681ea6819d7dc32b;hb=
a2670916a9c216311479463bbe2d707444afedc5
3) Features Tested: Features have been tested for functionality with
a) feature:install odl-adsal-all
b) feature:install odl-nsf-all
4) Integration Test Impact : This brings in ADSAL & NSF bundles. Since we dont have any AD-SAL southbound plugin features yet,
It will be difficult to run any existing test to make a difference. As soon as we have OVSDB or
ADSAL-Openflow or MD-SAL adaptor features available, we can start to see results :-).
Change-Id: Iaedfa69a96f954ff85a10fd622b5a0c42518076c
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Christopher O'Shea [Mon, 25 Aug 2014 06:12:26 +0000 (06:12 +0000)]
Merge "Adding l2switch features"
Ed Warnicke [Sun, 24 Aug 2014 15:28:12 +0000 (10:28 -0500)]
Adding l2switch features
You can try this with
feature:install odl-l2switch-switch
feature:install odl-restconf
Then point mininet at it and pingall will work
You can then look at:
GET http://localhost:8181/restconf/operational/network-topology:network-topology/
And see the host information as well
(nodes with host-track augmentaions)
and the the linkes that bring them into the topology.
Change-Id: I97fd05464f6796fdb670c428b688db64d5b7f8a3
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Christopher O'Shea [Sat, 23 Aug 2014 16:10:50 +0000 (16:10 +0000)]
Merge "Small fix to make everything executable in target/assembly"
Ed Warnicke [Fri, 22 Aug 2014 21:38:29 +0000 (16:38 -0500)]
Small fix to make everything executable in target/assembly
(which is useful for devs)
(things are already executable if you unzip the zipfile)
Change-Id: Ie0265358946b2baace957c98eddbc82316e71a89
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Wed, 20 Aug 2014 03:34:34 +0000 (22:34 -0500)]
Initial karaf indexing feature for integration and karaf distro.
REQUIRES: https://git.opendaylight.org/gerrit/#/c/10080 (controller)
REQUIRES: https://git.opendaylight.org/gerrit/#/c/10105/ (openflowjava)
REQUIRES: https://git.opendaylight.org/gerrit/#/c/10114/ (openflowplugin)
Change-Id: I3600b1e150196463153677aef5b36b13c4f03c64
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Luis Gomez [Sat, 16 Aug 2014 17:22:58 +0000 (17:22 +0000)]
Merge "Fixed a couple of runtime issues due to the existing support for the legacy vs MD-SAL based openflow plugin."
Madhu Venugopal [Sat, 16 Aug 2014 07:45:14 +0000 (00:45 -0700)]
Fixed a couple of runtime issues due to the existing support for the legacy vs MD-SAL based openflow plugin.
1. In addition to filtering out the openflowplugin bundles, also filter out the extension bundles.
2. Bringing the visibility of legacy vs MD-SAL based OpenFlowPlugin to Java Runtime.
The [-of10|-of13] flag is currently a script-only flag & is lost at the runtime.
During Hydrogen time-frame, ovsdb project also added another redundant runtime flag ovsdb.of.version
to determine the SAL to choose. AD-SAL vs MD-SAL. Currently ovsdb is the only project that uses both
this flag and also the legacy plugin. Hence added a simple -Dovsdb.of.version based on [-of13|-of10] flag.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Madhu Venugopal [Wed, 13 Aug 2014 21:31:03 +0000 (14:31 -0700)]
Adding OVS Openflow NX extensions bundles to the distribution.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Luis Gomez [Sat, 9 Aug 2014 02:48:21 +0000 (19:48 -0700)]
Patch to fix VTN after OVSDB changed Neutron artifact name
Change-Id: I92d9c8ec1c1b224a4911c73a959e5b2e0a516487
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Michal Rehak [Sat, 2 Aug 2014 17:24:34 +0000 (19:24 +0200)]
BUG-1255 extension proposal
- added new dependency
- this dependency is needed by
https://git.opendaylight.org/gerrit/#/c/9393/
Change-Id: I7ef3e3f5b37034d8a1a6b9e110fcc63f4155fb6b
Signed-off-by: Michal Rehak <mirehak@cisco.com>
Luis Gomez [Tue, 5 Aug 2014 21:11:42 +0000 (21:11 +0000)]
Merge "Updating Integration Virtualization edition with the renamed Bundles for OpenStack Neutron integration."
Madhu Venugopal [Tue, 5 Aug 2014 19:01:35 +0000 (12:01 -0700)]
Updating Integration Virtualization edition with the renamed Bundles for OpenStack Neutron integration.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Carol Sanders [Fri, 1 Aug 2014 07:09:37 +0000 (07:09 +0000)]
Merge "Remove Affinity from Helium"
Luis Gomez [Fri, 1 Aug 2014 06:20:05 +0000 (23:20 -0700)]
Remove Affinity from Helium
Change-Id: I3161d3bff8149450002a0f12200bddfb9b6c75df
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Dave Tucker [Thu, 24 Jul 2014 14:03:34 +0000 (15:03 +0100)]
Initial Commit of ODL OpenStack Integration
- Add Vagrantfile for Devstack VMs
- Add Puppet manifests for provisioning the VMs
Change-Id: I099dd25feb2bdeafee6ef360b346cbe10ab9ac00
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Luis Gomez [Wed, 23 Jul 2014 20:09:21 +0000 (13:09 -0700)]
Removing Affinity from SP edition
Change-Id: I0ad21f92846a15d8ed24249039ce803437f9a0bc
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Robert Varga [Mon, 21 Jul 2014 21:38:57 +0000 (23:38 +0200)]
Switchover TCP-MD5 artifacts
Switches from BGPCEP-supplied artifacts to the TCPMD5-supplied
artifacts.
Change-Id: Ibaec92c3a6824cb2c266af20d1164a35ce1d5aa7
Signed-off-by: Robert Varga <rovarga@cisco.com>
Luis Gomez [Fri, 18 Jul 2014 05:43:12 +0000 (05:43 +0000)]
Merge "Bug-194: Removed BGPCEP tcpmd5/jni-cfg dependency."
Milos Fabian [Wed, 16 Jul 2014 12:04:53 +0000 (14:04 +0200)]
Bug-194: Removed BGPCEP tcpmd5/jni-cfg dependency.
Change-Id: I97fce5c8a1187ae49465ceec4f67dad4b56560f1
Signed-off-by: Milos Fabian <milfabia@cisco.com>
Luis Gomez [Wed, 16 Jul 2014 03:06:14 +0000 (03:06 +0000)]
Merge "Modifying the distributions to use the latest OVSDB bundles."
Madhu Venugopal [Sat, 12 Jul 2014 17:39:44 +0000 (10:39 -0700)]
Modifying the distributions to use the latest OVSDB bundles.
OVSDB project undertook a major re-architecture at the library layer to provide schema-independent OVS management capability
and it was completed recently. Please refer to : https://lists.opendaylight.org/pipermail/integration-dev/2014-July/001295.html
This commit brings in the latest bundles that reflects the exact same functionality as in Hydrogen timeframe.
As mentioned in the above email announcement and the prior call for action, VTN project must upgrade their dependencies to the
latest OVSDB bundle versions and use the newer APIs. Without that, the VTN neutron bundle will fail to load due to the missing
dependencies.
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
Milos Fabian [Fri, 11 Jul 2014 07:54:31 +0000 (09:54 +0200)]
Bug-194: Removed BGPCEP config artifacts from SP pom.xml
Change-Id: I7953d3da19161c3c5fc31d91de90cb2af28f15e9
Signed-off-by: Milos Fabian <milfabia@cisco.com>
Martin Bobak [Tue, 8 Jul 2014 11:45:44 +0000 (13:45 +0200)]
Bug 1008 - Define checked exceptions
- introduced openflowplugin-api
Please merge only after this one is merged https://git.opendaylight.org/gerrit/#/c/8791/
Signed-off-by: Martin Bobak <mbobak@cisco.com>
Luis Gomez [Tue, 8 Jul 2014 00:10:29 +0000 (00:10 +0000)]
Merge "Switch to new ofplugin"
Ed Warnicke [Tue, 10 Jun 2014 01:28:25 +0000 (20:28 -0500)]
Switch to new ofplugin
Default is now the new ofplugin
-of13 still works and uses the new ofplugin
-of10 now uses the legacy plugin
Because of the change, bumped version from
0.1.2-SNAPSHOT to 0.2.0-SNAPSHOT
Change-Id: I610de4b8a31bbc926ea6a27029ed1961bab21c9d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Fri, 4 Jul 2014 18:56:40 +0000 (18:56 +0000)]
Add -of10 flag
Change-Id: Ic43760e13a929d8baa6bfd4077a2b321802be234
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Michal Rehak [Thu, 3 Jul 2014 17:39:55 +0000 (19:39 +0200)]
BUG-1277 Reflection of OFJava's ByteBufUtils move on OFPlugin
- added the introduced bundle as dependency to distributions/base
Change-Id: I5e552e5f3a27084b918ef256116b13ac84bae6cb
Signed-off-by: Michal Rehak <mirehak@cisco.com>
Luis Gomez [Wed, 2 Jul 2014 06:39:22 +0000 (06:39 +0000)]
Merge "BUG-1053 added external run.bat for supp of13 on windows && edited bin.xml for generating run.bat(external) and run.internal.bat from controller"
Luis Gomez [Wed, 2 Jul 2014 06:38:50 +0000 (06:38 +0000)]
Merge "Bug 1268: Prepends $RUNSH_DIR to relative paths in base distribution run.sh"
Luis Gomez [Wed, 2 Jul 2014 06:37:51 +0000 (06:37 +0000)]
Merge "BUG-1200 fix external run.sh for the same logic of checking arguments"
Jakub [Mon, 23 Jun 2014 08:11:20 +0000 (10:11 +0200)]
BUG-1053 added external run.bat for supp of13 on windows && edited bin.xml for generating run.bat(external) and run.internal.bat from controller
Change-Id: I8173665cdd4454efda5257dad6279bb55e48b19a
Signed-off-by: Jakub <jatoth@cisco.com>
Vratko Polak [Tue, 1 Jul 2014 10:40:27 +0000 (12:40 +0200)]
Bug 1268: Prepends $RUNSH_DIR to relative paths in base distribution run.sh
Change-Id: Idc9cf9ce422acab62bcc4551148b646595d6a8ad
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Luis Gomez [Fri, 27 Jun 2014 14:11:38 +0000 (14:11 +0000)]
Merge "Logically separate OF plugin from controller distribution bundle."
Ed Warnicke [Fri, 27 Jun 2014 12:28:09 +0000 (07:28 -0500)]
Fixed to filter out compat bundles or OF10 case
Change-Id: I72cd8e1820ee058314efb15522083304be01b8f1
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Ed Warnicke [Thu, 26 Jun 2014 19:00:09 +0000 (14:00 -0500)]
Logically separate OF plugin from controller distribution bundle.
This plugin effectively results in no changes in output, but introduces
the correct logical separation of the OFplugin from controller.
When copying the controller distribution.opendaylight and unpacking
it, the legacy OF plugin is excluded at the file level.
However, then it is added in as a proper maven *dependency*.
This way, OFplugin default changes can be independent of whatever
is happening in controller opendaylight.distribution.
Change-Id: I4ae8167432eb0632a6768a05037daa0b8f630247
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Tomas Olvecky [Thu, 3 Apr 2014 09:43:37 +0000 (11:43 +0200)]
Bug 622: Replace tomcat with jetty in toaster distribution.
Remove virgo, update jersey, remove odl 3rd party wrapper around jersey servlet, use latest jetty, use version reference in config.ini .
Change-Id: Idd832558d0e601baca2c527391e7804c98c6851b
Signed-off-by: Tomas Olvecky <tolvecky@cisco.com>