Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
0317c249
Commit
0317c249
authored
Oct 12, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
57529dce
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
12 deletions
+10
-12
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+5
-5
software/ors-amarisoft/instance-enb.jinja2.cfg
software/ors-amarisoft/instance-enb.jinja2.cfg
+0
-1
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+1
-1
software/ors-amarisoft/ru/lopcomm/buildout.cfg
software/ors-amarisoft/ru/lopcomm/buildout.cfg
+3
-0
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
+1
-1
software/ors-amarisoft/ru/lopcomm/stats.jinja2.py
software/ors-amarisoft/ru/lopcomm/stats.jinja2.py
+0
-0
software/ors-amarisoft/software-base.cfg
software/ors-amarisoft/software-base.cfg
+0
-4
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
0317c249
...
...
@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum =
1fc639ff11a27c16ac61a5815a59232a
md5sum =
f12829d9c2adbf661e7d14b66798f679
[amari_lte.jinja2]
_update_hash_filename_ = amari/lte.jinja2
...
...
@@ -36,7 +36,7 @@ md5sum = e27ebe0ff200a3e4492412f164ca9b73
[ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum =
c9538c6b90b87544aca2e8425de4aed6
md5sum =
052168dc9f2ab96e33f8a8b388c35e70
[ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
...
...
@@ -54,8 +54,8 @@ md5sum = d2fe2fbe70c6824c514a7c4034a2ddb3
_update_hash_filename_ = ncclient_common.py
md5sum = 63316f6a8a6a480e10db7e78cca72f3b
[
lopcomm-rrh-
stats.jinja2.py]
_update_hash_filename_ =
lopcomm-rrh-
stats.jinja2.py
[
ru_lopcomm_
stats.jinja2.py]
_update_hash_filename_ =
ru/lopcomm/
stats.jinja2.py
md5sum = b861ef43beba4a0a2904e8c2aee04723
[lopcomm-rrh-config.jinja2.py]
...
...
@@ -72,7 +72,7 @@ md5sum = e22257ef526b0acc10a8203daa41028b
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 4
ffaa8fc7d0da868bae706027e6e0128
md5sum = 4
4ae59b57fc462fb9bbff218e742d17f
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
...
...
software/ors-amarisoft/instance-enb.jinja2.cfg
View file @
0317c249
...
...
@@ -17,7 +17,6 @@ parts =
# XXX -> ru/lopcomm
{% if ru == "lopcomm" %}
lopcomm-firmware-dl
lopcomm-rrh-stats-service
lopcomm-rrh-supervision-service
lopcomm-rrh-config-template
lopcomm-rrh-software-template
...
...
software/ors-amarisoft/instance.cfg
View file @
0317c249
...
...
@@ -258,7 +258,7 @@ extra-context =
raw ltelogs_template ${ltelogs.jinja2.sh:target}
raw amarisoft_stats_template ${amarisoft-stats.jinja2.py:target}
raw amarisoft_rf_info_template ${amarisoft-rf-info.jinja2.py:target}
raw
lopcomm_rrh_stats_template ${lopcomm-rrh-
stats.jinja2.py:target}
raw
ru_lopcomm_stats_template ${ru_lopcomm_
stats.jinja2.py:target}
raw lopcomm_rrh_config_template ${lopcomm-rrh-config.jinja2.py:target}
raw lopcomm_rrh_software_template ${lopcomm-rrh-software.jinja2.py:target}
raw lopcomm_rrh_supervision_template ${lopcomm-rrh-supervision.jinja2.py:target}
...
...
software/ors-amarisoft/ru/lopcomm/buildout.cfg
View file @
0317c249
[ru_lopcomm_libinstance.jinja2.cfg]
<= download-base
[ru_lopcomm_stats.jinja2.py]
<= download-base
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
View file @
0317c249
...
...
@@ -29,7 +29,7 @@ context =
raw buildout_directory_path {{ buildout_directory }}
import netaddr netaddr
mode = 0775
url = {{
lopcomm_rrh_stats_template }} XXX
url = {{
ru_lopcomm_stats_template }}
output = ${directory:bin}/{{ru_ref}}-stats.py
{{ part('%s-stats-service' % ru_ref) }}
...
...
software/ors-amarisoft/
lopcomm-rrh-
stats.jinja2.py
→
software/ors-amarisoft/
ru/lopcomm/
stats.jinja2.py
View file @
0317c249
File moved
software/ors-amarisoft/software-base.cfg
View file @
0317c249
...
...
@@ -70,10 +70,6 @@ destination = ${buildout:directory}/ncclient_common.py
[amarisoft-rf-info.jinja2.py]
<= download-base
# XXX -> rrh_lopcom
[lopcomm-rrh-stats.jinja2.py]
<= download-base
# XXX -> rrh_lopcom
[lopcomm-rrh-config.jinja2.py]
<= download-base
...
...
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