mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
17 lines
438 B
Python
17 lines
438 B
Python
BUNDLES = [
|
|
"//apps/segmentrouting/app:onos-apps-segmentrouting-app",
|
|
"//apps/segmentrouting/web:onos-apps-segmentrouting-web",
|
|
]
|
|
|
|
onos_app(
|
|
category = "Traffic Steering",
|
|
description = "Segment routing application.",
|
|
included_bundles = BUNDLES,
|
|
required_apps = [
|
|
"org.onosproject.route-service",
|
|
"org.onosproject.mcast",
|
|
],
|
|
title = "Segment Routing",
|
|
url = "http://onosproject.org",
|
|
)
|