diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..65cb39f4 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/puppet-designate.git diff --git a/README.md b/README.md index 9b07153c..e8c05b05 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,22 @@ puppet-designate Module Description ------------------ -The designate module to aim to make Puppet capable of managing the entirely of designate. +The designate module aims to make Puppet capable of managing the entirely of designate. WORK IN PROGRESS ---------------- -✓ Basic structure -✓ DB -✓ Keystone (Users, Services, Endpoints) -✓ Client -✓ designate-api -✓ designate-central -✗ designate-agent (in progress) -✗ designate-sink (in progress) -✓ An example of site.pp -✗ Write Tests (in progress) +✓ Basic structure +✓ DB +✓ Keystone (Users, Services, Endpoints) +✓ Client +✓ designate-api +✓ designate-central +✗ designate-agent (in progress) +✗ designate-sink (in progress) +✓ An example of site.pp +✗ Write Tests (in progress) Setup @@ -30,9 +30,9 @@ Setup Currently there is no available RPM packages for use, you need to package it from source. - First, clone the spec file from https://github.com/NewpTone/designate-spec.git - Then, clone the source file from https://github.com/stackforge/designate.git - Last, use rpmbuild to package it. + First, clone the spec file from https://github.com/NewpTone/designate-spec.git + Then, clone the source file from https://github.com/stackforge/designate.git + Last, use rpmbuild to package it. ### Installing Designate diff --git a/manifests/db.pp b/manifests/db.pp index 0b6bace1..6d28d993 100644 --- a/manifests/db.pp +++ b/manifests/db.pp @@ -34,7 +34,7 @@ class designate::db ( command => $::designate::params::dbinit_command, path => '/usr/bin', user => 'root', - unless => "/usr/bin/mysql designate -e 'select * from migrate_version'", + unless => '/usr/bin/mysql designate -e "select * from migrate_version"', refreshonly => true, logoutput => on_failure, subscribe => Designate_config['storage:sqlalchemy/database_connection']