Commit 8a77cabc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c4da4979
......@@ -88,7 +88,7 @@ md5sum = 6434819165cefda0ed9f9ecd46f39e46
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
md5sum = 33dd67a19c01336cfe1f3637a1bac42c
md5sum = 6b8337ec25389be572c10ea512c97adc
[template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg
......
......@@ -61,7 +61,7 @@
{#- inject ru+cell synthesized from ORS-specific parameters #}
{%- do ishared_list.append({
'slave_title': '%s.RU' % slap_configuration['slap-computer-partition-id'],
'slave_title': '_%s_RU' % slap_configuration['slap-computer-partition-id'],
'slave_reference': 'XXX',
'_': {
'ru_type': 'sdr',
......@@ -105,12 +105,12 @@
'inactivity_timer': slapparameter_dict.inactivity_timer,
'ru': { 'ru_type': 'ru_ref',
'ru_ref': '%s.RU' % slap_configuration['slap-computer-partition-id']}
'ru_ref': '_%s_RU' % slap_configuration['slap-computer-partition-id']}
})
%}
{%- do ishared_list.append({
'slave_title': '%s.CELL' % slap_configuration['slap-computer-partition-id'],
'slave_title': '_%s_CELL' % slap_configuration['slap-computer-partition-id'],
'slave_reference': 'XXX',
'_': cell | tojson
})
......
......@@ -9,7 +9,7 @@
{%- import 'slaplte.jinja2' as slaplte with context %}
NOTE: driver-specific logic is implemented in rudrv.buildout_iru() .
NOTE: driver-specific logic is implemented in rudrv .buildout_iru() and .buildout()
#}
{#- iru_dict and icell_dict keep RU and cell registries
......
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