Chassis setup configuration improvements
joelrebel opened this issue · 0 comments
joelrebel commented
The current chassis setup configuration logic could be fixed/improved,
https://github.com/bmc-toolbox/bmcbutler/blob/master/pkg/butler/setup_chassis.go#L87
- Move to Configure interface
- Use Resources method to retrieve list of supported actions.
- Update configuration loop simliar to,
https://github.com/bmc-toolbox/bmcbutler/blob/v0.1.0/pkg/butler/configure/configure.go#L31