mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 11:28:41 -05:00
(maint) Refactor cloud dns
Moved the creation and deletion methods to a vmpooler class, to be used by the ec2 provisioner. Added a check for failed deletion attempts, they are now retried up to 30 times
This commit is contained in:
parent
46b9c5aef0
commit
79516d8014
4 changed files with 66 additions and 31 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module VmpoolerProviderGce
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '0.4.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue