Commit 5de79bd3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fce2a9d5
...@@ -36,7 +36,7 @@ md5sum = e27ebe0ff200a3e4492412f164ca9b73 ...@@ -36,7 +36,7 @@ md5sum = e27ebe0ff200a3e4492412f164ca9b73
[ru_lopcomm_libinstance.jinja2.cfg] [ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg _update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum = e8ba96ebd94c4562c2ca1b25c05e448e md5sum = 891cb2360609df52a6de441f06aa9086
[ru_sunwave_libinstance.jinja2.cfg] [ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg _update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
...@@ -72,7 +72,7 @@ md5sum = e22257ef526b0acc10a8203daa41028b ...@@ -72,7 +72,7 @@ md5sum = e22257ef526b0acc10a8203daa41028b
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = dedb83d3288c79c062bb9056045a4f8f md5sum = e6290846b106c1261d5ae4173401c4b1
[template-gnb] [template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg _update_hash_filename_ = instance-gnb.jinja2.cfg
......
...@@ -27,7 +27,6 @@ parts = ...@@ -27,7 +27,6 @@ parts =
sshd-service sshd-service
sshd-add-authorized-key sshd-add-authorized-key
sshd-promise sshd-promise
check-lopcomm-sync.py
check-lopcomm-config-log.py check-lopcomm-config-log.py
check-lopcomm-stats-log.py check-lopcomm-stats-log.py
{% endif %} {% endif %}
...@@ -549,14 +548,6 @@ config-amarisoft-stats-log = ${amarisoft-stats-template:log-output} ...@@ -549,14 +548,6 @@ config-amarisoft-stats-log = ${amarisoft-stats-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }} config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
# XXX -> ru/lopcomm
[check-lopcomm-sync.py]
<= macro.promise
promise = check_lopcomm_sync
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-netconf-log = ${lopcomm-rrh-stats-template:json-log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
# XXX -> ru/lopcomm # XXX -> ru/lopcomm
[check-lopcomm-stats-log.py] [check-lopcomm-stats-log.py]
<= macro.promise <= macro.promise
......
...@@ -60,5 +60,9 @@ config-netconf-log = ${ {{- ru_ref}}-stats-template:json-log-output} ...@@ -60,5 +60,9 @@ config-netconf-log = ${ {{- ru_ref}}-stats-template:json-log-output}
promise = check_lopcomm_rssi promise = check_lopcomm_rssi
config-netconf-log = ${ {{- ru_ref}}-stats-template:json-log-output} config-netconf-log = ${ {{- ru_ref}}-stats-template:json-log-output}
{{ promise('%s-check-sync.py' % ru_ref) }}
promise = check_lopcomm_sync
config-netconf-log = ${ {{- ru_ref}}-stats-template:json-log-output}
{%- endmacro %} {%- endmacro %}
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