简体   繁体   English

OpenDaylight Fluorescent SR3 / Neon SR1-在功能列表中找不到运输功能

[英]OpenDaylight Fluorine SR3/Neon SR1 - Cannot find transportpce feature in the feature list

I am new to OpenDaylight. 我是OpenDaylight的新手。 My intention is to learn about ODL and the TransportPCE feature in particular. 我的目的是特别学习ODL和TransportPCE功能。 I have downloaded and installed the latest releases of OpenDaylight. 我已经下载并安装了OpenDaylight的最新版本。 I was hoping to see odl-transportpce in the feature:list but it is not listed. 我希望在feature:list看到odl-transportpce ,但未列出。 The documentation seems to suggest it was released with Fluorine SR3/Neon SR1 release. 该文档似乎暗示它是与Fluorine SR3 / Neon SR1版本一起发布的。 Where can I find the feature? 在哪里可以找到该功能?

TransportPCE is provided in the downloadable image, but it's not enabled by default. 可下载的映像中提供了TransportPCE ,但默认情况下未启用它。 You need to add its repository; 您需要添加其存储库; for Neon SR1, in the Karaf console: 对于Neon SR1,在Karaf控制台中:

repo-add mvn:org.opendaylight.transportpce/features-transportpce/0.3.1/xml/features

You will then be able to install the TransportPCE feature: 然后,您将能够安装TransportPCE功能:

feature:install odl-transportpce

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM