bmc-toolbox/bmcbutler

Chassis setup configuration improvements

joelrebel opened this issue · 0 comments

The current chassis setup configuration logic could be fixed/improved,
https://github.com/bmc-toolbox/bmcbutler/blob/master/pkg/butler/setup_chassis.go#L87

  1. Move to Configure interface
  2. Use Resources method to retrieve list of supported actions.
  3. Update configuration loop simliar to,
    https://github.com/bmc-toolbox/bmcbutler/blob/v0.1.0/pkg/butler/configure/configure.go#L31