Repository: brooklyn-docs Updated Branches: refs/heads/master 04910c575 -> c90cb7a98
Add hint for using effector.add.openInboundPorts entity config Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/17593650 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/17593650 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/17593650 Branch: refs/heads/master Commit: 17593650663c320fea77baf8426fe8587a1c9f73 Parents: e4187b6 Author: Valentin Aitken <[email protected]> Authored: Fri May 19 19:42:17 2017 +0300 Committer: Valentin Aitken <[email protected]> Committed: Fri May 19 19:44:05 2017 +0300 ---------------------------------------------------------------------- guide/locations/_clouds.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/17593650/guide/locations/_clouds.md ---------------------------------------------------------------------- diff --git a/guide/locations/_clouds.md b/guide/locations/_clouds.md index 3a71fd7..7c82b9e 100644 --- a/guide/locations/_clouds.md +++ b/guide/locations/_clouds.md @@ -211,6 +211,9 @@ For more keys and more detail on the keys below, see the software process. One can alternatively use `stopIptables: true` to entirely stop the iptables service. +- Use Entity configuration flag `effector.add.openInboundPorts: true` to add an effector for opening ports in a cloud Security Group. + The config is supported for all SoftwareProcessImpl implementations. + - Use `installDevUrandom: true` to fall back to using `/dev/urandom` rather than `/dev/random`. This setting is useful for cloud VMs where there is not enough random entropy, which can cause `/dev/random` to be extremely slow (causing `ssh` to be extremely slow to respond).
