Move TODO's to the bottom on the readme

This commit is contained in:
Kiall Mac Innes 2012-10-14 19:19:32 +01:00
parent 14d38041f9
commit bbe6a58395
1 changed files with 17 additions and 8 deletions

View File

@ -1,12 +1,6 @@
# TODOs:
# Introduction
* Documentation!
* Fixup Bind9 agent implementation so it could be considered even remotely reliable
* Re-Add PowerDNS agent implementation.
* Database migrations
* Unit Tests!!
* Integration with other OS servers eg Nova and Quantum
* Introduce Server Groups
Moniker is an OpenStack inspired DNSaaS.
# Developer Guide:
@ -39,3 +33,18 @@ NOTE: This is probably incomplete!
* `./bin/moniker-central`
* `./bin/moniker-agent-bind9`
1. Make use of the API..
# TODOs:
* Documentation!
* Fixup Bind9 agent implementation so it could be considered even remotely reliable
* Re-Add PowerDNS agent implementation.
* Database migrations
* 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