blob: 7082797ca3c4492e537a8e78d86eeec6e26741fe [file] [log] [blame]
Jian Lib8ea0b52016-03-31 09:33:27 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:gmetric4j',
4 '//lib:metrics-graphite',
5]
6
Ray Milkeyf9a76972016-04-12 09:47:12 -07007EXCLUDED_BUNDLES = [
8 '//lib:gmetric4j',
9 '//lib:metrics-graphite',
10]
11
Jian Lib8ea0b52016-03-31 09:33:27 -070012TEST_DEPS = [
13 '//lib:TEST',
Ray Milkey7c251822016-04-06 17:38:25 -070014 '//core/api:onos-api-tests',
Jian Lib8ea0b52016-03-31 09:33:27 -070015]
16
Ray Milkeyf9a76972016-04-12 09:47:12 -070017osgi_jar_with_tests (
Jian Lib8ea0b52016-03-31 09:33:27 -070018 deps = COMPILE_DEPS,
Ray Milkeyf9a76972016-04-12 09:47:12 -070019 test_deps = TEST_DEPS,
Jian Lib8ea0b52016-03-31 09:33:27 -070020)
21
Ray Milkeyf9a76972016-04-12 09:47:12 -070022onos_app (
23 title = 'Graphite Report and Query App',
24 category = 'Monitoring',
25 url = 'http://onosproject.org',
26 description = 'Performance metric service reporter and retriever for graphite',
27 excluded_bundles = EXCLUDED_BUNDLES,
Jian Lib8ea0b52016-03-31 09:33:27 -070028)