05.02.02.00
Feature
-
On SLES machines, make sure the
primary
network is always associated witheth0
This is done by setting the 'profile.force_eth0' attribute to true.
-
stack load
Initial work to load the json output of
stack dump
. More to come. -
Create a Dockerized Frontend for development
This is not full Docker support, this is only for internal
development. See docker/README.md for details. -
Make systemd default target an attribute
Systemd default target is currently set to multi-user.
For VMS systems this is required to be graphical.
Making this an attribute gives us the option to
override it, as required -
Add an IP sanity check to 'stack report system'
Bugfix
-
stack load dropped network zone
-
UTC is now a selecteable timezone in the wizard
-
produce a better error message when trying to add an existing interface
-
Fix how named.conf and zone files are created
- Currently, Stacki does not have support for resolving
names that are in address spaces with netmasks of 23-8.
This commit remedies this. - Aliases were generated incorrectly. This commit fixes it.
- Add comments about requirements and design
- Fix tests for the new report zones output
- Currently, Stacki does not have support for resolving
-
Remove the basic sudoers file from the 'ws' package since we overwrite it anyway.
Git
- starting 05.02.02.00