chore(env): adding node-label in node experiments and block-size in disk-fill (#450)
Signed-off-by: shubhamchaudhary <shubham@chaosnative.com> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d02ba61ba9
commit
9f98d25199
@@ -72,6 +72,11 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
|
# provide the data block size
|
||||||
|
# supported unit is KB
|
||||||
|
- name: DATA_BLOCK_SIZE
|
||||||
|
value: '256'
|
||||||
|
|
||||||
- name: TARGET_PODS
|
- name: TARGET_PODS
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
@@ -61,6 +61,9 @@ spec:
|
|||||||
- name: LIB
|
- name: LIB
|
||||||
value: 'litmus'
|
value: 'litmus'
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
# provide lib image
|
# provide lib image
|
||||||
- name: LIB_IMAGE
|
- name: LIB_IMAGE
|
||||||
value: 'ubuntu:16.04'
|
value: 'ubuntu:16.04'
|
||||||
|
@@ -67,6 +67,9 @@ spec:
|
|||||||
- name: TARGET_NODES
|
- name: TARGET_NODES
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
# PROVIDE THE LIB HERE
|
# PROVIDE THE LIB HERE
|
||||||
# ONLY LITMUS SUPPORTED
|
# ONLY LITMUS SUPPORTED
|
||||||
- name: LIB
|
- name: LIB
|
||||||
|
@@ -59,6 +59,9 @@ spec:
|
|||||||
- name: TARGET_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '60'
|
value: '60'
|
||||||
|
|
||||||
|
@@ -78,6 +78,9 @@ spec:
|
|||||||
|
|
||||||
## enter the comma separated target nodes name
|
## enter the comma separated target nodes name
|
||||||
- name: TARGET_NODES
|
- name: TARGET_NODES
|
||||||
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# Period to wait before and after injection of chaos in sec
|
# Period to wait before and after injection of chaos in sec
|
||||||
|
@@ -71,6 +71,9 @@ spec:
|
|||||||
- name: TARGET_NODES
|
- name: TARGET_NODES
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
# 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: ''
|
||||||
|
@@ -80,6 +80,9 @@ spec:
|
|||||||
- name: TARGET_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
# ENTER THE TARGET NODE IP
|
# ENTER THE TARGET NODE IP
|
||||||
- name: TARGET_NODE_IP
|
- name: TARGET_NODE_IP
|
||||||
value: ''
|
value: ''
|
||||||
|
@@ -74,6 +74,9 @@ spec:
|
|||||||
- name: TARGET_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
# ENTER THE TARGET NODE IP
|
# ENTER THE TARGET NODE IP
|
||||||
- name: TARGET_NODE_IP
|
- name: TARGET_NODE_IP
|
||||||
value: ''
|
value: ''
|
||||||
|
@@ -60,6 +60,9 @@ spec:
|
|||||||
- name: TARGET_NODE
|
- name: TARGET_NODE
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
- name: NODE_LABEL
|
||||||
|
value: ''
|
||||||
|
|
||||||
- name: TOTAL_CHAOS_DURATION
|
- name: TOTAL_CHAOS_DURATION
|
||||||
value: '60'
|
value: '60'
|
||||||
|
|
||||||
|
@@ -30,6 +30,6 @@ spec:
|
|||||||
- name: DEVICE_NAME
|
- name: DEVICE_NAME
|
||||||
value: '/dev/sdb'
|
value: '/dev/sdb'
|
||||||
|
|
||||||
# provide the region name of the instace
|
# provide the region name of the instance
|
||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
@@ -23,11 +23,11 @@ spec:
|
|||||||
value: '30'
|
value: '30'
|
||||||
|
|
||||||
# Instance ID of the target ec2 instance
|
# Instance ID of the target ec2 instance
|
||||||
# Multiple IDs can also be provided as comma seperated values ex: id1,id2
|
# Multiple IDs can also be provided as comma separated values ex: id1,id2
|
||||||
- name: EC2_INSTANCE_ID
|
- name: EC2_INSTANCE_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the region name of the instace
|
# provide the region name of the instance
|
||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ spec:
|
|||||||
value: 'disable'
|
value: 'disable'
|
||||||
|
|
||||||
# Instance ID of the target ec2 instance
|
# Instance ID of the target ec2 instance
|
||||||
# Multiple IDs can also be provided as comma seperated values ex: id1,id2
|
# Multiple IDs can also be provided as comma separated values ex: id1,id2
|
||||||
- name: EC2_INSTANCE_ID
|
- name: EC2_INSTANCE_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@ spec:
|
|||||||
- name: INSTANCE_TAG
|
- name: INSTANCE_TAG
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
# provide the region name of the instace
|
# provide the region name of the instance
|
||||||
- name: REGION
|
- name: REGION
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ spec:
|
|||||||
value: 'disable'
|
value: 'disable'
|
||||||
|
|
||||||
# Instance ID of the target ec2 instance
|
# Instance ID of the target ec2 instance
|
||||||
# Multiple IDs can also be provided as comma seperated values ex: id1,id2
|
# Multiple IDs can also be provided as comma values ex: id1,id2
|
||||||
- name: EC2_INSTANCE_ID
|
- name: EC2_INSTANCE_ID
|
||||||
value: ''
|
value: ''
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user