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