(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:
Samuel Beaulieu 2022-07-26 16:20:45 -05:00
parent 46b9c5aef0
commit 79516d8014
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
4 changed files with 66 additions and 31 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module VmpoolerProviderGce
VERSION = '0.3.0'
VERSION = '0.4.0'
end