mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Fix cpman Buck build
Change-Id: I08d6db71a4e78a5528377cc4489decaa5b763248
This commit is contained in:
parent
4c7c90a54d
commit
bdfb5cb428
@ -16,6 +16,7 @@ TEST_DEPS = [
|
||||
|
||||
BUNDLES = [
|
||||
'//apps/cpman/api:onos-apps-cpman-api',
|
||||
':onos-apps-cpman-app',
|
||||
]
|
||||
|
||||
EXCLUDED_BUNDLES = [
|
||||
@ -25,13 +26,16 @@ EXCLUDED_BUNDLES = [
|
||||
osgi_jar_with_tests (
|
||||
deps = COMPILE_DEPS,
|
||||
test_deps = TEST_DEPS,
|
||||
web_context = '/onos/cpman',
|
||||
)
|
||||
|
||||
onos_app (
|
||||
title = 'Control Plane Manager REST API',
|
||||
category = 'Provider',
|
||||
app_name = 'org.onosproject.cpman',
|
||||
title = 'Control Plane Manager application',
|
||||
category = 'Monitoring',
|
||||
url = 'http://onosproject.org',
|
||||
description = 'APIs for interacting with the Control Plane Management application.',
|
||||
description = 'Control Plane Management application for monitoring the health of the ONOS cluster',
|
||||
included_bundles = BUNDLES,
|
||||
excluded_bundles = EXCLUDED_BUNDLES,
|
||||
required_apps = [ 'org.onosproject.openflow-message' ],
|
||||
)
|
||||
|
||||
@ -15,6 +15,7 @@ osgi_jar_with_tests (
|
||||
)
|
||||
|
||||
onos_app (
|
||||
app_name = 'org.onosproject.openflow-message',
|
||||
title = 'Control Message Stats Provider',
|
||||
category = 'Provider',
|
||||
url = 'http://onosproject.org',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user