Commit 11e1fae3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9f6f1af4
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = b51cf57dee296a1d4c9e29cf68e76103 md5sum = 91048b764e9c5c8f99ad68ee2eb0fd37
[amari_lte.jinja2] [amari_lte.jinja2]
_update_hash_filename_ = amari/lte.jinja2 _update_hash_filename_ = amari/lte.jinja2
...@@ -88,7 +88,7 @@ md5sum = e758c9358c49360ef0b3db946ab0f493 ...@@ -88,7 +88,7 @@ md5sum = e758c9358c49360ef0b3db946ab0f493
[template-core-network] [template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg _update_hash_filename_ = instance-core-network.jinja2.cfg
md5sum = eda157219444c3ac10272626dd5cea10 md5sum = 6a17d6d37a011ad72a01137829ca48d4
[template-ue] [template-ue]
_update_hash_filename_ = instance-ue.jinja2.cfg _update_hash_filename_ = instance-ue.jinja2.cfg
......
...@@ -54,7 +54,7 @@ config-testing = {{ slapparameter_dict.get("testing", False) }} ...@@ -54,7 +54,7 @@ config-testing = {{ slapparameter_dict.get("testing", False) }}
{#- split slapos tap interface for each RU that needs its own tap. {#- split slapos tap interface for each RU that needs its own tap.
fallback to non-split approach for ntap <= 1 to avoid hard-dependecy on setcap/tapsplit #} fallback to non-split approach for ntap <= 1 to avoid hard-dependecy on setcap/tapsplit #}
{%- set ntap = iru_dict|dictsort | selectattr('1._.cpri_link._tap') |length %} {%- set ntap = len([iru_dict|dictsort | selectattr('1._.cpri_link._tap']) %}
[vtap] [vtap]
recipe = plone.recipe.command recipe = plone.recipe.command
ntap = {{ ntap }} ntap = {{ ntap }}
......
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