mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fix tests based on new dns config
This commit is contained in:
parent
91248fe23a
commit
1df7ab6d34
10 changed files with 386 additions and 141 deletions
8
spec/fixtures/vmpooler2.yaml
vendored
8
spec/fixtures/vmpooler2.yaml
vendored
|
|
@ -23,9 +23,13 @@
|
|||
allowed_tags:
|
||||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'example.com'
|
||||
prefix: 'poolvm-'
|
||||
|
||||
:dns_configs:
|
||||
:example:
|
||||
dns_class: dynamic-dns
|
||||
domain: 'example.com'
|
||||
|
||||
# Uncomment the lines below to suppress metrics to STDOUT
|
||||
# :statsd:
|
||||
# server: 'localhost'
|
||||
|
|
@ -36,8 +40,10 @@
|
|||
- name: 'pool03'
|
||||
size: 5
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
ready_ttl: 5
|
||||
- name: 'pool04'
|
||||
size: 5
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
ready_ttl: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue