mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 02:11:38 +02:00
14 lines
366 B
Python
14 lines
366 B
Python
BUNDLES = [
|
|
'//apps/cfm/api:onos-apps-cfm-api',
|
|
'//apps/cfm/app:onos-apps-cfm-app',
|
|
'//apps/cfm/nbi:onos-apps-cfm-nbi',
|
|
]
|
|
|
|
onos_app (
|
|
title = 'Layer 2 Monitoring CFM Application',
|
|
category = 'Utility',
|
|
url = 'http://onosproject.org',
|
|
description = 'Layer 2 Monitoring Connectivity Fault Management App',
|
|
included_bundles = BUNDLES,
|
|
)
|