Project

General

Profile

Actions

Refactor #888

closed

convert dns implementation to ruby objects

Added by Ohad Levy about 13 years ago. Updated about 8 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
DNS
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

in a similar fashion to dhcp, dns should consist of real ruby objects such as:

  • dns servers
  • zones
  • records (and their types)

this should allow greater flexibility to supporting multiple dns servers.

Actions #1

Updated by Ohad Levy about 8 years ago

  • Description updated (diff)
  • Assignee set to Anonymous

Dmitri - I have the feeling this is on your radar ? (or maybe an alternative path?)

Actions #2

Updated by Anonymous about 8 years ago

Don't think this would be useful. The biggest object would be dns record which is still minimal -- type, fqdn, and address. All creation and validation logic resides within platform-specific providers, which is another reason to keep common data structures minimal.

Actions #3

Updated by Anonymous about 8 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF