[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:
parent
6010b9a4e1
commit
a155e16c0e
@ -15,3 +15,4 @@ zip:
|
||||
rpcbind:
|
||||
fuse-libs:
|
||||
snappy-devel:
|
||||
rng-tools:
|
||||
|
Loading…
x
Reference in New Issue
Block a user