Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 1 | BUNDLES = [ |
Sithara Punnassery | 425837f | 2017-03-21 12:58:00 -0700 | [diff] [blame] | 2 | '//apps/netconfsb/client:onos-apps-netconfsb-client', |
| 3 | '//apps/netconfsb/storeadapter:onos-apps-netconfsb-storeadapter', |
Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 4 | ] |
| 5 | |
| 6 | onos_app ( |
Sithara Punnassery | 425837f | 2017-03-21 12:58:00 -0700 | [diff] [blame] | 7 | app_name = 'org.onosproject.netconfsb', |
Aaron Kruglikov | d1a1a40 | 2017-02-07 09:16:34 -0800 | [diff] [blame] | 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 | ) |