OpenStack Designate Puppet Module
Go to file
Xingchao Yu 1f017351d9 Add .gitreview config
Change-Id: I012a0b214c5c05491d5cabf8a6725ca738f98586
2013-10-29 22:25:02 +08:00
example Add example file 2013-10-18 15:50:11 +08:00
lib/puppet Init commit to do basic setting 2013-09-25 22:22:17 +08:00
manifests Add .gitreview config 2013-10-29 22:25:02 +08:00
spec Add fixtures.yml and mysql db spec test 2013-10-18 16:21:28 +08:00
.fixtures.yml Add fixtures.yml and mysql db spec test 2013-10-18 16:21:28 +08:00
.gitreview Add .gitreview config 2013-10-29 22:25:02 +08:00
Gemfile Add README and related files 2013-10-15 11:16:23 +08:00
LICENSE Modify license and readme 2013-10-16 11:30:07 +08:00
Modulefile Update modulefile info 2013-10-18 17:17:00 +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

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.