-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Observed
- Actions listed in
ui-wizard.yamlare defined only by action id, like:
uiWizard:
title: Platform initialization
description: Follow the steps below to setup a new platform.
success: Platform initialization finished
steps:
- title: Action 1 title
description: Action 1 description
actions:
- platform:var-set
- title: Action 2 title
description: Action 2 description
actions:
- dependencies
- Where action ids are:
platform:var-setdependencies
Expected
- Would be great for actions listed in
ui-wizard.yamlto define also arguments and options, like:
uiWizard:
title: Platform initialization
description: Follow the steps below to setup a new platform.
success: Platform initialization finished
steps:
- title: Action 1 title
description: Action 1 description
actions:
- platform:var-set machine_platform_name something platform/group_vars/platform/vars.yaml
- title: Action 2 title
description: Action 2 description
actions:
- dependencies platform/softwares/roles/dragonfly/ --mrn
- Where action ids are:
platform:var-set machine_platform_name something platform/group_vars/platform/vars.yamldependencies platform/softwares/roles/dragonfly/ --mrn
- Defined arguments and options should then pre-populate form fields of action
Metadata
Metadata
Assignees
Labels
No labels