mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
14 lines
346 B
Python
14 lines
346 B
Python
BUNDLES = [
|
|
'//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc',
|
|
'//apps/vtn/sfcmgr:onos-apps-vtn-sfcmgr',
|
|
'//apps/vtn/vtnmgr:onos-apps-vtn-vtnmgr',
|
|
'//apps/vtn/vtnweb:onos-apps-vtn-vtnweb',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'OPNFV App',
|
|
url = 'http://onosproject.org',
|
|
included_bundles = BUNDLES,
|
|
description = 'ONOS framework applications',
|
|
)
|