OpenStack DNS As A Service (Designate)
Go to file
Kiall Mac Innes ca1c17e0bb Add a "force" option to context sudo.
Change-Id: I6da29e005616b51cb4e2b1ae388f648808610c70
2013-04-11 15:27:27 +01:00
bin Separate notification handling from the central service 2013-03-11 22:09:59 +00:00
doc Rename the X-Moniker-Tenant-ID header to X-Moniker-Sudo-Tenant-ID to make more clear its meaning and use 2013-02-24 16:47:17 +01:00
etc/moniker Add Central.find_*() methods 2013-04-11 15:06:43 +01:00
moniker Add a "force" option to context sudo. 2013-04-11 15:27:27 +01:00
tools Pin to jsonschema less than 1.0 2013-02-26 17:01:54 +00:00
.gitignore Move config files from 'etc/' to 'etc/moniker/' to match what oslo's update.py expects. 2013-01-28 23:41:31 +00:00
.gitreview Initial Public Commit. 2012-09-25 08:04:13 +01:00
MANIFEST.in Ensure migrate.cfg's are included in the sdist tarball 2013-02-28 22:05:54 +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 Convert openstack-common.conf to the new format. 2013-04-09 14:33:13 +10:00
README.md Move docs where they belong (RTFD) 2012-11-21 19:13:30 +01:00
setup.cfg Fix coverage output folder 2013-01-08 12:34:23 +00:00
setup.py Remove redundant moniker-manage commands. 2013-03-31 15:00:59 +01:00
tox.ini Separate notification handling from the central service 2013-03-11 22:09:59 +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