Bug 1299823 - F5 router cannot running
Summary: F5 router cannot running
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 3.1.0
Hardware: All
OS: All
high
high
Target Milestone: ---
: ---
Assignee: Troy Dawson
QA Contact: zhaozhanqi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-19 10:47 UTC by zhaozhanqi
Modified: 2022-08-04 22:20 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-29 20:58:42 UTC
Target Upstream Version:


Attachments (Terms of Use)

Comment 2 Ram Ranganathan 2016-01-19 19:22:12 UTC
@zhaozhanqi / @brenton that looks like a packaging issue. 
The docker image should contain a symlink that points the /usr/bin/openshift binary -- here's the relevant lines from 
the Dockerfile for images/origin  
 ADD bin/openshift /usr/bin/openshift
 RUN ln -s /usr/bin/openshift /usr/bin/oc && \
     ln -s /usr/bin/openshift /usr/bin/oadm && \
     ... 
     ln -s /usr/bin/openshift /usr/bin/openshift-f5-router && \


And the dockerfile for the F5 router has just 2 lines:
FROM openshift/origin
ENTRYPOINT ["/usr/bin/openshift-f5-router"]

deriving from the openshift/origin image.


You could check the file contents by doing a :
docker export $containerId > foo.tar
tar -tvf foo.tar

Comment 5 zhaozhanqi 2016-01-20 10:04:31 UTC
My env meet some error, I will verify this issue once the env is rollback. sorry for that.

Comment 6 Brenton Leanhardt 2016-01-20 13:39:20 UTC
I think we should leave this bug ON_QA since is at least ready for QE to test (when your environment is rolled back).

Comment 7 zhaozhanqi 2016-01-22 08:04:34 UTC
verified this bug with openshift3/ose-f5-router:latest image id 2cc63b4efbe1

registry.qe.openshift.com/openshift3/ose-f5-router               latest              2cc63b4efbe1        2 days ago          440.3 MB


Note You need to log in before you can comment on or make changes to this bug.