This commit is contained in:
isaac-hammes 2023-09-07 09:16:08 -07:00
parent 3af2bbd592
commit 1cf79d51d4
2 changed files with 12 additions and 6 deletions

View file

@ -5,11 +5,11 @@ gem 'vmpooler-dns-gcp', '~> 1.0'
# Remove temporarily until a stable minor release is published
# gem 'vmpooler-provider-ec2', '~> 0.0.1'
gem 'vmpooler-provider-gce', '~> 1.0'
gem 'vmpooler-provider-vsphere', '~> 3.0'
#gem 'vmpooler-provider-vsphere', '~> 3.0'
# For development install via a git branch use something like:
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'test_migrate'
# gem 'vmpooler-dns-gcp', git: 'https://github.com/puppetlabs/vmpooler-dns-gcp.git', branch: 'my-feature'
# gem 'vmpooler-provider-ec2', git: 'https://github.com/puppetlabs/vmpooler-provider-ec2.git', branch: 'my-feature'
# gem 'vmpooler-provider-gce', git: 'https://github.com/puppetlabs/vmpooler-provider-gce.git', branch: 'my-feature'
# gem 'vmpooler-provider-vsphere', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git', branch: 'my-feature'
gem 'vmpooler-provider-vsphere', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git', branch: 'test'

View file

@ -1,3 +1,12 @@
GIT
remote: https://github.com/puppetlabs/vmpooler-provider-vsphere.git
revision: c43d8968664817e563452b1831ee8f7b30d1bb97
branch: test
specs:
vmpooler-provider-vsphere (3.3.4)
rbvmomi2 (>= 3.1, < 4.0)
vmpooler (~> 3.0)
GIT
remote: https://github.com/puppetlabs/vmpooler.git
revision: 77d88621bb05224c9b227ecffb51c686d0731650
@ -180,9 +189,6 @@ GEM
google-apis-compute_v1 (~> 0.14)
googleauth (>= 0.16.2, < 1.4.0)
vmpooler (~> 3.0)
vmpooler-provider-vsphere (3.3.4)
rbvmomi2 (>= 3.1, < 4.0)
vmpooler (~> 3.0)
webrick (1.8.1)
zonefile (1.06)
@ -193,7 +199,7 @@ DEPENDENCIES
vmpooler!
vmpooler-dns-gcp (~> 1.0)
vmpooler-provider-gce (~> 1.0)
vmpooler-provider-vsphere (~> 3.0)
vmpooler-provider-vsphere!
BUNDLED WITH
2.4.12