1026176368: version upgraded for chaos-charts

This commit is contained in:
litmusbot
2021-07-13 10:26:40 +00:00
parent a5af71f24a
commit b3e542499f
5 changed files with 7 additions and 14 deletions

View File

@@ -50,7 +50,6 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '60' value: '60'
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
value: '' value: ''

View File

@@ -461,7 +461,7 @@ spec:
env: env:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '90' # in seconds value: '60' # in seconds
# Period to wait before and after injection of chaos in sec # Period to wait before and after injection of chaos in sec
- name: RAMP_TIME - name: RAMP_TIME
@@ -545,10 +545,7 @@ spec:
value: 'root' value: 'root'
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '360' value: '60'
- name: EXPERIMENT_NAME
value: 'node-poweroff'
- name: REBOOT_COMMAND - name: REBOOT_COMMAND
value: '-o ServerAliveInterval=1 -o ServerAliveCountMax=1 "sudo systemctl poweroff --force --force" ; true' value: '-o ServerAliveInterval=1 -o ServerAliveCountMax=1 "sudo systemctl poweroff --force --force" ; true'
@@ -1426,7 +1423,6 @@ spec:
value: 'docker' value: 'docker'
# provide the socket file path # provide the socket file path
# it is used in pumba lib
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/var/run/docker.sock'
@@ -2562,8 +2558,11 @@ spec:
- name: STRESS_IMAGE - name: STRESS_IMAGE
value: 'alexeiled/stress-ng:latest-ubuntu' value: 'alexeiled/stress-ng:latest-ubuntu'
## provide the cluster runtime
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the socket file path # provide the socket file path
# it is used in pumba lib
- name: SOCKET_PATH - name: SOCKET_PATH
value: '/var/run/docker.sock' value: '/var/run/docker.sock'

View File

@@ -194,10 +194,6 @@ spec:
- name: CHAOS_INTERVAL - name: CHAOS_INTERVAL
value: '5' value: '5'
# provide the kill count
- name: KILL_COUNT
value: ''
## it defines the sequence of chaos execution for multiple target pods ## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel ## supported values: serial, parallel
- name: SEQUENCE - name: SEQUENCE

View File

@@ -1086,7 +1086,7 @@ spec:
## env var that describes the library used to execute the chaos ## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal ## default: litmus. Supported values: litmus, powerfulseal
- name: LIB - name: LIB
value: '' value: 'litmus'
labels: labels:
name: openebs-control-plane-chaos name: openebs-control-plane-chaos

View File

@@ -68,7 +68,6 @@ spec:
- name: TOTAL_CHAOS_DURATION - name: TOTAL_CHAOS_DURATION
value: '30' value: '30'
- name: LIB - name: LIB
value: 'litmus' value: 'litmus'