OpenStack DNS As A Service (Designate)
Go to file
Kiall Mac Innes 822c3165d6 Fixup bind9 zone template
Change-Id: Ib8a4594549c4d98ddb7a49b033d5b08604c737f2
2012-12-04 17:35:38 +00:00
bin Make us client library independent for server side operations 2012-11-20 09:44:26 +01:00
doc Fixed a single-letter typo in docs 2012-11-26 22:15:49 -06:00
etc Allow the central and agent services to have separate defaults for the backend_driver config option. 2012-12-04 11:37:26 +00:00
moniker Fixup bind9 zone template 2012-12-04 17:35:38 +00:00
tools Switch to plain .json schemas and improve Schema handling. 2012-12-03 11:33:14 +00:00
.gitignore Add *.egg to .gitignore 2012-11-13 17:16:52 +00:00
.gitreview Initial Public Commit. 2012-09-25 08:04:13 +01:00
MANIFEST.in Update MANIFEST.in 2012-10-30 18:02:04 +00:00
README.md Move docs where they belong (RTFD) 2012-11-21 19:13:30 +01:00
moniker.sublime-project Hide autogenated doc files in Sublime Text 2 project 2012-10-31 19:40:21 +00:00
openstack-common.conf Sync with Oslo-Incubator 1fd7694e 2012-11-29 23:57:33 +00:00
setup.cfg Add sphinx doc skeleton 2012-10-31 19:12:07 +00:00
setup.py Added central backend changes and rpc plugin. Added write_database flag to mysqlbind agent. 2012-12-02 15:17:53 +00:00
tox.ini Fixup final pyflakes error + enable pyflakes check by default 2012-12-04 16:41:59 +00:00

README.md

Introduction

Moniker is an OpenStack inspired DNSaaS.

Docs: http://moniker.rtfd.org and some below for now. Bugs / Blueprints: http://launchpad.net/moniker

IRC: #openstack-dns

Installation: http://moniker.readthedocs.org/en/latest/install.html

TODOs:

  • Documentation!
  • Fixup Bind9 agent implementation so it could be considered even remotely reliable
  • Re-Add PowerDNS agent implementation.
  • Unit Tests!!
  • Integration with other OS servers eg Nova and Quantum
    • Listen for floating IP allocation/deallocation events - giving user access to the necessary PTR record.
    • Listen for server create/destroy events - creating DNS records as needed.
    • Listen for server add/remove from security group events - creating "load balancing" DNS RR records as needed.
  • Introduce Server Pools
    • Server pools will allow a provider to 'schedule' a end users domain to one of many available DNS server pools