Commit 90b60ef4 authored by Paul Graydon's avatar Paul Graydon

software/simpleran: Fix eNB fluentbit tag generation

See merge request nexedi/slapos!1668
parent 13a7f5bf
...@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e ...@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = cb8e9d952709c596542a5f7f5b3887eb md5sum = 4b5d980bd452981978520358e79fef38
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
......
...@@ -184,8 +184,8 @@ return = gateway-host ...@@ -184,8 +184,8 @@ return = gateway-host
[xlog-fluentbit-tag] [xlog-fluentbit-tag]
recipe = slapos.recipe.build recipe = slapos.recipe.build
computer = ${slap-connection:computer-id} computer = ${slap-connection:computer-id}
enb-id = {{ slapparameter_dict.get("enb_id") }} enb-id = {{ slapparameter_dict.get("enb_id", "") }}
gnb-id = {{ slapparameter_dict.get("gnb_id") }} gnb-id = {{ slapparameter_dict.get("gnb_id", "") }}
init = init =
import socket import socket
......
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