Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/netconf/client:onos-apps-netconf-client', |
| 3 | ] |
| 4 | |
| 5 | onos_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 | ) |