blob: 92f7a7298e42d844527d38ffbb14ff2dd016de11 [file] [log] [blame]
Ray Milkeyaeb00792016-04-20 16:15:21 -07001BUNDLES = [
2 '//providers/netconf/device:onos-providers-netconf-device',
Michele Santuari358f30e2016-08-04 17:33:12 +02003 '//providers/netconf/alarm:onos-providers-netconf-alarm',
Ray Milkeyaeb00792016-04-20 16:15:21 -07004 '//protocols/netconf/api:onos-protocols-netconf-api',
5 '//protocols/netconf/ctl:onos-protocols-netconf-ctl',
Andrea Campanella7bbe7b12017-05-03 16:03:38 -07006 '//lib:sshd-core',
Ray Milkeyaeb00792016-04-20 16:15:21 -07007]
8
9EXCLUDED_BUNDLES = [
Ray Milkey4e5139b2016-04-27 15:50:43 -070010 '//lib:ganymed-ssh2',
Ray Milkeyaeb00792016-04-20 16:15:21 -070011]
12
13onos_app (
14 title = 'NETCONF Provider',
15 category = 'Provider',
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070016 url = 'https://wiki.onosproject.org/display/ONOS/NETCONF',
Ray Milkeyaeb00792016-04-20 16:15:21 -070017 included_bundles = BUNDLES,
18 excluded_bundles = EXCLUDED_BUNDLES,
Thomas Vachuskac98aa2a2017-08-28 10:47:48 -070019 description = 'Provides means for ONOS to discover and trigger the initial handshake procedure ' +
20 'with NETCONF from information given by network configuration.' +
21 'Also provides capabilities for receiving asynchronous alarm notifications from devices.',
Andrea Campanella4c5fd7c2017-01-31 17:20:56 -080022 required_apps = [ 'org.onosproject.faultmanagement'],
Ray Milkeyaeb00792016-04-20 16:15:21 -070023)
24
25