Bug 1674764
Summary: | python-kubernetes is not installable on rhel7 | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Jeff Layton <jlayton> |
Component: | python-kubernetes | Assignee: | Alfredo Moralejo <amoralej> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel7 | CC: | amoralej, jkim, jmontleo, kdreyer |
Target Milestone: | --- | ||
Target Release: | --- | ||
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: | 2019-02-11 17:19:34 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
Jeff Layton
2019-02-11 16:59:42 UTC
Red Hat shipped python-adal here: https://access.redhat.com/errata/RHEA-2018:1042 That package went into the "High Availability" and "Resilient Storage" addons for RHEL 7. It's not in RHEL 7 Server base. You'll need to enable the High Availability or Resilient Storage Addons on RHEL 7: subscription-manager repos --enable "rhel-ha-for-rhel-7-server-rpms" or subscription-manager repos --enable "rhel-rs-for-rhel-7-server-rpms" Got it, thanks Ken. I guess we can call this NOTABUG then. I think there's still an issue here with EPEL's docs not mentioning these two repos. I don't even know if they are widely available for RHEL subscribers. I've emailed https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/thread/L4ZOKCPVTS4NSXYDQ43A2LCWMLCP6CEW/ today about this. There's a new python-kubernetes waiting for karma/time that should make it installable without enabling these repos: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-828640479d You should be able to install it from epel-testing if you It's applying this patch: https://github.com/kubernetes-client/python/issues/645 https://github.com/kubernetes-client/python-base/pull/108 If you do enable the repos and install adal you can still use the AD functionality, otherwise not. Jason, that is great! Thanks for letting us know. As a result of the thread on epel-devel, I've updated the main EPEL wiki page to mention enabling the HA repo in addition to the Optional and Extras repos. |