1026176368: version upgraded for chaos-charts
This commit is contained in:
@@ -50,7 +50,6 @@ spec:
|
||||
- name: CHAOS_INTERVAL
|
||||
value: '60'
|
||||
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
value: ''
|
||||
|
@@ -461,7 +461,7 @@ spec:
|
||||
env:
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '90' # in seconds
|
||||
value: '60' # in seconds
|
||||
|
||||
# Period to wait before and after injection of chaos in sec
|
||||
- name: RAMP_TIME
|
||||
@@ -545,10 +545,7 @@ spec:
|
||||
value: 'root'
|
||||
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '360'
|
||||
|
||||
- name: EXPERIMENT_NAME
|
||||
value: 'node-poweroff'
|
||||
value: '60'
|
||||
|
||||
- name: REBOOT_COMMAND
|
||||
value: '-o ServerAliveInterval=1 -o ServerAliveCountMax=1 "sudo systemctl poweroff --force --force" ; true'
|
||||
@@ -1426,7 +1423,6 @@ spec:
|
||||
value: 'docker'
|
||||
|
||||
# provide the socket file path
|
||||
# it is used in pumba lib
|
||||
- name: SOCKET_PATH
|
||||
value: '/var/run/docker.sock'
|
||||
|
||||
@@ -2562,8 +2558,11 @@ spec:
|
||||
- name: STRESS_IMAGE
|
||||
value: 'alexeiled/stress-ng:latest-ubuntu'
|
||||
|
||||
## provide the cluster runtime
|
||||
- name: CONTAINER_RUNTIME
|
||||
value: 'docker'
|
||||
|
||||
# provide the socket file path
|
||||
# it is used in pumba lib
|
||||
- name: SOCKET_PATH
|
||||
value: '/var/run/docker.sock'
|
||||
|
||||
|
@@ -194,10 +194,6 @@ spec:
|
||||
- name: CHAOS_INTERVAL
|
||||
value: '5'
|
||||
|
||||
# provide the kill count
|
||||
- name: KILL_COUNT
|
||||
value: ''
|
||||
|
||||
## it defines the sequence of chaos execution for multiple target pods
|
||||
## supported values: serial, parallel
|
||||
- name: SEQUENCE
|
||||
|
@@ -1086,7 +1086,7 @@ spec:
|
||||
## env var that describes the library used to execute the chaos
|
||||
## default: litmus. Supported values: litmus, powerfulseal
|
||||
- name: LIB
|
||||
value: ''
|
||||
value: 'litmus'
|
||||
|
||||
labels:
|
||||
name: openebs-control-plane-chaos
|
||||
|
@@ -68,7 +68,6 @@ spec:
|
||||
- name: TOTAL_CHAOS_DURATION
|
||||
value: '30'
|
||||
|
||||
|
||||
- name: LIB
|
||||
value: 'litmus'
|
||||
|
||||
|
Reference in New Issue
Block a user