OpenStack Designate Puppet Module
Go to file
Sebastien Badia b0c7643587 Re-introduce default designate/root_helper parameter
This commit configure designate default root_helper using
designate-rootwrap.

Change-Id: I436eb4b42720e9009e3def911b379453c099ded0
2014-11-02 17:48:09 +01:00
example Add example file 2013-10-18 15:50:11 +08:00
lib/puppet Add designate_api_paste_ini type 2014-09-24 04:17:56 +00:00
manifests Re-introduce default designate/root_helper parameter 2014-11-02 17:48:09 +01:00
spec Introduce designate:config to manage custom options 2014-09-24 04:18:25 +00:00
.fixtures.yml Added missing dns and concat_base dependency 2014-11-02 17:24:41 +01:00
.gitignore Add gitignore file 2013-12-23 19:21:49 +01:00
.gitreview Add .gitreview config 2013-10-29 22:25:02 +08:00
Gemfile Normalize Gemfile & pin tests to rspec < 2.99 2014-06-20 09:14:36 -04:00
LICENSE Modify license and readme 2013-10-16 11:30:07 +08:00
README.md Add .gitreview config 2013-10-29 22:25:02 +08:00
Rakefile Add README and related files 2013-10-15 11:16:23 +08:00
metadata.json Introduce Debian OS support, various fixes 2014-11-02 17:42:04 +01:00

README.md

puppet-designate

Module Description

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)

Setup

Get Prepared for Deployment

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.

Installing Designate

You could ref the example file and install it.