Bug 1507051
Summary: | Port 10010 is closed | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Chris Evich <cevich> |
Component: | Installer | Assignee: | Steve Milner <smilner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Gan Huang <ghuang> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, cevich, jokerman, mmccomas, xtian |
Target Milestone: | --- | Keywords: | Unconfirmed |
Target Release: | 3.7.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-13 15:53:02 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
Chris Evich
2017-10-27 14:13:05 UTC
What is myshell? what's 172.16.12.11, is that a service ip? why does my myshell expect it to exist and be ready for connections? apparently this is some cri-o thing? https://github.com/openshift/openshift-ansible/pull/5911 (In reply to Scott Dodson from comment #1) > What is myshell? what's 172.16.12.11, is that a service ip? why does my > myshell expect it to exist and be ready for connections? myshell is the name of a container they are using to test with. It's verifying they are able to actually communicate with a container. The merged PR listed by Scott does indeed fix the problem. It's been tested by a few of us. Apologies for the misunderstanding. The fix is merged since openshift-ansible-3.7.0-0.184.0 , please test it on latest version. Verified in openshift-ansible-3.7.0-0.184.0.git.0.d407445.el7.noarch.rpm Tested with iptables and firewalld enabled. Both working well as the steps of the bug description. iptables rule added correctly for nodes: # iptables-save |grep 10010 -A IN_public_allow -p tcp -m tcp --dport 10010 -m conntrack --ctstate NEW -j ACCEPT |