Commit f0438e06 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d6de7b84
......@@ -28,7 +28,7 @@ md5sum = 4920b2f0972ed2e9cadf26d73ee2fcbf
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = 72ebbf234032dd13fec6043980fadf1a
md5sum = ae754ee88e9ee9117f41dbb81f8d8c2a
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......
......@@ -108,9 +108,8 @@ config-max-rx-sample-db = {{ slapparameter_dict.get("max_rx_sample_db", 0) }}
{#- publish information about RU #}
{{ part('publish-%s' % ru_ref) }}
recipe = slapos.cookbook:publish.serialised
-slave-reference = {{ ru_ref }}
-slave-reference = {{ iru.slave_reference }}
enb = {{ root }}
{# cell-list = {{ iru_icell_list | map(attribute='_ref') | join(', ') }} #}
{%- set iru_icell_ref_list = [] %}
{%- for icell in iru_icell_list %}
{%- do iru_icell_ref_list.append(J(jref_of_shared(icell))) %}
......@@ -123,7 +122,7 @@ cell-list = {{ iru_icell_ref_list | join(', ') }}
{%- for cell_ref, icell in icell_dict|dictsort %}
{{ part('publish-%s' % cell_ref) }}
recipe = slapos.cookbook:publish.serialised
-slave-reference = {{ cell_ref }}
-slave-reference = {{ icell.slave_reference }}
enb = {{ root }}
ru = {{ J(jcell_ru_ref(icell, icell_dict)) }}
{%- endfor %}
......
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