OpenStack DNS As A Service (Designate)
Go to file
Russell Bryant 11cd6210b3 Add LICENSE file.
Change-Id: Iea6bce2945c930158eda3b30d4fd6b4da2ad4b8c
2013-06-18 16:13:03 -04:00
bin Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
designate Correct some overzealous s/moniker/designate/'s 2013-06-13 13:32:41 +01:00
doc Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
etc/designate Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
tools Rename keystone-setup script for designate 2013-06-13 13:34:51 +01:00
.gitignore Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
.gitreview Rename to designate in .gitreview. 2013-06-14 18:29:25 -04:00
LICENSE Add LICENSE file. 2013-06-18 16:13:03 -04:00
MANIFEST.in Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
README.md Correct a few links broken during the s/moniker/designate/ 2013-06-09 22:56:47 +01:00
designate.sublime-project Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
openstack-common.conf Rename Moniker -> Designate 2013-06-09 21:15:03 +01:00
requirements.txt Sync requirements with openstack/requirements. (Except jsonschema) 2013-06-07 17:21:00 +01:00
setup.cfg Bump version to 2013.2 2013-06-11 12:38:29 +01:00
setup.py Switch to PBR 2013-05-31 21:41:45 +01:00
test-requirements.txt Switch to Flake8 and add Hacking checks 2013-06-09 14:52:19 +01:00
tox.ini Switch to Flake8 and add Hacking checks 2013-06-09 14:52:19 +01:00

README.md

Introduction

Designate 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