Bug 1507787
Summary: | default ansible_service_broker_etcd_image_prefix should use fully qualified etcd image name | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Installer | Assignee: | Fabian von Feilitzsch <fabian> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Johnny Liu <jialiu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
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: | 2017-11-10 20:59:58 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
Johnny Liu
2017-10-31 07:34:28 UTC
Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/e760ccf93410c94f174a694f3d6bb02f5a5c82e9 Bug 1507787- add full path to default asb etcd image https://github.com/openshift/openshift-ansible/commit/5f08527527b11afce4b7676f32e0dd99eae86546 Merge pull request #6010 from fabianvf/1507787-asb-fix-ocp-defaults Bug 1507787- add full path to default asb etcd image Verified this bug with openshift-ansible-3.7.0-0.196.0.git.0.27cd7ec.el7.noarch, and PASS. # oc get dc asb -n openshift-ansible-service-broker -o yaml | grep etcd | grep image image: registry.access.redhat.com/rhel7/etcd:latest |