No description
Find a file
Tanisha Payne a9662622d5
Merge pull request #5 from puppetlabs/release-prep-1.5.0
Bump version to 1.5.0, require vmpooler >= 2.1
2021-12-13 11:10:13 -05:00
.github Use credentials file for Rubygems auth 2021-12-08 09:43:41 -05:00
lib Bump version to 1.5.0, require vmpooler >= 2.1 2021-12-13 10:42:52 -05:00
scripts Initial commit migrating from VMPooler proper 2021-11-29 16:03:09 -05:00
spec Move vSphere specific methods out of VMPooler 2021-12-13 10:20:09 -05:00
.gitignore Initial commit migrating from VMPooler proper 2021-11-29 16:03:09 -05:00
.rubocop.yml Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
.rubocop_todo.yml Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
CODEOWNERS Initial commit migrating from VMPooler proper 2021-11-29 16:03:09 -05:00
Gemfile Initial commit migrating from VMPooler proper 2021-11-29 16:03:09 -05:00
Gemfile.lock Bump version to 1.5.0, require vmpooler >= 2.1 2021-12-13 10:42:52 -05:00
LICENSE Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
Rakefile Initial commit migrating from VMPooler proper 2021-11-29 16:03:09 -05:00
README.md Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
vmpooler-provider-vsphere.gemspec Move vSphere specific methods out of VMPooler 2021-12-13 10:20:09 -05:00

vmpooler-provider-vsphere

This is a provider for VMPooler allows using vSphere as a source of machines. This provider was originally part of the main VMPooler code base but was extracted to be a standalone gem so that development could be done independently of VMPooler itself.

Usage

Include this gem in the same Gemfile that you use to install VMPooler itself and then define one or more pools with the provider key set to vsphere. VMPooler will take care of the rest.

Examples of deploying VMPooler with this provider can be found in the puppetlabs/vmpooler-deployment repository.

License

vmpooler-provider-vsphere is distributed under the Apache License, Version 2.0. See the LICENSE file for more details.