blob: c619118349827fcf6d83a22a00661497ae98ada9 [file] [log] [blame]
Aaron Kruglikovd1a1a402017-02-07 09:16:34 -08001BUNDLES = [
2 '//apps/netconf/client:onos-apps-netconf-client',
3]
4
5onos_app (
6 app_name = 'org.onosproject.netconf',
7 title = 'NETCONF Application Module',
8 category = 'Utility',
9 url = 'http://onosproject.org',
10 description = """This application provides an interface for monitoring and modifying datastores
11 of NETCONF devices using Yang data. It uses the YangRuntime to serialize outbound
12 messages from Yang into NETCONF and deserialize received messages.""",
13 included_bundles = BUNDLES,
14)