Bug 1377553

Summary: [dedicated-whearntest]Should expose the docker-registry by route
Product: OpenShift Online Reporter: zhou ying <yinzhou>
Component: WebsiteAssignee: Abhishek Gupta <abhgupta>
Status: CLOSED CURRENTRELEASE QA Contact: Yanping Zhang <yanpzhan>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, jokerman, mmccomas, whearn
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: 2016-10-04 13:09:19 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:

Description zhou ying 2016-09-20 06:02:21 UTC
Description of problem:
For  dedicated-whearntest env , no route exposed  for integrated docker-registry. Since we couldn't login on master or node , so  we need to use the route to execute the cases about  the docker-registry on client.
For example: the pullthrought feature, the unauthenticated with registry-admin role feature and so on, without this route, user can't docker login to registry or docker pull/push images.

Version-Release number of selected component (if applicable):
openshift v3.3.0.28
kubernetes v1.3.0+507d3a7
etcd 2.3.0+git

How reproducible:
always


Steps to Reproduce:
1. Check the route for integrated docker-registry as cluster-admin
  `oc get route -n default`

Actual results:
1. Couldn't get  route for the docker-registry


Expected results:
1. Expose the docker-registry by passthrough route.



Additional info:

Comment 1 Abhishek Gupta 2016-09-20 23:28:44 UTC
Is this just about missing a route?