Henry Yu | 4b4a7eb | 2016-11-09 20:07:53 -0500 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | '//apps/tetopology/api:onos-apps-tetopology-api', |
Henry Yu | ad44114 | 2016-12-01 17:00:37 -0500 | [diff] [blame] | 3 | '//apps/tetopology/app:onos-apps-tetopology-app', |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 4 | ] |
| 5 | |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 6 | onos_app ( |
Yixiao Chen | 68bfab2 | 2016-11-11 11:04:10 -0500 | [diff] [blame] | 7 | app_name = 'org.onosproject.tetopology', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 8 | title = 'TE Topology Core', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 9 | category = 'Traffic Steering', |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 10 | url = 'http://onosproject.org', |
| 11 | description = 'Application to create and manage hierarchical TE topologies.', |
Henry Yu | 4b4a7eb | 2016-11-09 20:07:53 -0500 | [diff] [blame] | 12 | included_bundles = BUNDLES, |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 13 | ) |