| COMPILE_DEPS = [ |
| '//lib:CORE_DEPS', |
| '//lib:METRICS', |
| '//lib:org.apache.karaf.shell.console', |
| '//lib:metrics-influxdb', |
| '//lib:influxdb-java', |
| '//lib:commons-codec', |
| '//lib:retrofit', |
| '//lib:okhttp', |
| '//lib:logging-interceptor', |
| '//lib:okio', |
| '//lib:moshi', |
| '//lib:converter-moshi', |
| '//lib:com_google_code_gson_gson', |
| '//cli:onos-cli', |
| ] |
| |
| EXCLUDED_BUNDLES = [ |
| '//lib:metrics-influxdb', |
| '//lib:influxdb-java', |
| '//lib:commons-codec', |
| '//lib:retrofit', |
| '//lib:okhttp', |
| '//lib:logging-interceptor', |
| '//lib:com_google_code_gson_gson', |
| '//lib:okio', |
| '//lib:moshi', |
| '//lib:converter-moshi', |
| ] |
| |
| TEST_DEPS = [ |
| '//lib:TEST_ADAPTERS', |
| ] |
| |
| osgi_jar_with_tests ( |
| deps = COMPILE_DEPS, |
| test_deps = TEST_DEPS, |
| ) |
| |
| onos_app ( |
| title = 'InfluxDB Report and Query', |
| category = 'Monitoring', |
| url = 'http://onosproject.org', |
| description = 'Performance metric service reporter and retriever for influxDB.', |
| excluded_bundles = EXCLUDED_BUNDLES, |
| ) |