Metadata-Version: 1.1
Name: designate
Version: 2013.2.a135.g2ffa222
Summary: DNS as a Service
Home-page: https://launchpad.net/designate
Author: Kiall Mac Innes
Author-email: kiall@managedit.ie
License: UNKNOWN
Description: # 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
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: Name Service (DNS)
