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