Bug 1541625
Summary: | installation failed when enable proxy and openshift_portal_net | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Installer | Assignee: | Fabian von Feilitzsch <fabian> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Johnny Liu <jialiu> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-16 16:56:15 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1511870 |
Description
Johnny Liu
2018-02-03 14:20:32 UTC
Commits pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/793b1d11f6e09e3ebfa4cb998cadddd88a52b006 Bug 1541625- properly cast provided ip address to unicode https://github.com/openshift/openshift-ansible/commit/f0f1188f622b7060112ebb59056da3d249b9f513 Merge pull request #7055 from fabianvf/bz1541625 Bug 1541625- properly cast provided ip address to unicode Fix is in openshift-ansible-3.9.0-0.42.0 Verified this bug with openshift-ansible-3.9.0-0.42.0.git.0.1a9a61b.el7.noarch, and PASS. openshift_portal_net setting take effect, installation is finished, and sti build succeed behind proxy. # oc get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE docker-registry ClusterIP 172.31.173.31 <none> 5000/TCP 20m kubernetes ClusterIP 172.31.0.1 <none> 443/TCP,53/UDP,53/TCP 30m registry-console ClusterIP 172.31.254.65 <none> 9000/TCP 19m router ClusterIP 172.31.5.68 <none> 80/TCP,443/TCP,1936/TCP 20m |