Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//lib:metrics-influxdb', |
| 5 | '//lib:influxdb-java', |
| 6 | '//cli:onos-cli', |
| 7 | ] |
| 8 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 9 | EXCLUDED_BUNDLES = [ |
| 10 | '//lib:metrics-influxdb', |
| 11 | '//lib:influxdb-java', |
| 12 | ] |
| 13 | |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 14 | TEST_DEPS = [ |
Ray Milkey | 7c25182 | 2016-04-06 17:38:25 -0700 | [diff] [blame] | 15 | '//lib:TEST_ADAPTERS', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 16 | ] |
| 17 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 18 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 19 | deps = COMPILE_DEPS, |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 20 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 21 | ) |
| 22 | |
Ray Milkey | f9a7697 | 2016-04-12 09:47:12 -0700 | [diff] [blame] | 23 | # TODO : Currently non-functional, needs the ability to wrap a non-OSGI jar |
| 24 | |
| 25 | onos_app ( |
| 26 | title = 'InfluxDB Report and Query App', |
| 27 | category = 'Monitoring', |
| 28 | url = 'http://onosproject.org', |
| 29 | description = 'Performance metric service reporter and retriever for influxDB.', |
| 30 | excluded_bundles = EXCLUDED_BUNDLES, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 31 | ) |