Jian Li | 6803ccd | 2018-06-08 09:26:09 +0900 | [diff] [blame] | 1 | GRPC_VER = '1.3.1' |
| 2 | |
Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 3 | COMPILE_DEPS = [ |
| 4 | '//lib:CORE_DEPS', |
| 5 | '//lib:JACKSON', |
| 6 | '//core/store/serializers:onos-core-serializers', |
| 7 | '//lib:javax.ws.rs-api', |
| 8 | '//utils/rest:onlab-rest', |
| 9 | '//lib:jersey-client', |
| 10 | '//cli:onos-cli', |
| 11 | '//lib:org.apache.karaf.shell.console', |
| 12 | '//apps/openstacktelemetry/api:onos-apps-openstacktelemetry-api', |
Jian Li | 6803ccd | 2018-06-08 09:26:09 +0900 | [diff] [blame] | 13 | '//lib:kafka-clients', |
| 14 | '//lib:influxdb-java', |
| 15 | '//lib:GRPC_1.3', |
| 16 | '//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER, |
| 17 | '//lib:grpc-protobuf-lite-' + GRPC_VER, |
Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 18 | ] |
| 19 | |
| 20 | TEST_DEPS = [ |
| 21 | '//lib:TEST_ADAPTERS', |
| 22 | '//core/api:onos-api-tests', |
| 23 | '//core/common:onos-core-common-tests', |
Jian Li | 4a3fffa | 2018-06-10 23:12:40 +0900 | [diff] [blame^] | 24 | '//web/api:onos-rest-tests', |
| 25 | '//lib:TEST_REST', |
Jian Li | 6e4da2f | 2018-05-21 18:11:31 +0900 | [diff] [blame] | 26 | ] |
| 27 | |
| 28 | osgi_jar_with_tests ( |
| 29 | deps = COMPILE_DEPS, |
| 30 | test_deps = TEST_DEPS, |
| 31 | web_context = '/onos/openstacktelemetry', |
| 32 | api_title = 'OpenStack Network Telemetry REST API', |
| 33 | api_version = '1.0', |
| 34 | api_description = 'OpenStack Network Telemetry REST API', |
| 35 | api_package = 'org.onosproject.openstacktelemetry.web', |
| 36 | ) |