Bug 1140599
Summary: | [engine-setup] setup fails if the user decide to configure websocket proxy without having installed websocketproxy rpm | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Simone Tiraboschi <stirabos> |
Component: | ovirt-engine-installer | Assignee: | Simone Tiraboschi <stirabos> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 3.5 | CC: | benl, bsanford, bugs, didi, ecohen, gklein, iheim, lsurette, pmatyas, pvine, rbalakri, sbonazzo, tpelka, vipatel, yeylon, ylavi |
Target Milestone: | --- | ||
Target Release: | 3.5.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | integration | ||
Fixed In Version: | ovirt-3.5.1_rc1 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
setup fails if the user decide to configure websocket proxy without having installed websocketproxy rpm
Consequence:
setup fails
Fix:
Making setup able to download websocket proxy rpm
Result:
If the user decide to configure the websocket proxy and its rpm is not installed, engine-setup downloads and installs it
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-29 06:19:46 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1098191, 1193058, 1196662, 1197441 |
Description
Simone Tiraboschi
2014-09-11 10:22:22 UTC
The default in the "rhevm-setup" is to look for the "ovirt-engine-websocket-proxy" and not the "rhevm-websocket-proxy" which is installed as "rhevm-websocket-proxy-3.5.0-0.15.beta.el6ev.noarch" [root@rhevm35 ~]# rhevm-setup [ INFO ] Stage: Initializing [ INFO ] Stage: Environment setup Configuration files: ['/etc/ovirt-engine-setup.conf.d/10-packaging.conf'] Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20141021102843-566nw9.log Version: otopi-1.3.0 (otopi-1.3.0-1.el6ev) [ INFO ] Stage: Environment packages setup [ INFO ] Stage: Programs detection [ INFO ] Stage: Environment setup [ INFO ] Stage: Environment customization --== PRODUCT OPTIONS ==-- Configure Engine on this host (Yes, No) [Yes]: Configure WebSocket Proxy on this host (Yes, No) [Yes]: --== PACKAGES ==-- [ INFO ] Checking for product updates... [ ERROR ] Yum: Cannot queue package ovirt-engine-websocket-proxy: Package ovirt-engine-websocket-proxy cannot be found [ INFO ] Yum: Performing yum transaction rollback [ ERROR ] Failed to execute stage 'Environment customization': Package ovirt-engine-websocket-proxy cannot be found [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20141021102843-566nw9.log [ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20141021102907-setup.conf' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed [root@rhevm35 ~]# [root@rhevm35 ~]# yum install ovirt-engine-websocket-proxy Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager, versionlock This system is receiving updates from RHN Classic or RHN Satellite. Setting up Install Process No package ovirt-engine-websocket-proxy available. Error: Nothing to do [root@rhevm35 ~]# (In reply to Bill Sanford from comment #1) > The default in the "rhevm-setup" is to look for the > "ovirt-engine-websocket-proxy" and not the "rhevm-websocket-proxy" which is > installed as "rhevm-websocket-proxy-3.5.0-0.15.beta.el6ev.noarch" Thanks Bill, we already noticed that, please check https://gerrit.eng.lab.tlv.redhat.com/14465 It should be included in vt7. Current builds of rhevm fail due to the fix for this bug. A workaround until the next build: engine-setup --otopi-environment='OVESETUP_WSP_RPMDISRO_PACKAGES=str:rhevm-websocket-proxy OVESETUP_WSP_RPMDISRO_PACKAGES_SETUP=str:rhevm-setup-plugin-websocket-proxy' This is an automated message: This bug should be fixed in oVirt 3.5.1 RC1, moving to QA oVirt 3.5.1 has been released. If problems still persist, please make note of it in this bug report. this ovirt bug was fixed during 3.5.1 cycle and is included in the build, and therefore should be verified. This is moved to oVirt 3.5.2 to test only. This issue is already patched in 3.5.1. ok rhevm-setup-plugin-websocket-proxy-3.5.1-0.1.el6ev.noarch ovirt 3.5.2 was GA'd. closing current release. |