Actions
Story #8107
closedAs a user, I can specify the firewalld zone to be modified by pulp_installer
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 88
Quarter:
Description
Currently pulp_installer modifies the system default firewall zone. (To allow pulp traffic)
However, users may be using a different active zone temporarily, or have interfaces on different zones.
We should implement a variable.
This was requested by galaxy_ng.
Updated by mdepaulo@redhat.com almost 4 years ago
The agreed upon approach with galaxy_ng is this for the firewalld
module tasks:
zone: '{{ pulp_firewalld_zone | default(omit) }}'
With no default value for the new variable pulp_firewalld_zone .
This will preserve the default behavior.
Added by Mike DePaulo almost 4 years ago
Added by Mike DePaulo almost 4 years ago
Revision 387f7e71 | View on GitHub
As a user, I can specify the firewalld zone to be modified by pulp_installer
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|387f7e71f1cb41c447171c249121e5a9e11f34ed.
Updated by ttereshc almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
As a user, I can specify the firewalld zone to be modified by pulp_installer
fixes: #8107 https://pulp.plan.io/issues/8107