From: Alexandru Avadanii Date: Thu, 27 Jul 2017 21:42:29 +0000 (+0200) Subject: mcp: salt-formulas: opendaylight: AArch64 leveldb X-Git-Tag: opnfv-7.0.0~187 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=57175f45f6ae9c2ee2adf02ea30a75c0ab956206;p=fuel.git mcp: salt-formulas: opendaylight: AArch64 leveldb ODL requires native leveldbjni support on architectures like AArch64, provided as a Debian package in ODL Team Nitrogen PPA. Only systemd is supported (unlikely to change). JIRA: ARMBAND-387 Change-Id: Ie7f2955c6574ab4584ed0c207b42ed7ab7261561 Signed-off-by: Alexandru Avadanii --- diff --git a/mcp/salt-formulas/opendaylight/server.sls b/mcp/salt-formulas/opendaylight/server.sls index 51a4d9f95..453d244c9 100644 --- a/mcp/salt-formulas/opendaylight/server.sls +++ b/mcp/salt-formulas/opendaylight/server.sls @@ -99,4 +99,9 @@ service.mask: - service: opendaylight {%- endif %} +{%- if grains['cpuarch'] == 'aarch64' %} +opendaylight-leveldbjni: + pkg.installed +{%- endif %} + {%- endif %}