mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
15 lines
484 B
Python
15 lines
484 B
Python
BUNDLES = [
|
|
'//apps/mappingmanagement/api:onos-apps-mappingmanagement-api',
|
|
'//apps/mappingmanagement/cli:onos-apps-mappingmanagement-cli',
|
|
'//apps/mappingmanagement/mgr:onos-apps-mappingmanagement-mgr',
|
|
'//apps/mappingmanagement/web:onos-apps-mappingmanagement-web',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'Mapping Management App',
|
|
description = 'ONOS mapping management application',
|
|
category = 'Monitoring',
|
|
url = 'https://onosproject.org/',
|
|
included_bundles = BUNDLES,
|
|
)
|