mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POD-8) Add timeout_notification config to log warning before vm is destroyed.
This commit is contained in:
parent
e6380a6e02
commit
17a1831952
7 changed files with 86 additions and 52 deletions
|
|
@ -17,6 +17,7 @@
|
|||
logfile: '/Users/samuel/workspace/vmpooler/vmpooler.log'
|
||||
task_limit: 10
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
vm_checktime: 1
|
||||
vm_lifetime: 12
|
||||
vm_lifetime_auth: 24
|
||||
|
|
@ -38,6 +39,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
|
|
@ -48,6 +50,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
|
|
@ -58,6 +61,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
|
|
@ -67,6 +71,7 @@
|
|||
datastore: 'vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
|
|
@ -77,6 +82,7 @@
|
|||
datastore: 'other-vmstorage'
|
||||
size: 5
|
||||
timeout: 15
|
||||
timeout_notification: 5
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue