mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 11:28:41 -05:00
we setup DNS when a VM is created and tear it down when a VM is deleted the DNS zone should exist already and is referenced by a provider setting the dns zone is also set in order to use it for vm_ready? instead of the global domain instances have a label that identifies which project they belong to, so it can be used for FW rules
9 lines
No EOL
188 B
Ruby
9 lines
No EOL
188 B
Ruby
require 'rspec'
|
|
|
|
describe 'VmpoolerProviderGce' do
|
|
context 'when creating class ' do
|
|
it 'sets a version' do
|
|
expect(VmpoolerProviderGce::VERSION).not_to be_nil
|
|
end
|
|
end
|
|
end |