Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/netconf/client:onos-apps-netconf-client', |
Sithara Punnassery | 43833e1 | 2017-03-14 16:29:19 -0700 | [diff] [blame] | 3 | '//apps/netconf/storeadapter:onos-apps-netconf-storeadapter', |
Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | onos_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 | ) |