mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
s/hundreds/thousands/
This commit is contained in:
parent
525b87d74a
commit
1ea2ab86f8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ vmpooler provides configurable 'pools' of available (running) virtual machines.
|
|||
|
||||
## Usage
|
||||
|
||||
At [Puppet Labs](http://puppetlabs.com) we run acceptance tests on hundreds of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures.
|
||||
At [Puppet Labs](http://puppetlabs.com) we run acceptance tests on thousands of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures.
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue