Commit 9436e340 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cadfca09
......@@ -60,7 +60,7 @@ md5sum = 3a5a3c5588e1698ee81e983bb08e70d7
[ru_lopcomm_config.jinja2.py]
_update_hash_filename_ = ru/lopcomm/config.jinja2.py
md5sum = 1b409be8d1ef6ed628e47ac3aeadef68
md5sum = 39bf10b8cc120ed437fe25d273418bc9
[ru_lopcomm_reset-info.jinja2.py]
_update_hash_filename_ = ru/lopcomm/reset-info.jinja2.py
......@@ -72,7 +72,7 @@ md5sum = 9741fbc99aaf768e9cc3ab48925dfee5
[ru_lopcomm_software.jinja2.py]
_update_hash_filename_ = ru/lopcomm/software.jinja2.py
md5sum = 6f189dc818b38c668fa72850ffed2252
md5sum = 2b08bb666c5f3ab287cdddbfdb4c9249
[ru_lopcomm_supervision.jinja2.py]
_update_hash_filename_ = ru/lopcomm/supervision.jinja2.py
......@@ -100,7 +100,7 @@ md5sum = 68512b0f564a6fb736ab92dd25613d47
[template-ue]
_update_hash_filename_ = instance-ue.jinja2.cfg
md5sum = 36bcfb4ee7984ccc43a4c66630896b13
md5sum = 6abf075784e6c1d958cfc5498af5b08d
[template-obsolete]
_update_hash_filename_ = instance-obsolete.jinja2.cfg
......@@ -112,7 +112,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum = 775aa46cc8aeba4ee35e7ed78c37384b
md5sum = 07a5b91ed8881eb37a07c345151165b4
[drb_lte.jinja2.cfg]
filename = config/drb_lte.jinja2.cfg
......@@ -129,7 +129,7 @@ md5sum = ffe710c9f99cf933db5f4b82d9db88b8
[gnb.jinja2.cfg]
filename = config/gnb.jinja2.cfg
md5sum = 2fdb4812960bec30118e61e61554652b
md5sum = 075df4848e08ef8a595b33164238a0e7
[ltelogs.jinja2.sh]
filename = ltelogs.jinja2.sh
......
......@@ -9,7 +9,6 @@ if __name__ == '__main__':
while True:
try:
nc.connect("{{ netaddr.IPAddress(vtap.gateway) }}", 830, "oranuser", "oranpassword")
# XXX CreateProcessingEle should be also RU-specific ?
nc.edit_config(["{{ ru_lopcomm_CreateProcessingEle_template }}", "{{ cu_config_template }}"])
break
except Exception as e:
......
#!{{ python_path }}
import time
import xmltodict
import json
import xmltodict
import sys
import re
import os
......
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