Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jonathan Hart
2016-08-01 13:43:38 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bdfb5cb428d3978e6903806185d5340ffa2c4a39
bdfb5cb4
1 parent
4c7c90a5
Fix cpman Buck build
Change-Id: I08d6db71a4e78a5528377cc4489decaa5b763248
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
apps/cpman/app/BUCK
providers/openflow/message/BUCK
apps/cpman/app/BUCK
View file @
bdfb5cb
...
...
@@ -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' ],
)
...
...
providers/openflow/message/BUCK
View file @
bdfb5cb
...
...
@@ -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',
...
...
Please
register
or
login
to post a comment