Reconfigure dnspath to a standard directory

named/data is not strandard, let's switch to the application directory,
(bind9 for the backend used) (designate also support pdns).

https://github.com/openstack/designate/blob/master/etc/designate/designate.conf.sample#L12

Change-Id: I7229295c8282cf6b03e18cdebafa3de83b61b784
This commit is contained in:
Sebastien Badia 2014-11-02 17:43:37 +01:00
parent d229b0f2bd
commit cd3a726b9f
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,10 @@ class designate::params {
$dbinit_command = 'designate-manage database-init'
$dbsync_command = 'designate-manage database-sync'
$state_path = '/var/named/data'
$state_path = '/var/lib/designate'
# bind path
$designatepath = "${state_path}/bind9"
$designatefile = "${state_path}/bind9/zones.config"
# Log dir
$log_dir = '/var/log/designate'
$client_package_name = 'python-designateclient'
@ -22,9 +25,6 @@ class designate::params {
$api_service_name = 'openstack-designate-api'
$central_service_name = 'openstack-designate-central'
$sink_service_name = 'openstack-designate-sink'
# bind path
$designatepath = '/var/named/data/bind9'
$designatefile = '/var/named/data/bind9/zones.config'
}
'Debian': {
# package name