blob: 6047cfa7aa55ef077e5752de5884abef9a7e9050 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:gmetric4j',
4 '//lib:metrics-ganglia',
Ray Milkey820d6332016-04-11 13:20:42 -07005 '//lib:remotetea-oncrpc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006]
7
Ray Milkey820d6332016-04-11 13:20:42 -07008EXCLUDED_BUNDLES = [
9 '//lib:gmetric4j',
10 '//lib:metrics-ganglia',
11 '//lib:remotetea-oncrpc',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012]
13
Ray Milkey820d6332016-04-11 13:20:42 -070014osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)
17
Ray Milkey820d6332016-04-11 13:20:42 -070018onos_app (
19 title = 'Ganglia Report and Query App',
20 category = 'Monitoring',
21 url = 'http://onosproject.org',
22 description = 'Performance metric service reporter',
23 excluded_bundles = EXCLUDED_BUNDLES,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080024)