Skip to content

Commit d60049b

Browse files
committed
Switching to use two azs
1 parent 5edf62e commit d60049b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

logsearch-platform-jobs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ instance_groups:
4646
vm_type: logsearch_es_master
4747
persistent_disk_type: logsearch_es_master
4848
stemcell: default
49-
azs: [z1]
49+
azs: [z1, z2]
5050
networks:
5151
- name: services
5252
update:
@@ -146,7 +146,7 @@ instance_groups:
146146
- {type: dashboard, pattern: "/var/vcap/jobs/upload-kibana-objects/kibana-objects/dashboard/Platform-*.json"}
147147
vm_type: logsearch_maintenance
148148
stemcell: default
149-
azs: [z1]
149+
azs: [z1, z2]
150150
networks:
151151
- name: services
152152
update:
@@ -180,7 +180,7 @@ instance_groups:
180180
vm_type: logsearch_es_data
181181
persistent_disk_type: logsearch_es_platform_data
182182
stemcell: default
183-
azs: [z1]
183+
azs: [z1, z2]
184184
networks:
185185
- name: services
186186
update:
@@ -233,7 +233,7 @@ instance_groups:
233233
- platform-kibana-lb
234234
- 50GB_ephemeral_disk
235235
stemcell: default
236-
azs: [z1]
236+
azs: [z1, z2]
237237
networks:
238238
- name: services
239239
- name: ingestor
@@ -311,7 +311,7 @@ instance_groups:
311311
vm_extensions: [platform-syslog-lb]
312312
persistent_disk_type: logsearch_ingestor
313313
stemcell: default
314-
azs: [z1]
314+
azs: [z1, z2]
315315
networks:
316316
- name: services
317317
###########################
@@ -322,7 +322,7 @@ instance_groups:
322322
vm_type: errand_small
323323
vm_extensions: [errand-profile]
324324
stemcell: default
325-
azs: [z1]
325+
azs: [z1, z2]
326326
networks:
327327
- name: services
328328
lifecycle: errand

0 commit comments

Comments
 (0)