rcbops / RPC-Heat-Drupal

A Heat template to deploy Drupal 7
http://rcbops.github.io/RPC-Heat-Drupal/
Apache License 2.0
0 stars 5 forks source link

rng-tools fails to start on master instance #5

Closed miguelgrinberg closed 9 years ago

miguelgrinberg commented 9 years ago

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:

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).

Any thoughts on this problem?

miguelgrinberg commented 9 years ago

I'm going to close this, as these errors do not appear to cause the deployment to fail.