Bug 1376787
| Summary: | [RHEL7] Rebase gdeploy for RHGS-3.2.0 release | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Sachidananda Urs <surs> |
| Component: | build | Assignee: | Milind Changire <mchangir> |
| Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.1 | CC: | amukherj, rcyriac, rhs-bugs, sbhaloth, storage-qa-internal |
| Target Milestone: | --- | Keywords: | Rebase |
| Target Release: | RHGS 3.2.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gdeploy-2.0.1-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-23 05:08:33 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: | 1351503 | ||
|
Description
Sachidananda Urs
2016-09-16 12:10:18 UTC
Tagged 2.0.1: https://github.com/gluster/gdeploy/tree/v2.0.1 Verified this Bug on # cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.3 (Maipo) # rpm -qa | grep gdeploy gdeploy-2.0.1-3.el7rhgs.noarch # rpm -qa | grep ansible ansible-2.2.0-0.50.prerelease.el7.noarch glusterfs-3.8.4-5.el7rhgs.x86_64 Successfully able to install gdeploy 2.0.1 (which in turn install dependent ansible package) on rhel 7.3 Verified this Bug on latest build. Verified the dependency of python-passlib on gdeploy-2.0.1-4 [root@dhcp37-157 examples]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.3 (Maipo) [root@dhcp37-157 examples]# rpm -qa | grep gdeploy gdeploy-2.0.1-4.el7rhgs.noarch [root@dhcp37-157 examples]# rpm -qa | grep ansible ansible-2.2.0.0-1.el7.noarch glusterfs-3.8.4-5.el7rhgs.x86_64 With installing gdeploy 2.0.1-4 build ,it fails due to dependency of python-passlib package. https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=522004 https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=524612 After installing python-passlib package from: https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=516106 gdeploy picks python-passible as dependent package and gdeploy installation is successful Verified the BZ as per #C5 and after verification from Errata https://errata.devel.redhat.com/advisory/24852/builds Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2017-0482.html |