Fix naming, add docs, add missing test file

This commit is contained in:
Gene Liverman 2021-12-01 15:37:48 -05:00
parent a08cba099f
commit 90e6ae1a3f
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6
8 changed files with 662 additions and 8 deletions

View file

@ -1,3 +1,13 @@
# vmpooler-vsphere-provider
# vmpooler-provider-vsphere
This is a WIP - do not use yet. The goal is to extract the vSphere provider from the main VMPooler codebase. Force pushes to this repo may happen while initial development is happening.
This is a provider for [VMPooler](https://github.com/puppetlabs/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](https://github.com/puppetlabs/vmpooler-deployment) repository.
## License
vmpooler-provider-vsphere is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). See the [LICENSE](LICENSE) file for more details.