Bug 1948429
Summary: | Dependance issues occur when installing ovirt-hosted-engine-setup with RHEL8.4-host. | ||||||
---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Wei Wang <weiwang> | ||||
Component: | General | Assignee: | Sandro Bonazzola <sbonazzo> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Wei Wang <weiwang> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 2.4.9 | CC: | bugs, cshao, mavital, nlevy, peyu, sbonazzo, shlei, stirabos, weiwang, yaniwang | ||||
Target Milestone: | ovirt-4.4.6 | Keywords: | Documentation | ||||
Target Release: | 2.5.0 | Flags: | cshao:
testing_ack?
|
||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-05-05 05:36:32 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1921845 | ||||||
Attachments: |
|
Description
Wei Wang
2021-04-12 07:25:21 UTC
I think this is because you are trying to install the upstream package on Rhel without having the Rhel repos. Can you please update the Rhel repos and try again? (In reply to Asaf Rachmani from comment #1) > I think this is because you are trying to install the upstream package on > Rhel without having the Rhel repos. > Can you please update the Rhel repos and try again? After create local rhel8.4 repos, try to install ovirt-hosted-engine-setup, the same issue occurs. Please ensure repositories are enabled, as per https://ovirt.org/download/ # RHEL only -- they are enabled by default on CentOS and oVirt Node sudo subscription-manager repos --enable="rhel-8-for-x86_64-baseos-rpms" sudo subscription-manager repos --enable="rhel-8-for-x86_64-appstream-rpms" sudo subscription-manager repos --enable="ansible-2-for-rhel-8-x86_64-rpms" If you still have dependencies issues please let me know. (In reply to Sandro Bonazzola from comment #3) > Please ensure repositories are enabled, as per https://ovirt.org/download/ > > # RHEL only -- they are enabled by default on CentOS and oVirt Node > sudo subscription-manager repos --enable="rhel-8-for-x86_64-baseos-rpms" > sudo subscription-manager repos --enable="rhel-8-for-x86_64-appstream-rpms" > sudo subscription-manager repos --enable="ansible-2-for-rhel-8-x86_64-rpms" > > If you still have dependencies issues please let me know. Need to --enable=rhel-8-for-x86_64-appstream-beta-rpms additionally. Now the installation is successful. Added a note on download page for RHEL beta. Test with upstream document in https://ovirt.org/download/ # RHEL beta releases only sudo subscription-manager repos --enable="rhel-8-for-x86_64-baseos-beta-rpms" sudo subscription-manager repos --enable="rhel-8-for-x86_64-appstream-beta-rpms" bug is fixed, move it to "VERIFIED" This bugzilla is included in oVirt 4.4.6 release, published on May 4th 2021. Since the problem described in this bug report should be resolved in oVirt 4.4.6 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |