Commit 724a8ef0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 67c1765f
......@@ -88,7 +88,7 @@ md5sum = 1accf8bab713629c546921f65a792518
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = c041dfcaf88811c8d0b40544597ac031
md5sum = 29fdda83ab6afba2baf460309cfd8c83
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
......
......@@ -137,15 +137,25 @@ environment =
LD_LIBRARY_PATH={{ openssl_location }}/lib
AMARISOFT_PATH=/opt/amarisoft/.amarisoft
[dnsmasq-config]
recipe = slapos.recipe.template:jinja2
url = {{dnsmasq_template}}
filename = dnsmasq.cfg
extensions = jinja2.ext.do
output = ${directory:etc}/${:filename}
context =
import json_module json
import netaddr netaddr
[dnsmasq-service]
recipe = slapos.cookbook:wrapper
port = 5353
ip = ${slap-configuration:tun-ipv4-addr}
command-line = {{ dnsmasq_location }}/sbin/dnsmasq --conf-file={{ dnsmasq_config_path }} -x ${directory:run}/dnsmasq.pid --local-service --keep-in-foreground
command-line = {{ dnsmasq_location }}/sbin/dnsmasq --conf-file=${dnsmasq-config:output} -x ${directory:run}/dnsmasq.pid --local-service --keep-in-foreground
wrapper-path = ${directory:service}/dnsmasq
mode = 0775
hash-files =
{{ dnsmasq_config_path }}
${dnsmasq-config:output}
#[dnsmasq-listen-promise]
#<= monitor-promise-base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment