updated azure AZURE_INSTANCE_NAMES and gcp ZONES envs (#571)
Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io> Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io>
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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:
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user