action #165812
closed
Firewall blocking s390x workers connections in 15-SP7
Added by pherranz 6 months ago.
Updated 4 months ago.
Description
Observation¶
openQA test in scenario sle-15-SP7-Online-s390x-create_hdd_autoyast_containers@s390x-kvm fails in
console
Test suite description¶
The base test suite is used for job templates defined in YAML documents. It has no settings of its own.
Reproducible¶
Fails since (at least) Build 4.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
As suggested in Slack thread, the connections might be being blocked by firewall.
- Status changed from New to In Progress
- Assignee set to pherranz
As spoken with @mloviska, root ssh with password was allowed until sp7. I'll go on and modify autoyast_containers.xml
to include new configuration:
...
<firewall>
<enable_firewall config:type="boolean">true</enable_firewall>
<start_firewall config:type="boolean">true</start_firewall>
<zones config:type="list">
<zone>
<name>public</name>
<interfaces config:type="list">
<interface>eth0</interface>
</interfaces>
<services config:type="list">
<service>vnc-server</service>
<service>ssh</service>
</services>
<ports config:type="list">
<port>22/tcp</port>
</ports>
</zone>
</zones>
</firewall>
...
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
- Subject changed from Firewall blocking s390x workers connections in s390x to Firewall blocking s390x workers connections in 15-SP7
Also available in: Atom
PDF