[feature] Additional commissioning script parameters
Bug #1881916 reported by
Angela Piotrowski
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Wishlist
|
Unassigned | ||
maas-ui |
Fix Released
|
Unknown
|
Bug Description
Commissioning script parameters as described in the documentation are misleading. It seems the only parameter available today is storage. This request is to allow any parameter to be passed, this would not only include other metadata fields like interfaces but also user-defined parameters that could be provided either through the UI or API upon commissioning of the system.
tags: | added: sts |
Changed in maas: | |
status: | New → Incomplete |
Changed in maas: | |
status: | Incomplete → New |
tags: | added: ui |
no longer affects: | maas-ui |
Changed in maas: | |
status: | New → Triaged |
Changed in maas-ui: | |
importance: | Undecided → Unknown |
Changed in maas-ui: | |
status: | New → Fix Released |
Changed in maas: | |
status: | Triaged → Fix Committed |
Changed in maas: | |
milestone: | none → 3.2.0-beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
As of MAAS 2.7 there are 3 parameters available
storage - Accepts storage devices
interface - Accept interfaces
url - Accepts URLs
No other parameter is currently supported. I had originally planned on implementing other types(string, text, bool, integer, etc) however it proved difficult to add to the UI.
Are you requesting the docs to be improved explaining the currently available parameters or for new parameters types to be added?