GitHub user grkvlt opened a pull request:
https://github.com/apache/brooklyn-server/pull/1006
Update IPTables save method
Service iptables save doesn't work with Centos 7, or rather doesn't work
with the CentOS 7 AMI we use on EC2, which has a cut-down service command only
supporting the standard start, stop, restart and status command verbs.
Generates a better bash command string that should work on all CentOS
variants.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/grkvlt/brooklyn-server
frogfather_amend_iptables_save
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/1006.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1006
----
commit 77b50be911148c7414dbb1b30364b495b4c8f363
Author: frogfather <j.a.campbell@...>
Date: 2018-10-01T13:23:15Z
Update IPTables save method
commit c474231af219212336b647f3cc138d6ff58a8f47
Author: frogfather <j.a.campbell@...>
Date: 2018-10-02T13:42:23Z
review comments and add test
----
---