Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Deactivate firewalld #419

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Deactivate firewalld #419

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 1, 2018

Summary:
Deactivate default RHEL 7 firewalld service because it generates
firewall rules which are not compatible with eucanetd.

Reproducing:

  1. Run cloud-in-a-box.sh on a server that is running firewalld
  2. Observe that eucanetd is failing due to bad firewall rules

Summary:
Deactivate default RHEL 7 firewalld service because it generates
firewall rules which are not compatible with eucanetd.

Reproducing:
1. Run cloud-in-a-box.sh on a server that is running firewalld
2. Observe that eucanetd is failing due to bad firewall rules
@euca-qa-eqs-tester
Copy link

Can one of the admins verify this patch?

@ghost
Copy link
Author

ghost commented Mar 3, 2018

@tbeckham in eucalyptus/recipes/default.rb there is code that is already trying to clear the firewall with iptables -F etc. but it will fail if firewalld is running because firewalld will be adding rules that conflict with the ones added by eucanetd. This change just turns off firewalld right before the default recipe tries to clear the firewall.

@ghost
Copy link
Author

ghost commented Mar 9, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant