Bug 1121206
Summary: | oo-accept-node does not validate that EXTERNAL_ETH_DEV has a globally scoped IPv4 addres | ||
---|---|---|---|
Product: | OKD | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
Component: | Containers | Assignee: | Jhon Honce <jhonce> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.x | CC: | bmeng, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, wzheng |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1121203 | Environment: | |
Last Closed: | 2014-10-10 00:46:07 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: | 1121203 |
Description
Miciah Dashiel Butler Masters
2014-07-18 16:01:29 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/9a83c88dd32bfd5ad9275387c20ceb7a2ed86fa5 oo-accept-node: Add check_ext_net_dev_addr Add check_ext_net_dev_addr to oo-accept-node to check that the network interface specified by EXTERNAL_ETH_DEV in /etc/openshift/node.conf has a globally scoped IPv4 address (if it does not, oo-iptables-port-proxy will fail). This commit fixes bug 1121206. Verified on devenv_4996, "oo-accept-node" returns correct error warning: [root@ip-10-69-151-57 ~]# oo-accept-node FAIL: SEVERE: lo has no globally scoped IPv4 address FAIL: tc htb qdisc not configured 2 ERRORS |