Jump to: navigation, search

Difference between revisions of "Designate/Old Incubation Application"

(Basic roadmap for the project:)
Line 1: Line 1:
== Project codename: ==
+
== Project codename ==
  
 
Moniker
 
Moniker
  
== Summary: ==
+
== Summary ==
  
 
Moniker DNSaaS Project
 
Moniker DNSaaS Project
  
== Detailed Description: ==
+
== Detailed Description ==
  
 
Moniker is a DNS as-a-service project. It is intended to be used to provide DNS service from the entry point of creating, updating, maintaining and deleting DNS data using the Moniker API, to providing DNS resolution for users. It is a very modular project, allowing for the use of whatever DNS server and organization demands, or the database where DNS data is stored. It is also intended to work in conjunction with other components such as Nova.
 
Moniker is a DNS as-a-service project. It is intended to be used to provide DNS service from the entry point of creating, updating, maintaining and deleting DNS data using the Moniker API, to providing DNS resolution for users. It is a very modular project, allowing for the use of whatever DNS server and organization demands, or the database where DNS data is stored. It is also intended to work in conjunction with other components such as Nova.
Line 15: Line 15:
 
Moniker is relevant to the mission by adding a missing piece of data-center functionality, namely, one of the most ubiquitous services, DNS. It's relevant to other OpenStack projects by automating the name resolution changes required for the creation and deletion of Nova instances or other components.
 
Moniker is relevant to the mission by adding a missing piece of data-center functionality, namely, one of the most ubiquitous services, DNS. It's relevant to other OpenStack projects by automating the name resolution changes required for the creation and deletion of Nova instances or other components.
  
== Basic roadmap for the project: ==
+
== Basic roadmap for the project ==
  
=== The current release provides: ===
+
=== The current release provides ===
  
 
* REST API for domain/record management
 
* REST API for domain/record management
Line 27: Line 27:
 
* Python Bindings
 
* Python Bindings
  
=== Future release plans: ===
+
=== Future release plans ===
  
 
* DNSSEC
 
* DNSSEC
 
* Development of functionality to utilize moniker-sink to process events from Nova and Quantum
 
* Development of functionality to utilize moniker-sink to process events from Nova and Quantum
* Import/Export
+
* Import/Export of Domains via BIND9 style zone files
* Private DNS servers
+
* Private/Internal DNS servers
  
== Location of project source code: ==
+
== Location of project source code ==
  
 
* [https://launchpad.net/moniker Moniker on Launchpad]
 
* [https://launchpad.net/moniker Moniker on Launchpad]
Line 40: Line 40:
 
* [https://github.com/stackforge/python-monikerclient/ python-monikerclient at StackForge]
 
* [https://github.com/stackforge/python-monikerclient/ python-monikerclient at StackForge]
  
== Programming language, required technology dependencies: ==
+
== Programming language, required technology dependencies ==
  
 
;Language: Python
 
;Language: Python
Line 46: Line 46:
 
;Dependencies: flask, message queue, DNS server, database server
 
;Dependencies: flask, message queue, DNS server, database server
  
== Is project currently open sourced? What license?: ==
+
== Is project currently open sourced? What license? ==
  
 
Yes, under the Apache 2.0 license.
 
Yes, under the Apache 2.0 license.
  
== Level of maturity of software and team: ==
+
== Level of maturity of software and team ==
  
 
* Software: Private Beta at HPCS. Implementations at other organizations.
 
* Software: Private Beta at HPCS. Implementations at other organizations.
 
* Team: Working together for six months
 
* Team: Working together for six months
  
== Proposed project technical lead and qualifications: ==
+
== Proposed project technical lead and qualifications ==
  
;Kiall Mac Innes (kiall): Kiall has worked on Openstack for 2 years. He has an extensive understanding of DNS and is the lead author of Moniker.
+
;Kiall Mac Innes (kiall): Kiall has worked on OpenStack for ~2 years. He has an extensive understanding of DNS and is the lead author of Moniker.
  
== Other project developers and qualifications: ==
+
== Other project developers and qualifications ==
  
;Simon McCartney (simonmcc) :Simon has Extensive DNS, Orchestration, Database, and operation experience.  
+
;Simon McCartney (simonmcc): Simon has Extensive DNS, Orchestration, Database, and operation experience.  
  
 
;Patrick Galbraith (capttofu): Patrick Galbraith has extensive database, operational and has worked on various aspects of Openstack and related projects (Red Dwarf)
 
;Patrick Galbraith (capttofu): Patrick Galbraith has extensive database, operational and has worked on various aspects of Openstack and related projects (Red Dwarf)
Line 67: Line 67:
 
;Endre Karlson (zykes-):
 
;Endre Karlson (zykes-):
  
== Infrastructure requirements (testing, etc): ==
+
== Infrastructure requirements (testing, etc) ==
  
Currently on StackForge using Gerrit and Jenkins to runs the unit test suite and pyflakes plus pep8.
+
Currently on StackForge using Gerrit and Jenkins to runs the unit test suite and pyflakes plus pep8. No additional infrastructure requirements are expected.
  
 
== Have all current contributors agreed to the OpenStack CLA? ==
 
== Have all current contributors agreed to the OpenStack CLA? ==
Line 83: Line 83:
 
* [https://etherpad.openstack.org/openstack-dns San Diego Summit Etherpad]
 
* [https://etherpad.openstack.org/openstack-dns San Diego Summit Etherpad]
  
== Status: ==
+
== Status ==
  
 
To be completed by PPB
 
To be completed by PPB

Revision as of 11:42, 22 April 2013

Project codename

Moniker

Summary

Moniker DNSaaS Project

Detailed Description

Moniker is a DNS as-a-service project. It is intended to be used to provide DNS service from the entry point of creating, updating, maintaining and deleting DNS data using the Moniker API, to providing DNS resolution for users. It is a very modular project, allowing for the use of whatever DNS server and organization demands, or the database where DNS data is stored. It is also intended to work in conjunction with other components such as Nova.

The purpose of the project is provide managed DNS for the Openstack Ecosystem using a REST API or Moniker Sink which consumes events from Nova or Quantum, or any other service that has events that would necessitate DNS changes. It also will replace Nova DNS bindings and provide much more robust and full-featured DNS functionality. Also, advanced DNS record support will be added such as DNSSEC.

Moniker is relevant to the mission by adding a missing piece of data-center functionality, namely, one of the most ubiquitous services, DNS. It's relevant to other OpenStack projects by automating the name resolution changes required for the creation and deletion of Nova instances or other components.

Basic roadmap for the project

The current release provides

  • REST API for domain/record management
  • Multi-tenant
  • Integrated with Keystone for authentication
  • Framework in place to integrate with Nova and Quantum notifications (for auto-generated records)
  • Support for PowerDNS, MySQLBind, and Bind out of the box
  • Command Line Interface
  • Python Bindings

Future release plans

  • DNSSEC
  • Development of functionality to utilize moniker-sink to process events from Nova and Quantum
  • Import/Export of Domains via BIND9 style zone files
  • Private/Internal DNS servers

Location of project source code

Programming language, required technology dependencies

Language
Python
Dependencies
flask, message queue, DNS server, database server

Is project currently open sourced? What license?

Yes, under the Apache 2.0 license.

Level of maturity of software and team

  • Software: Private Beta at HPCS. Implementations at other organizations.
  • Team: Working together for six months

Proposed project technical lead and qualifications

Kiall Mac Innes (kiall)
Kiall has worked on OpenStack for ~2 years. He has an extensive understanding of DNS and is the lead author of Moniker.

Other project developers and qualifications

Simon McCartney (simonmcc)
Simon has Extensive DNS, Orchestration, Database, and operation experience.
Patrick Galbraith (capttofu)
Patrick Galbraith has extensive database, operational and has worked on various aspects of Openstack and related projects (Red Dwarf)
Endre Karlson (zykes-)

Infrastructure requirements (testing, etc)

Currently on StackForge using Gerrit and Jenkins to runs the unit test suite and pyflakes plus pep8. No additional infrastructure requirements are expected.

Have all current contributors agreed to the OpenStack CLA?

Yes.

Related Links

Status

To be completed by PPB