Commit graph

34 commits

Author SHA1 Message Date
c0f0b1336d
Add Dependabot to keep thins up to date 2020-07-07 15:08:05 -04:00
Belén
0c4dc910d3
(MAINT) Add CODEOWNERS file 2019-08-26 09:50:16 -07:00
Michelle Schuknecht
79d0880c5b (MAINT) Add CODEOWNERS file 2019-08-26 06:30:15 -07:00
Jenkins
d54e825506 (GEM) update beaker-vmpooler version to 1.3.3 2019-04-30 16:59:45 +00:00
kirby@puppetlabs.com
4063b01ba0 Revert "Fix the API URL for adding disks"
This reverts commit 64c827fab0.
2019-04-30 09:49:19 -07:00
Jenkins
a504de0ae4 (GEM) update beaker-vmpooler version to 1.3.2 2019-04-22 16:40:14 +00:00
mattkirby
b463b50cbe
Merge pull request #15 from jwjs36987/fix_disk_url
(maint) Fix the API URL for adding disks
2019-04-22 09:29:17 -07:00
Jack Stone
64c827fab0 Fix the API URL for adding disks
The pooling_api variable already contains /api/v1 so remove this from
the disk API URL so we don't end up with it twice
2019-04-15 10:51:06 +01:00
Jenkins
15acdf0d7f (GEM) update beaker-vmpooler version to 1.3.1 2018-11-26 18:20:45 +00:00
Spencer McElmurry
d1ad5bb083
Merge pull request #13 from DavidS/randomized-backoff
(maint) random backoff strategy
2018-11-26 13:06:25 -05:00
David Schmitt
5317f2c1db (maint) random backoff strategy
The retry logic for VMPooler has two issues. 1) Waiting longer than
VMPooler takes to refill the pool to retry introduces excessive delays,
and 2) waiting for a deterministic amount of time means that processes
started at the same time stay in sync causing peak loads.

This change caps the wait time at 15 seconds plus a random wait time,
addressing both issues.
2018-11-26 09:48:48 +00:00
Kevin Imber
02684546cb
Merge pull request #12 from Dakta/BKR-1509
(BKR-1509) Hypervisor usage instructions for Beaker 4.0
2018-08-03 15:07:21 -07:00
Dakota Schneider
7a4909805a (BKR-1509) Hypervisor usage instructions for Beaker 4.0 2018-08-03 12:17:32 -07:00
Jenkins
b0bc656187 (GEM) update beaker-vmpooler version to 1.3.0 2018-07-16 20:10:55 +00:00
Dakota Schneider
c0938fe1c8 (BKR-1481) Rewrite beaker-vmpooler to use shared .fog parsing (#11)
* (BKR-1481) Rewrite beaker-vmpooler to use shared .fog parsing

* (BKR-1481) Rename Fog Credential Method

* (BKR-1481) Cleanup spec tests

Spec tests don't need to replicate spec tests of core functionality.
2018-07-16 13:09:51 -07:00
Dakota Schneider
b8804eb5f1 (MAINT) Drop MockVsphereHelper (#10)
* (MAINT) Update specs to remove VsphereHelper

VsphereHelper is no longer relevant since vmpooler doesn't use vSphere/vCloud any more.

* (MAINT) Drop conflicting, unused dependency on beaker-abs

* (MAINT) Conditionally pin fakefs '< 0.14.0' for Ruby < '2.3.0'

* (MAINT) Remove more VsphereHelper references

And minor whitespace cleanup

* (MAINT) Drop unused beaker-abs dependency

Could have sworn I fixed that... maybe in a different branch?
2018-07-02 08:57:30 -07:00
mchllweeks
4cc317c488
Merge pull request #9 from kevpl/maint_connections_symbol
(MAINT) fix connection preferences
2018-03-12 10:18:35 -07:00
kevpl
b1f30c268f
(MAINT) fix connection preferences
Previously, beaker-vmpooler defined its
connection preferences as string options, but
beaker provides defaults as symbols. This ends
with beaker saying that it doesn't support methods
that it does due to the mismatch. This will get
rid of those messages, as the provided methods
will be symbols, matching what beaker expects
2018-03-09 15:00:54 -08:00
Jenkins CI
3ac63b61da (GEM) update beaker-vmpooler version to 1.2.0 2018-01-04 14:44:48 -08:00
Kevin Imber
f6c0f255b1
Merge pull request #8 from puppetlabs/maint/fix-rake-for-abs
(maint) Add option for BEAKER_HOSTS file to be pre-generated in acceptance tests
2018-01-04 14:43:02 -08:00
Spencer McElmurry
ddae40bade (maint) Add option for BEAKER_HOSTS file to be pregenerated in acceptance tests
Before, the host configuration was hard-coded. Added an option
to specify an ENV var in order to use a different string or a
pregenerated hostfile.

This also allows us to use abs in production, so that has been added
to the Gemfile
2017-11-28 08:41:42 -08:00
Jenkins CI
8fd2538382 (GEM) update beaker-vmpooler version to 1.1.0 2017-08-14 14:02:31 -07:00
Rishi Javia
6872c1d2b8 (BKR-1155) Override beaker's default ssh connection preference
[skip ci]
2017-08-14 14:01:17 -07:00
Jenkins CI
bf3e9fd8af (GEM) update beaker-vmpooler version to 1.0.0 2017-08-09 08:56:13 -07:00
Rishi Javia
f7273ae4f2 (BKR-1181) Separate Vcloud into its own library 2017-08-09 08:54:50 -07:00
Jenkins CI
cba871a5af (GEM) update beaker-vmpooler version to 0.2.0 2017-07-20 18:18:59 -07:00
Kevin Imber
4158608d23 Merge pull request #4 from rishijavia/BKR-1155
(BKR-1155) Add connection_preferece method to override default
2017-07-20 18:17:14 -07:00
Rishi Javia
6ebfb70f77 (BKR-1155) Add connection_preferece method to override default
[skip ci]
2017-07-17 09:44:28 -07:00
Jenkins CI
ee4bbc32bd (GEM) update beaker-vmpooler version to 0.1.0 2017-07-07 13:46:05 -07:00
Kevin Imber
92b07a950e Merge pull request #2 from rishijavia/version
(MAINT) Add version file and constant
2017-07-07 13:10:41 -07:00
Rishi Javia
eab14d4316 (MAINT) Add version file and constant 2017-07-07 12:48:14 -07:00
Kevin Imber
5a984e6082 Merge pull request #1 from rishijavia/add-rbvmomi-dependency
Add rbvmomi dependency
2017-07-06 16:01:43 -07:00
Rishi Javia
1f0bfdfab4 Add rbvmomi dependency 2017-06-30 11:07:12 -07:00
Rishi Javia
d1f0a7b7ea Initial commit 2017-06-30 09:41:21 -07:00