OpenStack DNS As A Service (Designate)
Go to file
Endre Karlson 0ab85095c2 Move docs where they belong (RTFD)
Change-Id: Ic865b0ab7a2b45ce6e1771efc1984874fe2d55c4
2012-11-21 19:13:30 +01:00
bin Make us client library independent for server side operations 2012-11-20 09:44:26 +01:00
doc Move docs where they belong (RTFD) 2012-11-21 19:13:30 +01:00
etc Add policy checks for all resource create/update/delete/get/list actions 2012-11-17 16:08:17 +00:00
moniker Merge "Add first API test for listing servers" 2012-11-21 13:43:45 +00:00
tools Add first API test for listing servers 2012-11-21 12:21:27 +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
moniker.sublime-project Hide autogenated doc files in Sublime Text 2 project 2012-10-31 19:40:21 +00:00
openstack-common.conf Import and make use of openstack.common.version module 2012-11-01 14:35:21 +00:00
README.md Move docs where they belong (RTFD) 2012-11-21 19:13:30 +01:00
setup.cfg Add sphinx doc skeleton 2012-10-31 19:12:07 +00:00
setup.py Make us client library independent for server side operations 2012-11-20 09:44:26 +01:00
tox.ini The PyFlakes tox env should not run by default 2012-11-21 12:20:36 +00:00

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