| Summary: | Disconnected install fails due to NULL ansible_default_ipv4 value | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Karl Stevens <kstevens> |
| Component: | Installer | Assignee: | Andrew Butcher <abutcher> |
| Status: | CLOSED WONTFIX | QA Contact: | Johnny Liu <jialiu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.2.0 | CC: | aos-bugs, bleanhar, cmilsted, jokerman, knakayam, mmccomas, mrobson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-30 15:00:13 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
Karl Stevens
2016-09-01 14:14:53 UTC
Further, the host has no default route. From email thread, not sure how to handle this.
[ose master]
[root@osetest ansible]# ip r list
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
192.168.100.0/24 dev eth0 proto kernel scope link src 192.168.100.153 metric 100
[root@osetest ansible]# ip route get to 192.168.122.1
RTNETLINK answers: Network is unreachable
[root@osetest ansible]# ip route get to 192.168.100.1
192.168.100.1 dev eth0 src 192.168.100.153
cache
[ose node]
[root@osetest2 network-scripts]# ip route list
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
192.168.100.0/24 dev eth0 proto kernel scope link src 192.168.100.144 metric 100
[root@osetest2 network-scripts]# ip route get to 192.168.122.1
RTNETLINK answers: Network is unreachable
[root@osetest2 network-scripts]# ip route get to 192.168.100.1
192.168.100.1 dev eth0 src 192.168.100.144
cache
|