Project

Profile

Help

Issue #7627

open

Can't use the installer with iptables (and firewalld being masked)

Added by ttereshc over 3 years ago. Updated about 3 years ago.

Status:
NEW
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Q2-2021

Description

From a user report on irc:

I am trying to install the latest version of pulp using ansible and am getting an error in regards to the firewall towards the end of the run
Fatal: [host1]: FAILED! => {"changed": false, "msg": "Unable to enable service firewalld: Failed to execute operation: Cannot send after transport endpoint shutdown\n"}
Would it have something to do with, "Ansibles Python interpreter must have the package installed: * psycopg2 * firewall (if firewalld should be configured; you can disable that with pulp_configure_firewall=false)"
I looked for the string "pulp_configure_firewall" in the ansible collection but from what i see the only two options are "Valid values are 'auto', 'firewalld',"
firewalld was masked as iptables was in use on the box.. once i unmasked it the playbook could complete
Actions #1

Updated by mdepaulo@redhat.com over 3 years ago

  • Triaged changed from No to Yes

pulp_webserver has the code:

- include_tasks: firewalld.yml
  when: pulp_configure_firewall in ['firewalld', 'auto']

We should verify that setting it to the boolean false works, and document this as an option in the README.md.

Actions #2

Updated by mdepaulo@redhat.com over 3 years ago

  • Quarter set to Q1-2021
Actions #3

Updated by fao89 about 3 years ago

  • Quarter changed from Q1-2021 to Q2-2021

Also available in: Atom PDF