mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Update docs
This commit is contained in:
parent
1df7ab6d34
commit
d0d97dd0a8
6 changed files with 56 additions and 953 deletions
|
|
@ -23,9 +23,13 @@
|
|||
allowed_tags:
|
||||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'example.com'
|
||||
prefix: 'poolvm-'
|
||||
|
||||
:dns_configs:
|
||||
:example:
|
||||
dns_class: dynamic-dns
|
||||
domain: 'example.com'
|
||||
|
||||
:pools:
|
||||
- name: 'debian-7-i386'
|
||||
alias: [ 'debian-7-32' ]
|
||||
|
|
@ -36,6 +40,7 @@
|
|||
timeout: 15
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
- name: 'debian-7-i386-stringalias'
|
||||
alias: 'debian-7-32-stringalias'
|
||||
template: 'Templates/debian-7-i386'
|
||||
|
|
@ -45,6 +50,7 @@
|
|||
timeout: 15
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
- name: 'debian-7-x86_64'
|
||||
alias: [ 'debian-7-64', 'debian-7-amd64' ]
|
||||
template: 'Templates/debian-7-x86_64'
|
||||
|
|
@ -54,6 +60,7 @@
|
|||
timeout: 15
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
- name: 'debian-7-i386-noalias'
|
||||
template: 'Templates/debian-7-i386'
|
||||
folder: 'Pooled VMs/debian-7-i386'
|
||||
|
|
@ -62,6 +69,7 @@
|
|||
timeout: 15
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
dns_plugin: 'example'
|
||||
- name: 'debian-7-x86_64-alias-otherpool-extended'
|
||||
alias: [ 'debian-7-x86_64' ]
|
||||
template: 'Templates/debian-7-x86_64'
|
||||
|
|
@ -71,4 +79,4 @@
|
|||
timeout: 15
|
||||
ready_ttl: 1440
|
||||
provider: dummy
|
||||
|
||||
dns_plugin: 'example'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue