X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fsalt-formulas%2Fopendaylight%2Fserver.sls;h=453d244c9a6d9a38d01d0966e827f6cfe7e36d71;hb=e590566034d9f1564bbd8b6e6c3c4d9070ae24a3;hp=069dc278030d62e8fd1fc3186b149a7bc521fccd;hpb=e3a3c672308953bec50e506f5f9d5ee8a73a0d0e;p=fuel.git diff --git a/mcp/salt-formulas/opendaylight/server.sls b/mcp/salt-formulas/opendaylight/server.sls index 069dc2780..453d244c9 100644 --- a/mcp/salt-formulas/opendaylight/server.sls +++ b/mcp/salt-formulas/opendaylight/server.sls @@ -49,6 +49,13 @@ opendaylight: - ini: /opt/opendaylight/etc/org.apache.karaf.features.cfg - ini: /opt/opendaylight/etc/org.ops4j.pax.web.cfg +# TODO: use service.masked state once salt get updated to 2017.7.0+ +service.mask: + module.run: + - m_name: opendaylight + - require_in: + - pkg: opendaylight + /opt/opendaylight/etc/jetty.xml: file.managed: - source: salt://opendaylight/files/jetty.xml @@ -92,4 +99,9 @@ opendaylight: - service: opendaylight {%- endif %} +{%- if grains['cpuarch'] == 'aarch64' %} +opendaylight-leveldbjni: + pkg.installed +{%- endif %} + {%- endif %}