OpenStack Designate Puppet Module
Go to file
Xingchao Yu 6ae7e9f2d6 Update modulefile and readme 2013-10-16 11:47:24 +08:00
lib/puppet Init commit to do basic setting 2013-09-25 22:22:17 +08:00
manifests Add designate::dns class 2013-10-16 11:43:24 +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 and readme 2013-10-16 11:47:24 +08:00
README.md Update modulefile and readme 2013-10-16 11:47:24 +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 to aim 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.