Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
9436e340
Commit
9436e340
authored
Oct 30, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
cadfca09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+5
-5
software/ors-amarisoft/ru/lopcomm/config.jinja2.py
software/ors-amarisoft/ru/lopcomm/config.jinja2.py
+0
-1
software/ors-amarisoft/ru/lopcomm/software.jinja2.py
software/ors-amarisoft/ru/lopcomm/software.jinja2.py
+1
-1
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
9436e340
...
...
@@ -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
...
...
software/ors-amarisoft/ru/lopcomm/config.jinja2.py
View file @
9436e340
...
...
@@ -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
:
...
...
software/ors-amarisoft/ru/lopcomm/software.jinja2.py
View file @
9436e340
#!{{ python_path }}
import
time
import
xmltodict
import
json
import
xmltodict
import
sys
import
re
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment