Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "@org_apache_servicemix_bundles_snmp4j//jar", |
| 3 | "@mibs_rfc//jar", |
| 4 | "@snmp_core//jar", |
| 5 | "@mibs_net_snmp//jar", |
| 6 | "//providers/snmp/device:onos-providers-snmp-device", |
| 7 | "//providers/snmp/alarm:onos-providers-snmp-alarm", |
| 8 | "//protocols/snmp/api:onos-protocols-snmp-api", |
| 9 | "//protocols/snmp/ctl:onos-protocols-snmp-ctl", |
| 10 | ] |
| 11 | |
| 12 | onos_app( |
| 13 | app_name = "org.onosproject.snmp", |
| 14 | category = "Provider", |
| 15 | description = "Provides means for ONOS to discover and trigger the initial handshake procedure " + |
| 16 | "with SNMP enabled devices from information given by network configuration.", |
| 17 | included_bundles = BUNDLES, |
| 18 | required_apps = ["org.onosproject.faultmanagement"], |
| 19 | title = "SNMP Provider", |
| 20 | url = "https://wiki.onosproject.org/display/ONOS/SNMP", |
| 21 | ) |