# This file describes the pool of Virtual Machines that comprise an "SGC cluster"
# there are some pieces of software on this VM type that require clustering and
# knowing each other's IP addresses, for example the OCSS7 SGC.
deployment-config:sgc-virtual-machine-pool:
# needs to match the deployment_id vapp parameter
deployment-id: example
# needs to match the site_id vapp parameter
site-id: DC1
virtual-machines:
- vm-id: example-sgc-1
- vm-id: example-sgc-2
- vm-id: example-sgc-3