Bug 1645755
| Summary: | openssh-clients package missing from ose-f5-router:v3.10 images | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Brendan Mchugh <bmchugh> |
| Component: | Networking | Assignee: | Phil Cameron <pcameron> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | medium | ||
| Priority: | unspecified | CC: | aos-bugs, jokerman, mmccomas, shiywang, wsun |
| Version: | 3.10.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.10.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: missing rpms
Consequence:
Fix: add rpms
Result:
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-27 16:41:12 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
Brendan Mchugh
2018-11-03 12:29:20 UTC
Likely related to the ose-base image changes described in https://bugzilla.redhat.com/show_bug.cgi?id=1614841 Looks like a dockerfile omission. Phil, can you take care of this (and backport to 3.10 and 3.11)? Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/84a202728ecebe69535a2abefeca32c7992fcf8b Add openssh-clients package to f5-router bug: 1645755 https://bugzilla.redhat.com/show_bug.cgi?id=1645755 Signed-off-by: Phil Cameron <pcameron> openssh-clients package is still not found in f5 router image v3.10.139
# oc get pod f5router-2-j6tkv -o yaml | grep image
image: registry.reg-aws.openshift.com:443/openshift3/ose-f5-router:v3.10.139
# oc rsh f5router-2-j6tkv
sh-4.2$ rpm -qa | grep openshift
atomic-openshift-clients-3.10.139-1.git.0.aa29c47.el7.x86_64
atomic-openshift-3.10.139-1.git.0.aa29c47.el7.x86_64
sh-4.2$
sh-4.2$ which scp
which: no scp in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
sh-4.2$ rpm -qa | grep ssh
libssh2-1.4.3-12.el7_6.2.x86_64
cherry-picked pr 21430 (comment #5) https://github.com/openshift/origin/pull/22621 into 3.10 Its out for review, when merged this bug will be fixed. verified with atomic-openshift-3.10.149-1.git.0.05de590.el7 and issue has been fixed. # oc rsh f5router-2-lr2dn sh-4.2$ rpm -qa | grep openshift atomic-openshift-clients-3.10.149-1.git.0.05de590.el7.x86_64 atomic-openshift-3.10.149-1.git.0.05de590.el7.x86_64 sh-4.2$ sh-4.2$ rpm -qa | grep ssh libssh2-1.4.3-12.el7_6.2.x86_64 openssh-7.4p1-16.el7.x86_64 openssh-clients-7.4p1-16.el7.x86_64 sh-4.2$ sh-4.2$ which scp /usr/bin/scp sh-4.2$ 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-2019:1607 |