[HDP] Fix HDP image for deploy on ubuntu

HDP cluster deploying on Ubuntu is stuck on
'service ambari-server start' command. Solution for this problem is
execute 'rngd -r /dev/urandom -W 4096', but rng-tool isn't
pre installed on ubuntu so we need to add it on image.

Change-Id: I94c08b1c3c6b548fa7716037ea2dfcbc39247a98
partial-bug: 1567955
This commit is contained in:
Michael Ionkin 2016-09-08 16:13:17 +03:00
parent 6010b9a4e1
commit a155e16c0e
1 changed files with 1 additions and 0 deletions

View File

@ -15,3 +15,4 @@ zip:
rpcbind:
fuse-libs:
snappy-devel:
rng-tools: