Feature
-
stack dump
refactorMove code from pluggins into commands:
stack dump api
stack dump appliance
stack dump bootaction
stack dump box
stack dump cart
stack dump environment
stack dump group
stack dump host
stack dump network
stack dump os
stack dump pallet
-
Add
--use-src
flag to integration test set-up.shThe new
--use-src
flag forset-up.sh
will cause the local Stacki source to be mounted insi
de the VM that is created. The ISO provided files are then removed and replaced with symlinks to
the local source files. This allows you to run test against the local source changes, or to log
in viavagrant ssh frontend
to test out stuff manually on the command line.
Bugfix
-
Make sure the smq-* services run last in systemd.
And, if anyone needs to run a service last, just associate it
with thelast.target
. -
Need to send the set of VLAN ids for all non-frontend components.
The code was only looking at
backend
appliances for the VLAN ids. When
a host would switch to another appliance (e.g., adbs
appliance), then
the dbs appliance would be skipped and the switch would not be configured
correctly for this appliance. -
'list pallet command' shouldn't traceback if there are stack commands with syntax errors
-
'list pallet command' shouldn't traceback if there are dotfiles in the path
-
IB switch credential attrs needed to be updated in the producer code as well
Git
- starting 5.1rc12