Hi Team,

I have deployed a Riak cluster using the following YAML:

name: Riak-Cluster
location:
   jclouds:aws-ec2:
      credential: My-Credential
      identity: My-Identity
      region: region
services:
- type: brooklyn.entity.nosql.riak.RiakCluster
  initialSize: 2
  memberSpec:
    $brooklyn:entitySpec:
      type: brooklyn.entity.nosql.riak.RiakNode
  provisioning.properties:
    extraSshPublicKeyUrls:
-  https://s3-us-west-2.amazonaws.com/MyLocation/My_Public_Key.pub

I am not able to ssh to any of the node that has been created under the
Riak cluster using the private key (PORT 22 is open)

But , While I have deployed a single Riak node using the following
blueprint, I am able to ssh to the instance:

name: Riak-Node
location:
   jclouds:aws-ec2:
      credential: My-Credential
      identity: My-Identity
      region: region
services:
- type: brooklyn.entity.nosql.riak.RiakNode
  provisioning.properties:
    extraSshPublicKeyUrls:
     https://s3-us-west-2.amazonaws.com/MyLocation/My_Public_Key.pub

Can anybody please tell me on where I'm going wrong or how should I
provide extraSshPublicKeyUrls
for the cluster , so that I can ssh to the cluster instances.

Reply via email to