Manually run commissioning scripts
Bug #1881919 reported by
Angela Piotrowski
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Lee Trager | ||
2.7 |
Fix Released
|
Medium
|
Lee Trager | ||
2.8 |
Fix Released
|
Medium
|
Lee Trager |
Bug Description
This request is to provide the ability to set a commissioning script so that it is only run manually. Simply requiring commissioning scripts to manually be added to the list of scripts to be run during commissioning. Maybe a metadata field added to the script like manual: true or something to that effect.
Related branches
~ltrager/maas:lp1881919_2.7
- Lee Trager (community): Approve
-
Diff: 83 lines (+29/-4)3 files modifiedsrc/maasserver/forms/ephemeral.py (+1/-1)
src/metadataserver/models/scriptset.py (+6/-2)
src/metadataserver/models/tests/test_scriptset.py (+22/-1)
~ltrager/maas:lp1881919_2.8
- Lee Trager (community): Approve
-
Diff: 83 lines (+29/-4)3 files modifiedsrc/maasserver/forms/ephemeral.py (+1/-1)
src/metadataserver/models/scriptset.py (+6/-2)
src/metadataserver/models/tests/test_scriptset.py (+22/-1)
~ltrager/maas:lp1881919
- Dougal Matthews (community): Approve
- MAAS Lander: Approve
-
Diff: 83 lines (+29/-4)3 files modifiedsrc/maasserver/forms/ephemeral.py (+1/-1)
src/metadataserver/models/scriptset.py (+6/-2)
src/metadataserver/models/tests/test_scriptset.py (+22/-1)
tags: | added: sts |
Changed in maas: | |
milestone: | none → 2.9.0b1 |
Changed in maas: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Lee Trager (ltrager) |
milestone: | 2.9.0b1 → 2.8.0 |
summary: |
- [feature] Manually run commissioning scripts + Manually run commissioning scripts |
Changed in maas: | |
milestone: | 2.8.0rc3 → 2.9.0b1 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Would a tag such as noauto work? I may be able to add this to 2.8 if I don't need to create a new field.