Cleaning up app names, descriptions and categories.
Change-Id: I684fdf23fcd8a8078d82bc6ff5e3d1af664b20c2
diff --git a/providers/netconf/BUCK b/providers/netconf/BUCK
index 4b077ad..92f7a72 100644
--- a/providers/netconf/BUCK
+++ b/providers/netconf/BUCK
@@ -13,10 +13,12 @@
onos_app (
title = 'NETCONF Provider',
category = 'Provider',
- url = 'http://onosproject.org',
+ url = 'https://wiki.onosproject.org/display/ONOS/NETCONF',
included_bundles = BUNDLES,
excluded_bundles = EXCLUDED_BUNDLES,
- description = 'NETCONF protocol southbound providers.',
+ description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
+ 'with NETCONF from information given by network configuration.' +
+ 'Also provides capabilities for receiving asynchronous alarm notifications from devices.',
required_apps = [ 'org.onosproject.faultmanagement'],
)
diff --git a/providers/openflow/base/BUCK b/providers/openflow/base/BUCK
index a973d06..0513e6f 100644
--- a/providers/openflow/base/BUCK
+++ b/providers/openflow/base/BUCK
@@ -17,7 +17,7 @@
app_name = 'org.onosproject.openflow-base',
title = 'OpenFlow Base Provider',
category = 'Provider',
- url = 'http://onosproject.org',
+ url = 'https://wiki.onosproject.org/display/ONOS/OpenFlow',
description = 'Provides the base suite of device, flow and packet providers that rely on the ' +
'OpenFlow protocol to interact with network devices.',
included_bundles = BUNDLES,
diff --git a/providers/rest/BUCK b/providers/rest/BUCK
index ff2baa8..81fe5b4 100644
--- a/providers/rest/BUCK
+++ b/providers/rest/BUCK
@@ -12,8 +12,9 @@
app_name = 'org.onosproject.restsb',
title = 'REST Provider',
category = 'Provider',
- url = 'http://onosproject.org',
+ url = 'https://wiki.onosproject.org/display/ONOS/REST',
included_bundles = BUNDLES,
- description = 'REST protocol southbound providers.',
+ description = 'Provides means for ONOS to discover the existence of a REST API enabled device ' +
+ 'or proxy for multiple devices from information given by network configuration.',
)
diff --git a/providers/snmp/BUCK b/providers/snmp/BUCK
index eca6599..15d6202 100644
--- a/providers/snmp/BUCK
+++ b/providers/snmp/BUCK
@@ -13,7 +13,8 @@
app_name = 'org.onosproject.snmp',
title = 'SNMP Provider',
category = 'Provider',
- url = 'http://onosproject.org',
+ url = 'https://wiki.onosproject.org/display/ONOS/SNMP',
included_bundles = BUNDLES,
- description = 'SNMP providers.',
+ description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
+ 'with SNMP enabled devices from information given by network configuration.',
)
diff --git a/providers/tl1/BUCK b/providers/tl1/BUCK
index 6168610..1c57dc4 100644
--- a/providers/tl1/BUCK
+++ b/providers/tl1/BUCK
@@ -7,7 +7,8 @@
app_name = 'org.onosproject.tl1',
title = 'TL1 Provider',
category = 'Provider',
- url = 'http://onosproject.org',
+ url = 'https://wiki.onosproject.org/display/ONOS/TL1',
included_bundles = BUNDLES,
- description = 'TL1 protocol southbound providers.',
+ description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
+ 'with TL1 enable devices from information given by network configuration.',
)