Skip to content

05.02.06.12

Compare
Choose a tag to compare
@masonkatz masonkatz released this 20 Sep 19:45
· 238 commits to master since this release
cb68613

Feature

  • Allow non-frontend parents to be time servers

    Also allow for non management of time

  • Allow json data to be posted directly via the webservice

  • Add parameter to stack load to have it run the commands

  • Remove the sync.hosts attribute

    Must use manage.hostfile and sync.hostsfile from now on.

  • Fine grain management of /etc/hosts

    Attributes

    manage.hostfile - file created during installation (default is False/None)

    sync.hostsfile - file creating the file during sync host network if
    manage.hostsfile is also true. (default is False/None)

    Transitioning away from the sync.hosts attribute that controlled both
    of these as all or nothing.

    For Teradata the default will be managed.hostsfile=True and
    sync.hostsfile=False, hence the above change.