When deploying the Drupal template (after fixing #4) the deploy SoftwareDeployment resource fails, and I believe this is because the rng-tools service fails to start.
I went to the failed master instance and tried to launch this service from the command line and also failed. I was only able to start it after adding the following to /etc/default/rng-tools:
HRNGDEVICE=/dev/urandom
Which is probably not the ideal, but a lot of people seem to do it to get past this problem.
I'm using a stock Ubuntu 14.04.1 image. Instead of using a pre-made diskbuilder image I'm installing all the heat-config stuff during cloud-init (though I can't imagine that can have anything to do with this problem).
Paul, I have one more oddity to report.
When deploying the Drupal template (after fixing #4) the
deploy
SoftwareDeployment resource fails, and I believe this is because the rng-tools service fails to start.I went to the failed master instance and tried to launch this service from the command line and also failed. I was only able to start it after adding the following to
/etc/default/rng-tools
:Which is probably not the ideal, but a lot of people seem to do it to get past this problem.
I'm using a stock Ubuntu 14.04.1 image. Instead of using a pre-made diskbuilder image I'm installing all the heat-config stuff during cloud-init (though I can't imagine that can have anything to do with this problem).
Any thoughts on this problem?