Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame^] | 1 | BUNDLES = [ |
2 | '//apps/segmentrouting/app:onos-apps-segmentrouting-app', | ||||
3 | '//apps/segmentrouting/web:onos-apps-segmentrouting-web', | ||||
4 | ] | ||||
5 | |||||
6 | onos_app ( | ||||
7 | title = 'Segment Routing', | ||||
8 | category = 'Traffic Steering', | ||||
9 | url = 'http://onosproject.org', | ||||
10 | included_bundles = BUNDLES, | ||||
11 | description = 'Segment routing application.', | ||||
12 | required_apps = [ 'org.onosproject.route-service', 'org.onosproject.mcast' ], | ||||
13 | ) |