Henry Yu | ad44114 | 2016-12-01 17:00:37 -0500 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/tetunnel/api:onos-apps-tetunnel-api', |
| 3 | '//apps/tetunnel/app:onos-apps-tetunnel-app', |
| 4 | ] |
| 5 | |
| 6 | onos_app ( |
| 7 | app_name = 'org.onosproject.tetunnel', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 8 | title = 'TE Tunnel Core', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 9 | category = 'Traffic Steering', |
Henry Yu | ad44114 | 2016-12-01 17:00:37 -0500 | [diff] [blame] | 10 | url = 'http://onosproject.org', |
| 11 | description = 'Application to create and manage TE tunnels.', |
| 12 | included_bundles = BUNDLES, |
slowr | 7ccbf3d | 2017-07-26 16:31:21 -0700 | [diff] [blame] | 13 | required_apps = [ 'org.onosproject.tetopology' ], |
Henry Yu | ad44114 | 2016-12-01 17:00:37 -0500 | [diff] [blame] | 14 | ) |