mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
Merge 5521f9e711 into b6cb20ba9f
This commit is contained in:
commit
2fc446e54c
2 changed files with 70 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue