diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-07-30 09:32:56 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-09-06 08:10:52 +0200 |
commit | b373b4f0e193b84908f1671202a39e20c09a2a47 (patch) | |
tree | d2393083e1208c7b2372371962ed619e87810e7f /tools/performance/cloud/test.properties | |
parent | 5e94e2e955615167e9fd8dec69e2e67a7a337dac (diff) |
Add Prometheus deployment for HV-VES performance tests - cloud
Script for cloud is updated with proper prometheus config and deployment.
Change-Id: Icf2527e76bc2028807653313c8ec978d779c6ec9
Issue-ID: DCAEGEN2-1692
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'tools/performance/cloud/test.properties')
-rw-r--r-- | tools/performance/cloud/test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 963aaec2..bd746a15 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -14,6 +14,6 @@ producer.message.interval=0 # CONSUMER CONFIGURATION # Addresses of Kafka services to consume from -consumer.kafka.bootstrapServers=message-router-kafka-0:9092,message-router-kafka-1:9092,message-router-kafka-2:9092 +consumer.kafka.bootstrapServers=message-router-kafka-0:9093,message-router-kafka-1:9093,message-router-kafka-2:9093 # Kafka topics to subscribe to consumer.kafka.topics=HV_VES_PERF3GPP |