move init to look to schema/SCHEMA-SCHEMA

This commit is contained in:
Jonathan Lundy 2020-06-26 12:11:04 -06:00
parent 78421585a5
commit af46a7c4ff
No known key found for this signature in database
GPG key ID: C63E6D61F3035024
9 changed files with 74 additions and 47 deletions

View file

@ -1,5 +1,6 @@
schema: DNS-SCHEMA
ref: dn42.domain
dir-name: dns
key: domain required single primary schema
key: nserver required multiple > [domain-name] [ip-addr]
key: descr optional single
@ -8,7 +9,7 @@ key: admin-c optional multiple lookup=dn42.person,dn42.role
key: tech-c optional multiple lookup=dn42.person,dn42.role
key: org optional multiple lookup=dn42.organisation
key: country optional single
key: ds-rdata optional multiple
key: ds-rdata optional multiple
key: remarks optional multiple
key: source required single lookup=dn42.registry
mnt-by: DN42-MNT

View file

@ -1,16 +1,15 @@
schema: SCHEMA-SCHEMA
namespace: dn42
ref: dn42.schema
primary-key: inetnum cidr
primary-key: inet6num cidr
primary-key: role nic-hdl
primary-key: person nic-hdl
namespace-owners: mntner
ref: dn42.schema
owners: mntner
key: schema required single primary schema > [name]
key: ref required single > [schema]
key: namespace required single
key: primary-key optional multiple > [schema] [key]
key: namespace-owners required single > [schema]
key: dir-name optional single
key: owners optional single > [schema]
key: mnt-by required multiple lookup=dn42.mntner > [mntner]
key: remarks optional multiple > [text]...
key: source required single lookup=dn42.registry