From cbfb84fb0423de7b5ea2b913d3807f45a4d1419d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 9 Sep 2020 11:41:33 +0000 Subject: [PATCH] 1297: version upgraded for chaos-charts --- charts/cassandra/experiments.yaml | 4 ++++ charts/generic/experiments.yaml | 32 +++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/charts/cassandra/experiments.yaml b/charts/cassandra/experiments.yaml index a8161f6..30e1b05 100644 --- a/charts/cassandra/experiments.yaml +++ b/charts/cassandra/experiments.yaml @@ -79,6 +79,10 @@ spec: - name: TOTAL_CHAOS_DURATION value: '15' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: CHAOS_INTERVAL value: '15' diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 598cf1f..cb2a710 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -62,6 +62,10 @@ spec: - name: TARGET_POD value: '' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' @@ -211,6 +215,10 @@ spec: - name: TARGET_POD value: '' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest' @@ -574,6 +582,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -638,16 +650,16 @@ spec: - name: RAMP_TIME value: '' - # provide the kill count - - name: KILL_COUNT - value: '' - - name: FORCE value: 'true' - name: CHAOS_INTERVAL value: '5' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: LIB value: 'litmus' @@ -724,6 +736,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -961,6 +977,10 @@ spec: - name: LIB value: 'pumba' + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' + - name: TARGET_POD value: '' labels: @@ -1399,6 +1419,10 @@ spec: # provide the total chaos duration - name: TOTAL_CHAOS_DURATION value: '20' + + ## percentage of total pods to target + - name: PODS_AFFECTED_PERC + value: '' - name: LIB_IMAGE value: 'litmuschaos/go-runner:latest'