pvl/hosts/config.py
Mon, 02 Mar 2015 18:25:50 +0200 Tero Marttila pvl.hosts.config: support defaults for included hosts
Mon, 02 Mar 2015 18:08:30 +0200 Tero Marttila pvl.hosts.config: fix handling of mixed boot=... boot.foo=... independent of dict ordering
Sun, 01 Mar 2015 20:15:18 +0200 Tero Marttila pvl.hosts.config: sort directory items for stable host ordering
Sun, 01 Mar 2015 19:54:20 +0200 Tero Marttila pvl.hosts.config: support ethernet = ... + ethernet.ethX = ...
Thu, 26 Feb 2015 19:07:30 +0200 Tero Marttila pvl.hosts.config: test and fix includes path
Thu, 26 Feb 2015 19:05:18 +0200 Tero Marttila pvl.hosts.config: cleanup accidential dupliate def apply
Thu, 26 Feb 2015 18:32:32 +0200 Tero Marttila pvl.hosts.config: revert apply_hosts_directory to treat directory contents as a flat namespace without any parent=basname(directory) magic
Thu, 26 Feb 2015 18:19:09 +0200 Tero Marttila pvl.hosts.config: change nested domains to be relative to parent domain, not absolute
Thu, 26 Feb 2015 18:07:03 +0200 Tero Marttila pvl.hosts.config: support direct directory hosts, using the directory name as the parent
Thu, 26 Feb 2015 17:36:55 +0200 Tero Marttila pvl.hosts.config: document includes, fix include-only zone, and test
Thu, 26 Feb 2015 17:24:13 +0200 Tero Marttila pvl.hosts.config: refactor
Thu, 26 Feb 2015 16:38:31 +0200 Tero Marttila pvl.hosts: deprecate [host] domain= with [host@domain]
Thu, 26 Feb 2015 15:29:03 +0200 Tero Marttila pvl.hosts-reverse: move options out of pvl.hosts.zone
Wed, 25 Feb 2015 14:22:49 +0200 Tero Marttila pvl.hosts.config: fix pvl.dns.generate usage
Tue, 24 Feb 2015 19:24:06 +0200 Tero Marttila pvl.hosts.config: fix apply_host override error handling
Tue, 24 Feb 2015 19:18:45 +0200 Tero Marttila pvl.hosts: cleanup host config parsing
Tue, 24 Feb 2015 18:56:22 +0200 Tero Marttila pvl.hosts.config: cleanup apply_host_config
Tue, 24 Feb 2015 18:22:07 +0200 Tero Marttila pvl.hosts: fixup and document host expansion
Tue, 24 Feb 2015 17:48:00 +0200 Tero Marttila pvl.hosts.config: allow some log.info output
Tue, 24 Feb 2015 17:35:36 +0200 Tero Marttila pvl.hosts: refactor as a package; cleanup pvl.hosts.config with some basic tests