cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

bosh director deploy on OpenStack failed with an error :Waiting for instance 'bosh/0' to be running... Failed #132

Closed mllives closed 5 years ago

mllives commented 5 years ago

when i performed a deployment command on controller node, it will failed at creating bosh agent in vm bosh/0. I found it was for the reason that bosh/0 cannot running,its booting process suspend at "boot from a hard disk,grubbed...". I change the value of virt_type in compute node from kvm to qemu, i can setup a bosh agent in bosh/0. But at last it still failed at "Waiting for instance 'bosh/0' to be running... Failed" after a long time compilation. what's wrong with it? i am very confused about it ? I am really appreciated it if you can help me out.

dpb587-pivotal commented 5 years ago

Closing this issue and archiving this repository - active development continues in cloudfoundry/bosh-cli. If you are still experiencing issues, please create a new issue with details there.

mllives commented 5 years ago

ok,thanks a lot!