mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 19:56:49 +02:00
Add missing application titles in app.xml with pom.xml clean up
Change-Id: I543572d696f30f2ceebd39d9c6c33be55f5da38d
This commit is contained in:
parent
af520d3c22
commit
2b746f4cbd
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.aaa" origin="ATT" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="ONOS Auth App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.bgprouter" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="BGP router App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.cordmcast</onos.app.name>
|
||||
<onos.app.title>CORD Multicast App</onos.app.title>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.cordvtn" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="CORD Virtual Tenant Network"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}"
|
||||
apps="org.onosproject.ovsdb-base,org.onosproject.openstackinterface,org.onosproject.dhcp">
|
||||
|
||||
@ -32,11 +32,6 @@
|
||||
<description>Virtual tenant network service for CORD</description>
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.cordvtn</onos.app.name>
|
||||
<onos.app.title>CORD Virtual Tenant Network</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>Virtual tenant network service for CORD.</onos.app.readme>
|
||||
<web.context>/onos/cordvtn</web.context>
|
||||
<api.version>1.0.0</api.version>
|
||||
<api.title>CORD VTN REST API</api.title>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.cpman" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Control Plane Manager"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}" apps="org.onosproject.openflow-message">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.dhcp" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="DHCP Server REST API"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.faultmanagement" origin="BTI Systems" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="ONOS Fault Mgmt App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -36,9 +36,7 @@
|
||||
<onos.app.title>Performance Metrics App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>
|
||||
Performance metrics collection application.
|
||||
</onos.app.readme>
|
||||
<onos.app.readme>Performance metrics collection application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -36,9 +36,7 @@
|
||||
<onos.app.title>Multicast Forwarding App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>
|
||||
Multicast forwarding application.
|
||||
</onos.app.readme>
|
||||
<onos.app.readme>Multicast forwarding application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -36,7 +36,8 @@
|
||||
<onos.app.title>Mastership Load Balancer App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>Application that balances mastership among nodes.
|
||||
<onos.app.readme>
|
||||
Application that balances mastership among nodes.
|
||||
</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -36,9 +36,7 @@
|
||||
<onos.app.title>Host Mobility App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>
|
||||
Host mobility application.
|
||||
</onos.app.readme>
|
||||
<onos.app.readme>Host mobility application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.olt" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="ONOS OLT App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.openstackinterface" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Openstack Interface App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -29,12 +29,9 @@
|
||||
<artifactId>onos-app-openstackinterface-app</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
|
||||
<description>Openstack Interface Application</description>
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.openstackinterface</onos.app.name>
|
||||
<onos.app.title>Openstack Interface App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>Openstack Interface Application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
@ -95,6 +92,4 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.openstacknetworking" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Openstack Networking App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}"
|
||||
apps="org.onosproject.openstackswitching,org.onosproject.openstackrouting">
|
||||
|
||||
@ -30,10 +30,6 @@
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.openstacknetworking</onos.app.name>
|
||||
<onos.app.title>Openstack Networking App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>Openstack Networking Application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -36,8 +36,7 @@
|
||||
<onos.app.title>Packet/Optical Use-Case App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>http://onosproject.org</onos.app.url>
|
||||
<onos.app.readme>Packet/Optical use-case application.
|
||||
</onos.app.readme>
|
||||
<onos.app.readme>Packet/Optical use-case application.</onos.app.readme>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -36,9 +36,7 @@
|
||||
<onos.app.title>Path Visualization App</onos.app.title>
|
||||
<onos.app.category>default</onos.app.category>
|
||||
<onos.app.url>https://wiki.onosproject.org/display/ONOS/Path+Painter+Application+GUI</onos.app.url>
|
||||
<onos.app.title>
|
||||
Path visualization application
|
||||
</onos.app.title>
|
||||
<onos.app.title>Path visualization application</onos.app.title>
|
||||
<onos.app.readme>
|
||||
Allows the user to visualize different types of paths between
|
||||
network entities such as switches and hosts.
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.sdnip" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="SDN-IP App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.vpls</onos.app.name>
|
||||
<onos.app.title>VLAN L2 Broadcast Network App</onos.app.title>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.vrouter" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Virtual Router App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -31,23 +31,16 @@
|
||||
<packaging>bundle</packaging>
|
||||
|
||||
<description>Virtual router (vRouter) application</description>
|
||||
<url>http://onosproject.org</url>
|
||||
|
||||
<properties>
|
||||
<onos.version>1.5.0-SNAPSHOT</onos.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-api</artifactId>
|
||||
<version>${onos.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onlab-osgi</artifactId>
|
||||
<version>${onos.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@ -64,7 +57,6 @@
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onos-api</artifactId>
|
||||
<version>${onos.version}</version>
|
||||
<scope>test</scope>
|
||||
<classifier>tests</classifier>
|
||||
</dependency>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.vtn" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="ONOS Framework App"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.bgp" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="BGP Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.lldpprovider" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="LLDP Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.netcfglinksprovider" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Network Config Link Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -13,7 +13,8 @@
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
--><features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
|
||||
-->
|
||||
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
|
||||
<feature name="${project.artifactId}" version="${project.version}"
|
||||
description="${project.description}">
|
||||
<feature>onos-api</feature>
|
||||
|
||||
@ -30,16 +30,8 @@
|
||||
<description>
|
||||
Links provider that uses network config service to predefine devices and links.
|
||||
</description>
|
||||
<url>http://onosproject.org</url>
|
||||
|
||||
<properties>
|
||||
<onos.app.name>org.onosproject.netcfglinksprovider</onos.app.name>
|
||||
<onos.app.title>Network Config Link Provider</onos.app.title>
|
||||
<onos.app.origin>ON.Lab</onos.app.origin>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>onlab-osgi</artifactId>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.netconf" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="NetConf Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.openflow-base" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="OpenFlow Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.openflow-message" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="Control Message Stat. Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.ovsdb-base" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="OVSDB Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.pcep" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="PCEP Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.restsb" origin="ON.Lab" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="REST Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
~ limitations under the License.
|
||||
-->
|
||||
<app name="org.onosproject.snmp" origin="BTI Systems" version="${project.version}"
|
||||
category="default" url="http://onosproject.org"
|
||||
category="default" url="http://onosproject.org" title="SNMP Provider"
|
||||
featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
|
||||
features="${project.artifactId}">
|
||||
<description>${project.description}</description>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user