Commit ba69c99d authored by Philipp's avatar Philipp

Update slapos/software/opcua-server-fhi/instance.cfg.in

parent 72062ccd
...@@ -32,6 +32,8 @@ partition = ${slap-connection:partition-id} ...@@ -32,6 +32,8 @@ partition = ${slap-connection:partition-id}
url = ${slap-connection:server-url} url = ${slap-connection:server-url}
key = ${slap-connection:key-file} key = ${slap-connection:key-file}
cert = ${slap-connection:cert-file} cert = ${slap-connection:cert-file}
configuration.opcua-port = 4840
configuration.ipv6-enabled = '1'
[opcua-xml-url] [opcua-xml-url]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
...@@ -41,7 +43,8 @@ destination = ${directory:etc}/schema.xml ...@@ -41,7 +43,8 @@ destination = ${directory:etc}/schema.xml
[opcua-server-fhi-service] [opcua-server-fhi-service]
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
command-line = {{ interpreter_location }}/py {{ osie_repository_location }}/opcua-server-fhi/minimal-server.py command-line = {{ interpreter_location }}/py {{ osie_repository_location }}/opcua-server-fhi/minimal-server.py --port ${instance-parameter:configuration.opcua-port --ipv6 ${instance-parameter:ipv6-random} --ipv6-enabled ${instance-parameter:configuration.ipv6-enabled}
wrapper-path = ${directory:service}/opcua-server-fhi-service wrapper-path = ${directory:service}/opcua-server-fhi-service
output = $${:wrapper-path} output = $${:wrapper-path}
......
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