Skip to content

Commit

Permalink
mcp: salt-formulas: opendaylight: AArch64 leveldb
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit 57175f4)
  • Loading branch information
alexandruavadanii committed May 30, 2018
1 parent e29220a commit e590566
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mcp/salt-formulas/opendaylight/server.sls
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,9 @@ service.mask:
- service: opendaylight
{%- endif %}
{%- if grains['cpuarch'] == 'aarch64' %}
opendaylight-leveldbjni:
pkg.installed
{%- endif %}
{%- endif %}

0 comments on commit e590566

Please sign in to comment.