Summary/Minutes from today's Fedora Infrastructure meeting (2012-06-07 at 18TC)

seth vidal skvidal at fedoraproject.org
Fri Jun 8 05:40:14 UTC 2012


On Thu, 7 Jun 2012 16:40:26 -0400
seth vidal <skvidal at fedoraproject.org> wrote:

> 
> > * Dns  (nirik, 18:29:03)
> >   * skvidal to work on more automated/dynamic zone updates for our
> >     primary zone  (nirik, 18:39:35)
> > 
> 
> 
> Here's the pseudo-code I promised:
> 
> # read in a config file(execfile?)
> # domain name
> # list of A records to be created (@, wildcard)
> # list of AAAA records to be created
> # dict of ipv4 ips = region list for that ip
> # dict of ipv6 ips = region list for that ip
> # location of commands file - for latest set instructions
> #
> # destdir
> #
> # commands include
> #   - reset - removes command file and runs by default
> #   - disable ip - generates - filtering out that ip, and
> #     sets it in the command file
> #   - enable ip
> #
> # if command file exists - those commands are applied
> # generate zone files (per region)
> # soa == sec from the epoch
> # boiler plate header?
> # for record in a_records:
>  # for ip in ip_dict:
>    # for region in ip_dict[region]
>      # generate a records
> # ditto AA records
> # exits
> 
> # something else restarts named/pushes shite out(dns signing ,etc)
> 
> 
> does this all make sense?
> 
> -sv


Here's a first cut - seems to work in my tests

http://fedorapeople.org/gitweb?p=skvidal/public_git/scripts.git;a=tree;f=dns/fedora-rr-dyn;hb=HEAD

-sv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20120608/3d85c285/attachment.sig>


More information about the infrastructure mailing list