diff --git a/charts/azure/azure-instance-stop/engine.yaml b/charts/azure/azure-instance-stop/engine.yaml index b2d0596..13d3e49 100644 --- a/charts/azure/azure-instance-stop/engine.yaml +++ b/charts/azure/azure-instance-stop/engine.yaml @@ -20,7 +20,7 @@ spec: value: '30' # provide the target instance name(s) (comma separated if multiple) - - name: AZURE_INSTANCE_NAME + - name: AZURE_INSTANCE_NAMES value: '' # provide the resource group of the instance diff --git a/charts/azure/azure-instance-stop/experiment.yaml b/charts/azure/azure-instance-stop/experiment.yaml index c685d9d..bf3e40f 100644 --- a/charts/azure/azure-instance-stop/experiment.yaml +++ b/charts/azure/azure-instance-stop/experiment.yaml @@ -62,7 +62,7 @@ spec: value: '' # provide the target instance name(s) (comma separated if multiple) - - name: AZURE_INSTANCE_NAME + - name: AZURE_INSTANCE_NAMES value: '' # provide the resource group of the instance diff --git a/charts/azure/experiments.yaml b/charts/azure/experiments.yaml index 27045bc..fca24ba 100644 --- a/charts/azure/experiments.yaml +++ b/charts/azure/experiments.yaml @@ -159,7 +159,7 @@ spec: value: '' # provide the target instance name(s) (comma separated if multiple) - - name: AZURE_INSTANCE_NAME + - name: AZURE_INSTANCE_NAMES value: '' # provide the resource group of the instance diff --git a/charts/gcp/experiments.yaml b/charts/gcp/experiments.yaml index c1e15f9..95f05ac 100644 --- a/charts/gcp/experiments.yaml +++ b/charts/gcp/experiments.yaml @@ -76,7 +76,7 @@ spec: # set the disk zone(s) as comma seperated values in the corresponding # order of DISK_VOLUME_NAME # eg. zone1,zone2,... - - name: DISK_ZONES + - name: ZONES value: '' labels: @@ -152,7 +152,7 @@ spec: # set the zone in which all the disks are created # all the disks must exist in the same zone - - name: DISK_ZONES + - name: ZONES value: '' # set the label of the target disk volumes @@ -248,7 +248,7 @@ spec: # Zone in which the target vm instance(s) filtered by the label exist # all the instances should lie in a single zone - - name: INSTANCE_ZONES + - name: ZONES value: '' # enable it if the target instance is a part of a managed instance group @@ -359,7 +359,7 @@ spec: # Instance zone(s) of the target vm instance(s) # If more than one instance is targetted, provide zone for each in the order of their # respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2 - - name: INSTANCE_ZONES + - name: ZONES value: '' labels: diff --git a/charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml b/charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml index 827a47e..93854d8 100644 --- a/charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml +++ b/charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml @@ -24,7 +24,7 @@ spec: # set the zone in which all the disks are created # all the disks must exist in the same zone - - name: DISK_ZONES + - name: ZONES value: '' # set the label of the target disk volumes diff --git a/charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml b/charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml index 773443c..dd92aa5 100644 --- a/charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml +++ b/charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml @@ -61,7 +61,7 @@ spec: # set the zone in which all the disks are created # all the disks must exist in the same zone - - name: DISK_ZONES + - name: ZONES value: '' # set the label of the target disk volumes diff --git a/charts/gcp/gcp-vm-disk-loss/engine.yaml b/charts/gcp/gcp-vm-disk-loss/engine.yaml index 71a4b35..8b7ca42 100644 --- a/charts/gcp/gcp-vm-disk-loss/engine.yaml +++ b/charts/gcp/gcp-vm-disk-loss/engine.yaml @@ -32,7 +32,7 @@ spec: # set the disk zone(s) as comma seperated values in the corresponding # order of DISK_VOLUME_NAME # eg. zone1,zone2,... - - name: DISK_ZONES + - name: ZONES value: '' # parallel or serial; determines how chaos is injected diff --git a/charts/gcp/gcp-vm-disk-loss/experiment.yaml b/charts/gcp/gcp-vm-disk-loss/experiment.yaml index dc9fa37..2987566 100644 --- a/charts/gcp/gcp-vm-disk-loss/experiment.yaml +++ b/charts/gcp/gcp-vm-disk-loss/experiment.yaml @@ -76,7 +76,7 @@ spec: # set the disk zone(s) as comma seperated values in the corresponding # order of DISK_VOLUME_NAME # eg. zone1,zone2,... - - name: DISK_ZONES + - name: ZONES value: '' labels: diff --git a/charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml b/charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml index 34bf1be..1351f93 100644 --- a/charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml +++ b/charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml @@ -33,7 +33,7 @@ spec: # Zone in which the target vm instance(s) filtered by the label exist # all the instances should lie in a single zone - - name: INSTANCE_ZONES + - name: ZONES value: '' # enable it if the target instances are a part of a managed instance group diff --git a/charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml b/charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml index 4091b8f..c4a68d1 100644 --- a/charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml +++ b/charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml @@ -72,7 +72,7 @@ spec: # Zone in which the target vm instance(s) filtered by the label exist # all the instances should lie in a single zone - - name: INSTANCE_ZONES + - name: ZONES value: '' # enable it if the target instance is a part of a managed instance group diff --git a/charts/gcp/gcp-vm-instance-stop/engine.yaml b/charts/gcp/gcp-vm-instance-stop/engine.yaml index 3966faa..a279fa2 100644 --- a/charts/gcp/gcp-vm-instance-stop/engine.yaml +++ b/charts/gcp/gcp-vm-instance-stop/engine.yaml @@ -30,7 +30,7 @@ spec: # Instance zone(s) of the target vm instance(s) # If more than one instance is targetted, provide zone for each in the order of their # respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2 - - name: INSTANCE_ZONES + - name: ZONES value: '' # enable it if the target instance is a part of a managed instance group. diff --git a/charts/gcp/gcp-vm-instance-stop/experiment.yaml b/charts/gcp/gcp-vm-instance-stop/experiment.yaml index f1a60ab..d4e38b5 100644 --- a/charts/gcp/gcp-vm-instance-stop/experiment.yaml +++ b/charts/gcp/gcp-vm-instance-stop/experiment.yaml @@ -86,7 +86,7 @@ spec: # Instance zone(s) of the target vm instance(s) # If more than one instance is targetted, provide zone for each in the order of their # respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2 - - name: INSTANCE_ZONES + - name: ZONES value: '' labels: