[
https://issues.apache.org/jira/browse/BROOKLYN-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234328#comment-15234328
]
Valentin Aitken commented on BROOKLYN-252:
------------------------------------------
Firewall is enabled by default on CentOS 7 and a config option for application
opening ports should be used for software like this.
Setting openIptables: true did the trick.
I would suggest to rename openIptables parameter to openOsFirewall since CentOS
7 is using a different firewall mechanism.
I tested this blueprint and works fine for me:
{code:none}
location:
aws-ec2:eu-central-1:
osFamily: centos
osVersionRegex: 7\..*
minRam: 4gb
openIptables: true
services:
- type: org.apache.brooklyn.entity.nosql.riak.RiakCluster
brooklyn.config:
initialSize: 2
{code}
`sudo riak-admin cluster status ` on the machine shows the nodes in the cluster
I deployed.
> RiakCluster failed to launch on CentOS 7
> ----------------------------------------
>
> Key: BROOKLYN-252
> URL: https://issues.apache.org/jira/browse/BROOKLYN-252
> Project: Brooklyn
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Aled Sage
>
> With 0.9.0-rc4, I tried deploying the {{3-bash-web-and-riak-template}}
> example to AWS eu-central-1, using AMI
> RightImage_CentOS_7.0_x64_v14.2.1_HVM_EBS (ami-70d3ee6d).
> The RiakCluster failed when executing the joinCluster command. The stdout of
> the ssh command (which is executed on another node in the cluster) showed:
> {{Node [email protected] is not
> reachable!}}
> Are the installation steps different for CentOS 7 in any way?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)