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