From 398f3de95bf206352cdc82c7ba280dffcf60b9cf Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 27 Mar 2020 11:23:44 +0000 Subject: [PATCH] 866: version upgraded for chaos-charts --- charts/generic/container-kill/experiment.yaml | 2 +- charts/generic/experiments.yaml | 10 ++++++++- charts/openebs/experiments.yaml | 22 ++++++++++++++++--- .../experiment.yaml | 2 +- .../experiment.yaml | 2 +- 5 files changed, 31 insertions(+), 7 deletions(-) diff --git a/charts/generic/container-kill/experiment.yaml b/charts/generic/container-kill/experiment.yaml index f780d77..4be3906 100644 --- a/charts/generic/container-kill/experiment.yaml +++ b/charts/generic/container-kill/experiment.yaml @@ -4,7 +4,7 @@ description: kind: ChaosExperiment metadata: name: container-kill - version: 0.1.13 + version: 0.1.14 spec: definition: scope: Namespaced diff --git a/charts/generic/experiments.yaml b/charts/generic/experiments.yaml index 7365820..8a86e59 100644 --- a/charts/generic/experiments.yaml +++ b/charts/generic/experiments.yaml @@ -746,7 +746,7 @@ description: kind: ChaosExperiment metadata: name: container-kill - version: 0.1.13 + version: 0.1.14 spec: definition: scope: Namespaced @@ -802,6 +802,14 @@ spec: - name: LIB value: 'pumba' + # provide the chaos interval + - name: CHAOS_INTERVAL + value: '10' + + # provide the total chaos duration + - name: TOTAL_CHAOS_DURATION + value: '20' + # LIB_IMAGE can be - gaiaadm/pumba:0.4.8, gprasath/crictl:ci # For pumba image use: gaiaadm/pumba:0.4.8 # For containerd image use: gprasath/crictl:ci diff --git a/charts/openebs/experiments.yaml b/charts/openebs/experiments.yaml index 0b27b36..f7e5cf2 100644 --- a/charts/openebs/experiments.yaml +++ b/charts/openebs/experiments.yaml @@ -10,7 +10,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-container-failure - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster @@ -98,8 +98,16 @@ spec: - name: DEPLOY_TYPE value: 'deployment' + # provide the chaos interval + - name: CHAOS_INTERVAL + value: '10' + + # provide the total chaos duration - name: TOTAL_CHAOS_DURATION - value: "60" + value: '20' + + - name: SOAK_TIME + value: '60' labels: name: openebs-target-container-failure @@ -766,7 +774,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-pool-container-failure - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster @@ -835,6 +843,14 @@ spec: - name: LIVENESS_APP_NAMESPACE value: '' + # provide the chaos interval + - name: CHAOS_INTERVAL + value: '10' + + # provide the total chaos duration + - name: TOTAL_CHAOS_DURATION + value: '20' + - name: DATA_PERSISTENCE value: '' diff --git a/charts/openebs/openebs-pool-container-failure/experiment.yaml b/charts/openebs/openebs-pool-container-failure/experiment.yaml index 3974f30..4744aad 100644 --- a/charts/openebs/openebs-pool-container-failure/experiment.yaml +++ b/charts/openebs/openebs-pool-container-failure/experiment.yaml @@ -8,7 +8,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-pool-container-failure - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster diff --git a/charts/openebs/openebs-target-container-failure/experiment.yaml b/charts/openebs/openebs-target-container-failure/experiment.yaml index 2676faf..42c892f 100644 --- a/charts/openebs/openebs-target-container-failure/experiment.yaml +++ b/charts/openebs/openebs-target-container-failure/experiment.yaml @@ -8,7 +8,7 @@ metadata: labels: litmuschaos.io/name: openebs name: openebs-target-container-failure - version: 0.1.9 + version: 0.1.10 spec: definition: scope: Cluster