Commit graph

8 commits

Author SHA1 Message Date
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
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
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
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
Rishi Javia
6872c1d2b8 (BKR-1155) Override beaker's default ssh connection preference
[skip ci]
2017-08-14 14:01:17 -07:00
Rishi Javia
f7273ae4f2 (BKR-1181) Separate Vcloud into its own library 2017-08-09 08:54:50 -07:00
Rishi Javia
6ebfb70f77 (BKR-1155) Add connection_preferece method to override default
[skip ci]
2017-07-17 09:44:28 -07:00
Rishi Javia
d1f0a7b7ea Initial commit 2017-06-30 09:41:21 -07:00