Bug 1064876
| Summary: | [engine-setup][TEXT] 'Install' should be 'Configure' in DWH/Reports questions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Jiri Belka <jbelka> | ||||
| Component: | ovirt-engine-dwh | Assignee: | Yedidyah Bar David <didi> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Barak Dagan <bdagan> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.4 | CC: | aberezin, acathrow, gklein, iheim, oschreib, pstehlik, sbonazzo, yeylon, ylavi | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | integration | ||||||
| Fixed In Version: | ovirt-3.4.0-ga | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-03-31 12:33:16 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc. I agree. engine-setup suggests 'Configure' everywhere. (In reply to Yedidyah Bar David from comment #3) > I agree. engine-setup suggests 'Configure' everywhere. +1 Verified on av5:
# rhevm-setup
[ INFO ] Stage: Initializing
[ INFO ] Stage: Environment setup
Configuration files: ['/etc/ovirt-engine-setup.conf.d/10-packaging-dwh.conf', '/etc/ovirt-engine-setup.conf.d/10-packaging.conf', '/etc/ovirt-engine-setup.conf.d/20-packaging-rhevm-reports.conf']
Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20140327185933.log
Version: otopi-1.2.0 (otopi-1.2.0-1.el6ev)
[ INFO ] Stage: Environment packages setup
[ INFO ] Stage: Programs detection
[ INFO ] Stage: Environment setup
[ INFO ] Stage: Environment customization
--== PRODUCT OPTIONS ==--
Configure Data Warehouse on this host (Yes, No) [Yes]:
Configure Reports on this host (Yes, No) [Yes]:
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released |
Created attachment 862781 [details] setup log Description of problem: if engine-setups founds setup files for ovirt-engine-dwh and ovirt-engine-reports on the system (ovirt-engine-dwh-setup/ovirt-engine-reports-setup) it offers a user to configure these services during its own configuration run. But... As I wrote, it shows question if the user wants to configure them only if the mentioned rpm packages are installed, and this rpm packages get installed as deps of ovirt-engine-dwh and ovirt-engine-reports. Thus 'Install' in following question is senseless because the services got already installed. (OK, I don't know if engine-setup checks just its plugins for those services or if it checks also their rpms...). Anyway, if the questions are already raised then something at least installed those 'setup' packages. ... --== PRODUCT OPTIONS ==-- Install Data Warehouse on this host (Yes, No) [Yes]: Install Reports on this host (Yes, No) [Yes]: ... Version-Release number of selected component (if applicable): ovirt-engine-setup-3.4.0-0.7.beta2.el6.noarch How reproducible: 100% Steps to Reproduce: 1. install ovirt-engine, ovirt-engine-dwh, ovirt-engine-reports 2. engine-setup 3. Actual results: 'Install...' Expected results: 'Configure...' (as the rpms are already installed, thus little confusing. Additional info: If engine-setup just checks services' engine-setup plugins only, then I would still go for 'Configure...' and transparently for the user fetch and install ovirt-engine-{dwh,reports} if the rpms are missing.