Bug 1420855
Summary: | ceph-ansible installs six and docker-py from PyPI with pip | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Storage Console | Reporter: | Ken Dreyer (Red Hat) <kdreyer> |
Component: | ceph-ansible | Assignee: | Sébastien Han <shan> |
Status: | CLOSED ERRATA | QA Contact: | Rachana Patel <racpatel> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3 | CC: | adeza, aschoen, ceph-eng-bugs, gmeno, hnallurv, nthomas, sankarshan, seb |
Target Milestone: | --- | ||
Target Release: | 2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-ansible-2.2.1-1.el7scon | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-06-19 13:16:50 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: |
Description
Ken Dreyer (Red Hat)
2017-02-09 16:07:39 UTC
The "six" module is also installed from PyPI. # NOTE (jimcurtis): need at least version 1.9.0 of six or we get: # re:NameError: global name 'DEFAULT_DOCKER_API_VERSION' is not defined - name: install six pip: name: six version: 1.9.0 tags: with_pkg Ken, just to make sure I understand, getting python package from pip is not something we allow? All python packages should come from a package with a source of trust? Like our repos, right? :) Right. Currently we must not download anything directly from PyPI or other non-Red Hat locations on the internet for our downstream product. This should be in the next version after the 2.1 series. Upstream PR: https://github.com/ceph/ceph-ansible/pull/1328 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://access.redhat.com/errata/RHBA-2017:1496 |