Project

General

Profile

« Previous | Next » 

Revision d3509e63

Added by Lukas Zapletal over 10 years ago

fixes #3943 - add simple virsh providers for libvirt DNS/DHCP

View differences:

config/settings.yml.example
# valid providers:
# nsupdate
# nsupdate_gss (for GSS-TSIG support)
# virsh (simple implementation for libvirt)
:dns_provider: nsupdate
#:dns_key: /etc/rndc.key
# use this setting if you are managing a dns server which is not localhost though this proxy
......
# Enable DHCP management
:dhcp: false
# The vendor can be either isc or native_ms
# valid vendors:
# - isc
# - native_ms (Microsoft native implementation)
# - virsh (simple implementation for libvirt)
:dhcp_vendor: isc
# dhcp_subnets is a Native MS implementation setting. It restricts the subnets queried to a
# subset, so as to reduce the query time.
......
#:dhcp_key_name: secret_key_name
#:dhcp_key_secret: secret_key
# shared options for virsh DNS/DHCP provider
:virsh_network: default
# enable PuppetCA management
:puppetca: false
#:ssldir: /var/lib/puppet/ssl

Also available in: Unified diff