Bosh-init error
I have OpenStack installed on KVM virtual machines (Keystone, Glance, Nova, Neutron, Cinder). When I run bosh-init, bosh instance is created but in instance logs we can see that it's frozen after:
Stopping System V runlevel compatibility[74G[ OK ]
Error from bosh-init:
Command 'deploy' failed:
Deploying:
Creating instance 'bosh/0':
Waiting until instance is ready:
Starting SSH tunnel:
Failed to connect to remote server:
dial tcp 172.16.0.110:22: connect: network is unreachable
Have anyone an idea why?
No idea what bosh is, but "network is unreachable" is clear enough. Your network is not operational or only partially.
I can run instances such as Ubuntu or Debian and network is working properly...
The main issue there is that bosh instance hangs after:
Stopping System V runlevel compatibility [OK]
Bosh-init should be configured correctly so maybe there is something wrong with my OpenStack?