Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 1 | APPS = [ |
| 2 | 'org.onosproject.yang', |
| 3 | 'org.onosproject.yang-gui', |
| 4 | 'org.onosproject.config', |
| 5 | 'org.onosproject.restconf', |
Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 6 | 'org.onosproject.protocols.restconfserver', |
| 7 | 'org.onosproject.netconf', |
| 8 | 'org.onosproject.netconfsb', |
Thomas Vachuska | c1732fd | 2017-05-10 15:24:47 -0700 | [diff] [blame] | 9 | 'org.onosproject.models.openroadm', |
Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | BUNDLES = [ |
Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 13 | '//apps/openroadm/service:onos-apps-openroadm-service', |
| 14 | '//apps/openroadm/network:onos-apps-openroadm-network', |
| 15 | ] |
| 16 | |
| 17 | onos_app( |
| 18 | app_name = 'org.onosproject.openroadm', |
Thomas Vachuska | 7c45e28 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 19 | title = 'Open ROADM', |
Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 20 | category = 'Utility', |
| 21 | url = 'http://onosproject.org', |
| 22 | included_bundles = BUNDLES, |
| 23 | description = 'Open ROADM Application', |
| 24 | required_apps = APPS, |
| 25 | ) |