aboutsummaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/producer-pod.yaml
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2019-07-30 09:32:56 +0200
committerkjaniak <kornel.janiak@nokia.com>2019-09-06 08:10:52 +0200
commitb373b4f0e193b84908f1671202a39e20c09a2a47 (patch)
treed2393083e1208c7b2372371962ed619e87810e7f /tools/performance/cloud/producer-pod.yaml
parent5e94e2e955615167e9fd8dec69e2e67a7a337dac (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/producer-pod.yaml')
-rwxr-xr-xtools/performance/cloud/producer-pod.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/performance/cloud/producer-pod.yaml b/tools/performance/cloud/producer-pod.yaml
index b3248cba..9381b582 100755
--- a/tools/performance/cloud/producer-pod.yaml
+++ b/tools/performance/cloud/producer-pod.yaml
@@ -48,7 +48,13 @@ spec:
configMapKeyRef:
name: performance-test-config
key: producer.message.interval
+ - name: CLIENTS_PER_CONTAINER
+ valueFrom:
+ configMapKeyRef:
+ name: performance-test-config
+ key: producer.client.count
args: ["--address", "$(HV_VES_ADDRESS)",
+ "--clients", "$(CLIENTS_PER_CONTAINER)",
"--msgsize", "$(MSG_SIZE)",
"--msgcount", "$(MSG_COUNT)",
"--intervalms", "$(INTERVAL_MS)"]