Commit graph

17 commits

Author SHA1 Message Date
Jake Spain
82e35dfb54
Merge pull request #18 from puppetlabs/bump-vmpooler-2.4
pin to vmpooler 2.4
2022-07-25 16:01:07 -04:00
Samuel Beaulieu
7c096dd3a2
remove upstream spec tests
removed spec tests that did not exercise vsphere code paths
2022-07-25 14:47:51 -05:00
Samuel Beaulieu
fe62c4987a
refresh Gemfile.lock 2022-07-25 13:52:28 -05:00
Samuel Beaulieu
122fc68776
also update github workflows 2022-07-25 13:50:07 -05:00
Samuel Beaulieu
70e2b03cde
pin to vmpooler 2.4 2022-07-25 13:00:26 -05:00
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
6f76c536ea
Bump version to 1.5.0, require vmpooler >= 2.1 2021-12-13 10:42:52 -05:00
89be29b5e2
Merge pull request #4 from puppetlabs/fix-purge
Move vsphere specific methods out of vmpooler
2021-12-13 10:24:41 -05:00
Samuel Beaulieu
81d71b8a13
Move vSphere specific methods out of VMPooler
VMPooler has the vSphere provider taken out, moving some vSphere related
methods to the provider:

1) pool_folders
2) get_base_folders

And the related spec tests.
At the same time renaming some configuration and code items
to remove harmful terminology.
Note this version of the vsphere provider needs to run on vmpooler
that also contain the renaming changes (version >2.1)
2021-12-13 10:20:09 -05:00
9b452472f0
Merge pull request #3 from puppetlabs/release-prep
Prep for initial standalone release: v1.4.0
2021-12-08 10:13:54 -05:00
b1b0abb6c2
Require VMPooler 2.0 or greater
VMPooler 2.0.0 was the first release without the code contained in this
respository.
2021-12-08 10:03:18 -05:00
ceb5cda184
Use credentials file for Rubygems auth 2021-12-08 09:43:41 -05:00
Jake Spain
4fa14cc94f
Merge pull request #2 from puppetlabs/add-release-workflow
Add GH Action for releasing gems
2021-12-03 11:53:11 -05:00
3407e500f1
Add GH Action for releasing gems 2021-12-03 10:54:08 -05:00
4d5a040629
Merge pull request #1 from puppetlabs/renaming-and-docs
Fix naming, add docs, add missing test file
2021-12-01 16:00:27 -05:00
90e6ae1a3f
Fix naming, add docs, add missing test file 2021-12-01 15:59:03 -05:00
a08cba099f
Initial commit migrating from VMPooler proper
This copies in all needed files from the main VMPooler repo. Version
1.3.0 of VMPooler was used as the basis for this code.
2021-11-29 16:03:09 -05:00