Actions
Bug #14373
closedAdd ability to enable/disable scenarios to foreman-installer
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1322025
Description of problem:
In some cases it is useful to disable scenario (e.g. when it was replaced with new one) but not delete it. Disabled scenario should be hidden from scenario list and prevented from running but it should stay on the system to make migration to new scenario possible.
Actual results:
not possible
Expected results:
After 'foreman-installer --disable-scenario old_scenario' the old_scenario is not listed in --list-scenarios and is not possible to install.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/kafo/pull/132 added
Updated by Martin Bacovsky over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a0651adff0e32c54fdac822a0f9a863a38a1dd73.
Actions