mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
15 lines
420 B
Python
15 lines
420 B
Python
BUNDLES = [
|
|
'//apps/tetunnel/api:onos-apps-tetunnel-api',
|
|
'//apps/tetunnel/app:onos-apps-tetunnel-app',
|
|
]
|
|
|
|
onos_app (
|
|
app_name = 'org.onosproject.tetunnel',
|
|
title = 'TE Tunnel Core',
|
|
category = 'Traffic Steering',
|
|
url = 'http://onosproject.org',
|
|
description = 'Application to create and manage TE tunnels.',
|
|
included_bundles = BUNDLES,
|
|
required_apps = [ 'org.onosproject.tetopology' ],
|
|
)
|