File tree 12 files changed +15
-15
lines changed
gcp-vm-disk-loss-by-label
gcp-vm-instance-stop-by-label
12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 20
20
value : ' 30'
21
21
22
22
# provide the target instance name(s) (comma separated if multiple)
23
- - name : AZURE_INSTANCE_NAME
23
+ - name : AZURE_INSTANCE_NAMES
24
24
value : ' '
25
25
26
26
# provide the resource group of the instance
Original file line number Diff line number Diff line change 62
62
value : ' '
63
63
64
64
# provide the target instance name(s) (comma separated if multiple)
65
- - name : AZURE_INSTANCE_NAME
65
+ - name : AZURE_INSTANCE_NAMES
66
66
value : ' '
67
67
68
68
# provide the resource group of the instance
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ spec:
159
159
value : ' '
160
160
161
161
# provide the target instance name(s) (comma separated if multiple)
162
- - name : AZURE_INSTANCE_NAME
162
+ - name : AZURE_INSTANCE_NAMES
163
163
value : ' '
164
164
165
165
# provide the resource group of the instance
Original file line number Diff line number Diff line change 76
76
# set the disk zone(s) as comma seperated values in the corresponding
77
77
# order of DISK_VOLUME_NAME
78
78
# eg. zone1,zone2,...
79
- - name : DISK_ZONES
79
+ - name : ZONES
80
80
value : ' '
81
81
82
82
labels :
@@ -152,7 +152,7 @@ spec:
152
152
153
153
# set the zone in which all the disks are created
154
154
# all the disks must exist in the same zone
155
- - name : DISK_ZONES
155
+ - name : ZONES
156
156
value : ' '
157
157
158
158
# set the label of the target disk volumes
@@ -248,7 +248,7 @@ spec:
248
248
249
249
# Zone in which the target vm instance(s) filtered by the label exist
250
250
# all the instances should lie in a single zone
251
- - name : INSTANCE_ZONES
251
+ - name : ZONES
252
252
value : ' '
253
253
254
254
# enable it if the target instance is a part of a managed instance group
@@ -359,7 +359,7 @@ spec:
359
359
# Instance zone(s) of the target vm instance(s)
360
360
# If more than one instance is targetted, provide zone for each in the order of their
361
361
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
362
- - name : INSTANCE_ZONES
362
+ - name : ZONES
363
363
value : ' '
364
364
365
365
labels :
Original file line number Diff line number Diff line change 24
24
25
25
# set the zone in which all the disks are created
26
26
# all the disks must exist in the same zone
27
- - name : DISK_ZONES
27
+ - name : ZONES
28
28
value : ' '
29
29
30
30
# set the label of the target disk volumes
Original file line number Diff line number Diff line change 61
61
62
62
# set the zone in which all the disks are created
63
63
# all the disks must exist in the same zone
64
- - name : DISK_ZONES
64
+ - name : ZONES
65
65
value : ' '
66
66
67
67
# set the label of the target disk volumes
Original file line number Diff line number Diff line change 32
32
# set the disk zone(s) as comma seperated values in the corresponding
33
33
# order of DISK_VOLUME_NAME
34
34
# eg. zone1,zone2,...
35
- - name : DISK_ZONES
35
+ - name : ZONES
36
36
value : ' '
37
37
38
38
# parallel or serial; determines how chaos is injected
Original file line number Diff line number Diff line change 76
76
# set the disk zone(s) as comma seperated values in the corresponding
77
77
# order of DISK_VOLUME_NAME
78
78
# eg. zone1,zone2,...
79
- - name : DISK_ZONES
79
+ - name : ZONES
80
80
value : ' '
81
81
82
82
labels :
Original file line number Diff line number Diff line change 33
33
34
34
# Zone in which the target vm instance(s) filtered by the label exist
35
35
# all the instances should lie in a single zone
36
- - name : INSTANCE_ZONES
36
+ - name : ZONES
37
37
value : ' '
38
38
39
39
# enable it if the target instances are a part of a managed instance group
Original file line number Diff line number Diff line change 72
72
73
73
# Zone in which the target vm instance(s) filtered by the label exist
74
74
# all the instances should lie in a single zone
75
- - name : INSTANCE_ZONES
75
+ - name : ZONES
76
76
value : ' '
77
77
78
78
# enable it if the target instance is a part of a managed instance group
Original file line number Diff line number Diff line change 30
30
# Instance zone(s) of the target vm instance(s)
31
31
# If more than one instance is targetted, provide zone for each in the order of their
32
32
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
33
- - name : INSTANCE_ZONES
33
+ - name : ZONES
34
34
value : ' '
35
35
36
36
# enable it if the target instance is a part of a managed instance group.
Original file line number Diff line number Diff line change 86
86
# Instance zone(s) of the target vm instance(s)
87
87
# If more than one instance is targetted, provide zone for each in the order of their
88
88
# respective instance name in VM_INSTANCE_NAME as comma separated values ex: zone1,zone2
89
- - name : INSTANCE_ZONES
89
+ - name : ZONES
90
90
value : ' '
91
91
92
92
labels :
You can’t perform that action at this time.
0 commit comments