bosh micro deploy stuck at Started deploy micro bosh > Waiting for the agent


Riaan Labuschagne <zapmanandroid@...>
 

Hi,

I have the exact same issue but have not heard back from anyone. Glad to see Im not the only one stuck on this issue.


Riaan Labuschagne <zapmanandroid@...>
 

I have the same issue.

I can get through to the VM but it seems like the certificate based login fails, not comms to the machine.

I get this response when I try to connect manually:

ssh -i ./bosh.pem vcap(a)10.0.0.6

and the response

root(a)gw:/data/CloudFoundry/my-bosh# ssh -i ./bosh.pem vcap(a)10.0.0.6
Ubuntu 14.04.3 LTS \n \l

Permission denied (publickey).


Gwenn Etourneau
 

Can you try with ubuntu instead of vcap ?

On Mon, Oct 12, 2015 at 4:54 AM, Riaan Labuschagne <zapmanandroid(a)gmail.com>
wrote:

I have the same issue.

I can get through to the VM but it seems like the certificate based login
fails, not comms to the machine.

I get this response when I try to connect manually:

ssh -i ./bosh.pem vcap(a)10.0.0.6

and the response

root(a)gw:/data/CloudFoundry/my-bosh# ssh -i ./bosh.pem
vcap(a)10.0.0.6
Ubuntu 14.04.3 LTS \n \l

Permission denied (publickey).


Suryaveer Chauhan
 

Hi,

Don't know if your problem is solved but I was having the same issue and I added a security rule in bosh security group (I followed this http://bosh.io/docs/deploy-microbosh-to-openstack.html to create security group)

Following is the rule I added:

Ingress IPv4 TCP 22 0.0.0.0/0 (CIDR)

Thanks