Skip to content

Commit d2ba568

Browse files
authored
Merge branch 'master' into spring-boot
2 parents e5f605d + 6596977 commit d2ba568

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

charts/azure/azure-instance-stop/engine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: '30'
2121

2222
# provide the target instance name(s) (comma separated if multiple)
23-
- name: AZURE_INSTANCE_NAME
23+
- name: AZURE_INSTANCE_NAMES
2424
value: ''
2525

2626
# provide the resource group of the instance

charts/azure/azure-instance-stop/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
value: ''
6363

6464
# provide the target instance name(s) (comma separated if multiple)
65-
- name: AZURE_INSTANCE_NAME
65+
- name: AZURE_INSTANCE_NAMES
6666
value: ''
6767

6868
# provide the resource group of the instance

charts/azure/experiments.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
value: ''
160160

161161
# provide the target instance name(s) (comma separated if multiple)
162-
- name: AZURE_INSTANCE_NAME
162+
- name: AZURE_INSTANCE_NAMES
163163
value: ''
164164

165165
# provide the resource group of the instance

charts/gcp/experiments.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
# set the disk zone(s) as comma seperated values in the corresponding
7777
# order of DISK_VOLUME_NAME
7878
# eg. zone1,zone2,...
79-
- name: DISK_ZONES
79+
- name: ZONES
8080
value: ''
8181

8282
labels:
@@ -152,7 +152,7 @@ spec:
152152

153153
# set the zone in which all the disks are created
154154
# all the disks must exist in the same zone
155-
- name: DISK_ZONES
155+
- name: ZONES
156156
value: ''
157157

158158
# set the label of the target disk volumes
@@ -248,7 +248,7 @@ spec:
248248

249249
# Zone in which the target vm instance(s) filtered by the label exist
250250
# all the instances should lie in a single zone
251-
- name: INSTANCE_ZONES
251+
- name: ZONES
252252
value: ''
253253

254254
# enable it if the target instance is a part of a managed instance group
@@ -359,7 +359,7 @@ spec:
359359
# Instance zone(s) of the target vm instance(s)
360360
# If more than one instance is targetted, provide zone for each in the order of their
361361
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
362-
- name: INSTANCE_ZONES
362+
- name: ZONES
363363
value: ''
364364

365365
labels:

charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424

2525
# set the zone in which all the disks are created
2626
# all the disks must exist in the same zone
27-
- name: DISK_ZONES
27+
- name: ZONES
2828
value: ''
2929

3030
# set the label of the target disk volumes

charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161

6262
# set the zone in which all the disks are created
6363
# all the disks must exist in the same zone
64-
- name: DISK_ZONES
64+
- name: ZONES
6565
value: ''
6666

6767
# set the label of the target disk volumes

charts/gcp/gcp-vm-disk-loss/engine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
# set the disk zone(s) as comma seperated values in the corresponding
3333
# order of DISK_VOLUME_NAME
3434
# eg. zone1,zone2,...
35-
- name: DISK_ZONES
35+
- name: ZONES
3636
value: ''
3737

3838
# parallel or serial; determines how chaos is injected

charts/gcp/gcp-vm-disk-loss/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
7676
# set the disk zone(s) as comma seperated values in the corresponding
7777
# order of DISK_VOLUME_NAME
7878
# eg. zone1,zone2,...
79-
- name: DISK_ZONES
79+
- name: ZONES
8080
value: ''
8181

8282
labels:

charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333

3434
# Zone in which the target vm instance(s) filtered by the label exist
3535
# all the instances should lie in a single zone
36-
- name: INSTANCE_ZONES
36+
- name: ZONES
3737
value: ''
3838

3939
# enable it if the target instances are a part of a managed instance group

charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272

7373
# Zone in which the target vm instance(s) filtered by the label exist
7474
# all the instances should lie in a single zone
75-
- name: INSTANCE_ZONES
75+
- name: ZONES
7676
value: ''
7777

7878
# enable it if the target instance is a part of a managed instance group

charts/gcp/gcp-vm-instance-stop/engine.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
# Instance zone(s) of the target vm instance(s)
3131
# If more than one instance is targetted, provide zone for each in the order of their
3232
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
33-
- name: INSTANCE_ZONES
33+
- name: ZONES
3434
value: ''
3535

3636
# enable it if the target instance is a part of a managed instance group.

charts/gcp/gcp-vm-instance-stop/experiment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
# Instance zone(s) of the target vm instance(s)
8787
# If more than one instance is targetted, provide zone for each in the order of their
8888
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
89-
- name: INSTANCE_ZONES
89+
- name: ZONES
9090
value: ''
9191

9292
labels:

0 commit comments

Comments
 (0)