mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(doc) Document config via environment
This commit adds documentation for specifying vmpooler configuration via environment variables. LDAP server is corrected to LDAP host, and the capability to specify graphite prefix and port is added. Vagrant documentation is moved into its own file to reduce noise in the main readme. Lastly, docker usage is updated to reflect that you no longer bake in a configuration file, and that API and manager can be run separately from docker via its entrypoint.
This commit is contained in:
parent
10bf6c8816
commit
4feb9c62a2
5 changed files with 272 additions and 54 deletions
|
|
@ -448,6 +448,10 @@
|
|||
# Note: this will only create the last folder when it does not exist. It will not create any parent folders
|
||||
# (optional; default: false)
|
||||
#
|
||||
# - create_template_delta_disks (Only affects vSphere Provider)
|
||||
# Create backing delta disks for the specified templates to support creating linked clones.
|
||||
# (optional; default: false)
|
||||
#
|
||||
# - host_selection_max_age (Only affects vSphere Provider)
|
||||
# The maximum age of the provider_hosts list in seconds
|
||||
# The list is repopulated when the difference between now and the last time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue