Hi Jeff,
I am sorry but I did not find the way to contact you, but it could be possible to tell me how did you success in instantiating your bosh VM on openstack? In my case, it failed until this point (see my logs) :
* Starting RPC portmapper replacement[74G[ OK ]
* Starting configure virtual network devices[74G[ OK ]
* Starting Bridge socket events into upstart[74G[ OK ]
* Starting NSM status monitor[74G[ OK ]
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
* Starting AppArmor profiles [80G [74G[ OK ]
* Stopping System V initialisation compatibility[74G[ OK ]
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service S20rsyslog start
* Starting System V runlevel compatibility[74G[ OK ]
* Starting save kernel messages[74G[ OK ]
* Starting anac(h)ronistic cron[74G[ OK ]
initctl: Unknown job: S20rsyslog
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start S20rsyslog
* Starting regular background program processing daemon[74G[ OK ]
* Stopping save kernel messages[74G[ OK ]
* Starting the system activity data collector sadc [80G [74G[ OK ]
rm: cannot remove '/etc/ssh/ssh_host*key*': No such file or directory
* Starting OpenSSH server[74G[ OK ]
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ... * Stopping OpenSSH server[74G[ OK ]
* Starting OpenSSH server[74G[ OK ]
* Starting Mount network filesystems[74G[ OK ]
* Stopping Mount network filesystems[74G[ OK ]
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
* Stopping OpenSSH server[74G[ OK ]
ssh stop/waiting
* Starting OpenSSH server[74G[ OK ]
ssh start/running, process 1002
* Stopping System V runlevel compatibility[74G[ OK ]
I followed the sample given in bosh-init use case, it seems to instantiate the VM but stopped always here (no Cloudinit for example).
If it bothers people, i can create an other thread, but you seem to success in starting a bosh-init deploy ...
Thanks!