Davide Sanvito | 05983ba | 2017-12-01 11:46:44 +0100 | [diff] [blame] | 1 | BUNDLES = [ |
2 | '//apps/imr/api:onos-apps-imr-api', | ||||
3 | '//apps/imr/app:onos-apps-imr-app', | ||||
4 | ] | ||||
5 | |||||
6 | onos_app ( | ||||
7 | title = 'Intent Monitoring and Rerouting', | ||||
8 | category = 'Traffic Engineering', | ||||
9 | url = 'http://onosproject.org', # link alla wiki su wiki.onosproject.org | ||||
10 | description = 'Intent Monitoring and Rerouting application.', | ||||
11 | included_bundles = BUNDLES, | ||||
12 | ) |