Commit cf0b5708 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a6516bb8
...@@ -28,7 +28,7 @@ md5sum = 8c044b28682940fbca62657c16613157 ...@@ -28,7 +28,7 @@ md5sum = 8c044b28682940fbca62657c16613157
[ru_libinstance.jinja2.cfg] [ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg _update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = c1b46d5322fdf3c6396d3ac8828ff6e3 md5sum = 5c2397a594cc1244542ae818280e6cbb
[ru_sdr_libinstance.jinja2.cfg] [ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg _update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
...@@ -80,7 +80,7 @@ md5sum = 2b8b57c5771b2a2203c0e7767e629e55 ...@@ -80,7 +80,7 @@ md5sum = 2b8b57c5771b2a2203c0e7767e629e55
[ru_xbuildout.py] [ru_xbuildout.py]
_update_hash_filename_ = ru/xbuildout.py _update_hash_filename_ = ru/xbuildout.py
md5sum = d569421cb4ce2f4b999d82582680eb58 md5sum = 7e8dbafbb51b9ee6dc3cdda9546702da
[ru_capdo.c] [ru_capdo.c]
_update_hash_filename_ = ru/capdo.c _update_hash_filename_ = ru/capdo.c
...@@ -88,7 +88,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e ...@@ -88,7 +88,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 1b2cdab298461bfd6d2bee7ffd753756 md5sum = 80cf65a70c2b8d9d7bf492a54092b1e7
[template-ors-enb] [template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg _update_hash_filename_ = instance-ors-enb.jinja2.cfg
......
...@@ -207,14 +207,14 @@ import-list = ...@@ -207,14 +207,14 @@ import-list =
rawfile slaplte.jinja2 {{ slaplte_template }} rawfile slaplte.jinja2 {{ slaplte_template }}
extra-context = extra-context =
import json_module json import json_module json
jsonkey iru_dict :jiru_dict key iru_dict :iru_dict
jsonkey icell_dict :jicell_dict key icell_dict :icell_dict
jsonkey ipeer_dict :jipeer_dict key ipeer_dict :ipeer_dict
jsonkey ipeercell_dict :jipeercell_dict key ipeercell_dict :ipeercell_dict
jiru_dict = {{ Q(rulib.iru_dict | tojson) }} iru_dict = {{ Q(rulib.iru_dict) }}
jicell_dict = {{ Q(rulib.icell_dict | tojson) }} icell_dict = {{ Q(rulib.icell_dict) }}
jipeer_dict = {{ Q(ipeer_dict | tojson) }} ipeer_dict = {{ Q(ipeer_dict) }}
jipeercell_dict = {{ Q(ipeercell_dict | tojson) }} ipeercell_dict = {{ Q(ipeercell_dict) }}
[publish-connection-information] [publish-connection-information]
...@@ -228,8 +228,8 @@ enb-ipv4 = {{ lan_ipv4 }} ...@@ -228,8 +228,8 @@ enb-ipv4 = {{ lan_ipv4 }}
amarisoft-version = {{ lte_version }} amarisoft-version = {{ lte_version }}
license-expiration = {{ lte_expiration }} license-expiration = {{ lte_expiration }}
monitor-gadget-url = ${:monitor-base-url}/gadget/software.cfg.html monitor-gadget-url = ${:monitor-base-url}/gadget/software.cfg.html
ru-list = {{ Q(rulib.iru_dict.keys() | sort | tojson) }} ru-list = {{ Q(rulib.iru_dict.keys() | sort) }}
cell-list = {{ Q(rulib.icell_dict.keys() | sort | tojson) }} cell-list = {{ Q(rulib.icell_dict.keys() | sort) }}
# TODO peer-list peer-cell-list # TODO peer-list peer-cell-list
peer-list = XXX peer-list = XXX
peer-cell-list = XXX peer-cell-list = XXX
......
...@@ -153,8 +153,8 @@ context = ...@@ -153,8 +153,8 @@ context =
import netaddr netaddr import netaddr netaddr
section directory directory section directory directory
section vtap_jdict vtap_jdict section vtap_jdict vtap_jdict
jsonkey iru_dict :jiru_dict key iru_dict :iru_dict
jiru_dict = {{ Q(iru_dict | tojson) }} iru_dict = {{ Q(iru_dict) }}
{{ part('dnsmasq-service') }} {{ part('dnsmasq-service') }}
recipe = slapos.cookbook:wrapper recipe = slapos.cookbook:wrapper
...@@ -236,7 +236,7 @@ recipe = slapos.cookbook:publish.serialised ...@@ -236,7 +236,7 @@ recipe = slapos.cookbook:publish.serialised
{%- for icell in iru_icell_list %} {%- for icell in iru_icell_list %}
{%- do iru_icell_ref_list.append(J(jref_of_shared(icell))) %} {%- do iru_icell_ref_list.append(J(jref_of_shared(icell))) %}
{%- endfor %} {%- endfor %}
cell-list = {{ Q(iru_icell_ref_list | tojson) }} cell-list = {{ Q(iru_icell_ref_list) }}
{%- if ru.ru_link_type == 'cpri' %} {%- if ru.ru_link_type == 'cpri' %}
ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway} ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway}
{%- endif %} {%- endif %}
...@@ -258,28 +258,28 @@ ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway} ...@@ -258,28 +258,28 @@ ipv6 = ${vtap.{{ ru.cpri_link._tap }}:gateway}
url = {{ {'lte': drb_lte_template, 'nr': drb_nr_template} [cell.cell_type] }} url = {{ {'lte': drb_lte_template, 'nr': drb_nr_template} [cell.cell_type] }}
output = ${directory:etc}/{{B(cell_ref)}}-drb.cfg output = ${directory:etc}/{{B(cell_ref)}}-drb.cfg
extra-context = extra-context =
jsonkey cell_ref :jcell_ref key cell_ref :cell_ref
jsonkey cell :jcell key cell :cell
jsonkey ru_ref :jru_ref key ru_ref :ru_ref
jsonkey ru :jru key ru :ru
jcell_ref = {{ Q(cell_ref | tojson) }} cell_ref = {{ Q(cell_ref) }}
jcell = {{ Q(cell | tojson) }} cell = {{ Q(cell ) }}
jru_ref = {{ Q(ru_ref | tojson) }} ru_ref = {{ Q(ru_ref ) }}
jru = {{ Q(ru | tojson) }} ru = {{ Q(ru ) }}
{{ part('sib23-config-%s' % cell_ref) }} {{ part('sib23-config-%s' % cell_ref) }}
<= config-base <= config-base
url = {{ sib23_template }} url = {{ sib23_template }}
output = ${directory:etc}/{{B(cell_ref)}}-sib23.asn output = ${directory:etc}/{{B(cell_ref)}}-sib23.asn
extra-context = extra-context =
jsonkey cell_ref :jcell_ref key cell_ref :cell_ref
jsonkey cell :jcell key cell :cell
jsonkey ru_ref :jru_ref key ru_ref :ru_ref
jsonkey ru :jru key ru :ru
jcell_ref = {{ Q(cell_ref | tojson) }} cell_ref = {{ Q(cell_ref) }}
jcell = {{ Q(cell | tojson) }} cell = {{ Q(cell ) }}
jru_ref = {{ Q(ru_ref | tojson) }} ru_ref = {{ Q(ru_ref ) }}
jru = {{ Q(ru | tojson) }} ru = {{ Q(ru ) }}
{%- endif %} {%- endif %}
{#- publish information about the cell #} {#- publish information about the cell #}
...@@ -330,8 +330,8 @@ context = ...@@ -330,8 +330,8 @@ context =
raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }} raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
raw testing {{ testing }} raw testing {{ testing }}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs raw python_path {{ buildout_directory}}/bin/pythonwitheggs
jsonkey iru_dict :jiru_dict key iru_dict :iru_dict
jiru_dict = {{ Q(iru_dict | tojson) }} iru_dict = {{ Q(iru_dict) }}
mode = 0775 mode = 0775
url = {{ ru_amarisoft_stats_template }} url = {{ ru_amarisoft_stats_template }}
output = ${directory:bin}/amarisoft-stats.py output = ${directory:bin}/amarisoft-stats.py
......
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