Skip to content

Commit

Permalink
converting azure_availability_set from operations to overlay (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoland authored Sep 19, 2022
1 parent de998e0 commit 35629ea
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 40 deletions.
2 changes: 1 addition & 1 deletion hooks/blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ if ! want_feature "bare" ; then
fi
manifest+=( \
"cf-deployment/operations/azure.yml"
"operations/azure_availability_sets.yml" \
"overlay/azure_availability_sets.yml" \
)
;;
warden)
Expand Down
39 changes: 0 additions & 39 deletions operations/azure_availability_sets.yml

This file was deleted.

52 changes: 52 additions & 0 deletions overlay/azure_availability_sets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
# Use this override to setup the availability sets in Azure
instance_groups:
- name: nats
vm_extensions:
- (( append ))
- nats_as
- name: diego-api
vm_extensions:
- (( append ))
- diego_api_as
- name: uaa
vm_extensions:
- (( append ))
- uaa_as
- name: scheduler
vm_extensions:
- (( append ))
- scheduler_as
- name: diego-cell
vm_extensions:
- (( append ))
- diego_cell_as
- name: router
vm_extensions:
- (( append ))
- router_as
- name: api
vm_extensions:
- (( append ))
- api_as
- name: cc-worker
vm_extensions:
- (( append ))
- cc_worker_as
- name: doppler
vm_extensions:
- (( append ))
- doppler_as
- name: log-api
vm_extensions:
- (( append ))
- log_api_as
- name: tcp-router
vm_extensions:
- (( append ))
- tcp_router_as
- name: credhub
vm_extensions:
- (( append ))
- credhub_as

0 comments on commit 35629ea

Please sign in to comment.