This commit is contained in:
Gavin Williams 2015-06-13 15:28:24 +00:00
commit 2fc446e54c
2 changed files with 70 additions and 4 deletions

View file

@ -158,6 +158,9 @@
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
#
# - dns_servers
# Provide an array of dns_servers to configure when customizing the VM.
# Example:
@ -170,6 +173,8 @@
vm_lifetime: 12
vm_lifetime_auth: 24
domain: 'company.com'
dns_servers:
- 192.168.1.1
# :pools:
#
@ -206,6 +211,10 @@
# - ready_ttl
# How long (in minutes) to keep VMs in 'ready' queues before destroying.
# (optional)
#
# - customize
# Should the VM be customized upon deployment.
# (optional)
# Example:
@ -224,4 +233,11 @@
size: 5
timeout: 15
ready_ttl: 1440
- name: 'centos-6-x86_64'
template: 'Templates/centos-6-x86_64'
folder: 'Pooled VMs/centos-6-x86_64'
size: 5
timeout: 15
ready_ttl: 1440
customize: true