fuel-plugin-odl: Fix deploy on x64 due to leveldb 21/29721/1
authorDan Andresan <dan.andresan@enea.com>
Fri, 3 Mar 2017 12:06:32 +0000 (14:06 +0200)
committerDan Andresan <dan.andresan@enea.com>
Fri, 3 Mar 2017 12:20:09 +0000 (14:20 +0200)
commitcf924d5b4b580a93108b4f1ea5506e518dc35a4a
tree9894a8412ab731545e9d62fb5c9299b1a870f874
parenteb60a05a49ca20a501218a51518442fea9a26684
fuel-plugin-odl: Fix deploy on x64 due to leveldb

leveldbjni class is used to patch odl for aarch64
When run on x64, the class is not declared (it is filtered out).
Nevertheless, the puppet dependecy required the now undeclared class.

Fix consists in always using leveldbjni class, but on x64 it does
nothing. The architecture dependent logic is thus contained in leveldbjni.

JIRA: ARMBAND-229

Change-Id: If61f4fe3dcca0b2cff38ffcfc2321ed4b43bc2b4
Signed-off-by: Dan Andresan <dan.andresan@enea.com>
patches/fuel-plugin-opendaylight/0001-ODL-leveldb-leveldbjni-Enable-arm64-support.patch