mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-26 03:18:41 -05:00
This copies in all needed files from the main VMPooler repo. Version 1.3.0 of VMPooler was used as the basis for this code.
43 lines
679 B
YAML
43 lines
679 B
YAML
---
|
|
:providers:
|
|
:dummy:
|
|
|
|
:redis:
|
|
server: 'localhost'
|
|
|
|
:auth:
|
|
provider: dummy
|
|
|
|
:tagfilter:
|
|
url: '(.*)\/'
|
|
|
|
:config:
|
|
site_name: 'vmpooler'
|
|
# Need to change this on Windows
|
|
logfile: '/var/log/vmpooler.log'
|
|
task_limit: 10
|
|
timeout: 15
|
|
vm_checktime: 1
|
|
vm_lifetime: 12
|
|
vm_lifetime_auth: 24
|
|
allowed_tags:
|
|
- 'created_by'
|
|
- 'project'
|
|
domain: 'example.com'
|
|
prefix: 'poolvm-'
|
|
|
|
# Uncomment the lines below to suppress metrics to STDOUT
|
|
# :statsd:
|
|
# server: 'localhost'
|
|
# prefix: 'vmpooler'
|
|
# port: 8125
|
|
|
|
:pools:
|
|
- name: 'pool01'
|
|
size: 5
|
|
provider: dummy
|
|
ready_ttl: 5
|
|
- name: 'pool02'
|
|
size: 5
|
|
provider: dummy
|
|
ready_ttl: 5
|