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