Last active
January 14, 2016 20:42
-
-
Save frozenfoxx/97e92aba1febc29f587b to your computer and use it in GitHub Desktop.
vmpooler.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
:vsphere: | |
server: '<server IP>' | |
username: 'root' | |
password: '<password>' | |
:redis: | |
server: 'dns.pool.domain.com' | |
:graphite: | |
server: '' | |
:tagfilter: | |
url: '(.*)\/' | |
:config: | |
site_name: 'vmpooler' | |
logfile: '/var/log/vmpooler.log' | |
task_limit: 1 | |
timeout: 15 | |
vm_checktime: 15 | |
vm_lifetime: 12 | |
vm_lifetime_auth: 24 | |
allowed_tags: | |
- 'created_by' | |
- 'project' | |
domain: 'pool.company.com' | |
prefix: 'poolvm-' | |
:pools: | |
- name: 'poolvm-set1' | |
alias: [ 'set1' ] | |
template: 'poolvm-set1' | |
folder: 'Pooled VMs/poolvm-set1' | |
pool: 'Pooled VMs/poolvm-set1' | |
datastore: 'NetApp' | |
size: 1 | |
timeout: 15 | |
ready_ttl: 1440 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment