Cause:
If the user installed dwh and reports rpms but when he run engine-setup chose not to setup them, the setup will not ask again if he wants to install them on the next run.
Consequence:
The user might not know how to install the dwh and reports at this point
Workaround (if any):
A new flag was added to engine-setup --reconfigure-optional-components.
If this flag was added all components that are defined as re-configurable will be asked again during the setup.
Result:
A simple way for the user to be asked again what components he wishes to setup.
added new option to engine-setup
engine-setup --help
...
--reconfigure-optional-components
Ask again about components that were disabled in previous run.
...
Verified with:
ENGINE: ovirt-engine-3.6.0-0.0.master.20150617172413.git0933d9a.el6.noarch
DWH: ovirt-engine-dwh-3.6.0-0.0.master.20150617151108.20150617150804.gitfccbb7a.el6.noarch
REPORT: ovirt-engine-reports-3.6.0-0.0.master.20150617150217.20150617150004.git5003bdc.el6.noarch
added new option to engine-setup engine-setup --help ... --reconfigure-optional-components Ask again about components that were disabled in previous run. ... Verified with: ENGINE: ovirt-engine-3.6.0-0.0.master.20150617172413.git0933d9a.el6.noarch DWH: ovirt-engine-dwh-3.6.0-0.0.master.20150617151108.20150617150804.gitfccbb7a.el6.noarch REPORT: ovirt-engine-reports-3.6.0-0.0.master.20150617150217.20150617150004.git5003bdc.el6.noarch