OpenStack DNS As A Service (Designate)
Go to file
Patrick Galbraith ac596c2e0d Added central backend changes and rpc plugin. Added write_database flag to mysqlbind agent.
Change-Id: I6097536958648128372a54facb0f73e0e53b3673
2012-12-02 15:17:53 +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 Fixup sample agent config 2012-11-22 14:37:03 +00:00
moniker Added central backend changes and rpc plugin. Added write_database flag to mysqlbind agent. 2012-12-02 15:17:53 +00:00
tools Sync with Oslo-Incubator 1fd7694e 2012-11-29 23:57:33 +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 The PyFlakes tox env should not run by default 2012-11-21 12:20:36 +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