Bug 1588068

Summary: [CodeChange][RFE] - Package ovirt-host-deploy for python3 compatibility on Fedora
Product: [oVirt] ovirt-host-deploy Reporter: Sandro Bonazzola <sbonazzo>
Component: Packaging.rpmAssignee: Gal Zaidman <gzaidman>
Status: CLOSED CURRENTRELEASE QA Contact: Sandro Bonazzola <sbonazzo>
Severity: high Docs Contact:
Priority: high    
Version: masterCC: bugs, lsvaty
Target Milestone: ovirt-4.3.0Keywords: CodeChange, FutureFeature
Target Release: 1.8.0Flags: rule-engine: ovirt-4.3+
ylavi: planning_ack+
rule-engine: devel_ack+
lsvaty: testing_ack+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovirt-host-deploy-1.8.0_beta1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-27 07:23:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Integration RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1460625    

Description Sandro Bonazzola 2018-06-06 14:48:00 UTC
Right now ovirt-host-deploy is packaged only for Python 2.
We need to provide python2 and python 3 packages as done on otopi and ovirt-setup-lib.

Comment 1 Sandro Bonazzola 2018-11-27 07:23:23 UTC
# dnf install ovirt-host-deploy

Installing:
 python2-ovirt-host-deploy
Installing dependencies:
 ovirt-host-deploy-common 

# dnf install python3-ovirt-host-deploy
Installing:
 python3-ovirt-host-deploy
Installing dependencies:
 ovirt-host-deploy-common

verified on 1.8.0-0.0.master.20181105135116.gite6c84fc.fc28 shipped in 4.3.0 alpha release.