blob: 1304a5eeb2f3debe0289f1f4acae311872f74314 [file] [log] [blame]
Ray Milkey02a658b2018-06-13 08:52:39 -07001BUNDLES = [
Ray Milkey15053f02018-06-13 10:00:45 -07002 "//apps/segmentrouting/app:onos-apps-segmentrouting-app",
3 "//apps/segmentrouting/web:onos-apps-segmentrouting-web",
Ray Milkey02a658b2018-06-13 08:52:39 -07004]
5
Ray Milkey15053f02018-06-13 10:00:45 -07006onos_app(
7 category = "Traffic Steering",
8 description = "Segment routing application.",
Ray Milkey02a658b2018-06-13 08:52:39 -07009 included_bundles = BUNDLES,
Ray Milkey15053f02018-06-13 10:00:45 -070010 required_apps = [
11 "org.onosproject.route-service",
12 "org.onosproject.mcast",
Charles Chanf7b1b4b2019-01-16 15:30:39 -080013 "org.onosproject.portloadbalancer",
Ray Milkey15053f02018-06-13 10:00:45 -070014 ],
15 title = "Segment Routing",
16 url = "http://onosproject.org",
Ray Milkey02a658b2018-06-13 08:52:39 -070017)