Skip to content

Commit

Permalink
updated azure AZURE_INSTANCE_NAMES and gcp ZONES envs (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io>

Signed-off-by: Neelanjan Manna <neelanjan.manna@harness.io>
  • Loading branch information
neelanjan00 authored Oct 16, 2022
1 parent 7c18aea commit 6596977
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/azure/azure-instance-stop/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/azure/azure-instance-stop/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/azure/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/gcp/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-disk-loss-by-label/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-disk-loss-by-label/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-disk-loss/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-disk-loss/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-instance-stop-by-label/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-instance-stop-by-label/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-instance-stop/engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/gcp/gcp-vm-instance-stop/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6596977

Please sign in to comment.