GitHub user iyovcheva opened a pull request: https://github.com/apache/incubator-brooklyn/pull/980
Refactoring openIptables execution Some changes are applied to openIptables execution: 1. "open iptables" task has sub tasks "insert rules" and "list rules" which show in the activity log. 2. "insert rules" has sub tasks - (1) insert rules, divided on commands batches of 100 rules where each batch is a sub task and shows in the activity log and (2) "save" sub task Every leaf task has streams stdin, stdout, stderr. You can merge this pull request into a Git repository by running: $ git pull https://github.com/iyovcheva/incubator-brooklyn openiptables-config-stdout-stderr Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-brooklyn/pull/980.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 #980 ---- commit 493d40c0a73a01349fb54256bbf22192335b6c79 Author: Ivana Yovcheva <ivana.yovch...@gmail.com> Date: 2015-10-21T10:38:39Z Refactoring openIptables execution ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---