Bug 1837108
| Summary: | vsphere ipi: [sig-network] Internal connectivity for TCP and UDP on ports 9000-9999 is allowed failing | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Abhinav Dahiya <adahiya> |
| Component: | Networking | Assignee: | Ricardo Carrillo Cruz <ricarril> |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | ricarril |
| Version: | 4.5 | Keywords: | UpcomingSprint |
| Target Milestone: | --- | ||
| Target Release: | 4.5.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: | 2020-07-13 17:39:55 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: | |||
Verified this bug by checking e2e job https://deck-ci.apps.ci.l2s4.p1.openshiftapps.com/view/gs/origin-ci-test/pr-logs/pull/openshift_installer/3652/pull-ci-openshift-installer-fcos-e2e-vsphere/721 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |
Description of problem: [sig-network] Internal connectivity for TCP and UDP on ports 9000-9999 is allowed [Suite:openshift/conformance/parallel] is failng on vpshere IPI with errors like ``` { s: "test of [TCP: ci-op-h4pw9k0m-67021-8shx4-worker-6g8dt -> ci-op-h4pw9k0m-67021-8shx4-master-0:9000] failed, unexpected response: host and/or port param are invalid. lookup ci-op-h4pw9k0m-67021-8shx4-master-0 on 139.178.87.241:53: no such host\n", }, ``` the test are assuming that the node names are resolvable, that assumption is not valid esp on vpshere IPI and the tests should use InternalIP on the node objects to reach out to the nodes... Expecting the node names to resolve is excessive restriction on env like vpshere, baremetal, and therefore the tests should be updated. Version-Release number of selected component (if applicable): How reproducible: this is one of the consistently failing test on vpshere ipi jobs https://search.apps.build01.ci.devcluster.openshift.com/?search=Internal+connectivity+for+TCP+and+UDP+on+ports+9000-9999+is+allowed&maxAge=48h&context=1&type=bug%2Bjunit&name=&maxMatches=5&maxBytes=20971520&groupBy=job Actual results: Expected results: Additional info: