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
2a205ac6
Commit
2a205ac6
authored
Oct 13, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
484db550
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
17 deletions
+16
-17
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/instance-enb.jinja2.cfg
software/ors-amarisoft/instance-enb.jinja2.cfg
+0
-10
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/config.jinja2.py
software/ors-amarisoft/ru/lopcomm/config.jinja2.py
+0
-0
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
+10
-1
software/ors-amarisoft/software-base.cfg
software/ors-amarisoft/software-base.cfg
+0
-3
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
2a205ac6
...
...
@@ -58,8 +58,8 @@ md5sum = 63316f6a8a6a480e10db7e78cca72f3b
_update_hash_filename_ = ru/lopcomm/stats.jinja2.py
md5sum = 059fa51fd30372e4382e1c143e718791
[
lopcomm-rrh-
config.jinja2.py]
_update_hash_filename_ =
lopcomm-rrh-
config.jinja2.py
[
ru_lopcomm_
config.jinja2.py]
_update_hash_filename_ =
ru/lopcomm/
config.jinja2.py
md5sum = f117548e01a88c408c482d079ec4b018
[ru_lopcomm_software.jinja2.py]
...
...
software/ors-amarisoft/instance-enb.jinja2.cfg
View file @
2a205ac6
...
...
@@ -17,7 +17,6 @@ parts =
# XXX -> ru/lopcomm
{% if ru == "lopcomm" %}
lopcomm-rrh-supervision-service
lopcomm-rrh-config-template
netconf-connection-promise
lopcomm-cu-config
sshd-service
...
...
@@ -457,12 +456,3 @@ output = ${directory:plugins}/check-amarisoft-stats-log.py
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-amarisoft-stats-log = ${amarisoft-stats-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
# XXX -> ru/lopcomm
[check-lopcomm-config-log.py]
<= macro.promise
promise = check_lopcomm_config_log
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-config-log = ${lopcomm-rrh-config-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
software/ors-amarisoft/instance.cfg
View file @
2a205ac6
...
...
@@ -260,7 +260,7 @@ extra-context =
raw amarisoft_stats_template ${amarisoft-stats.jinja2.py:target}
raw amarisoft_rf_info_template ${amarisoft-rf-info.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
ru_lopcomm_config_template ${ru_lopcomm_
config.jinja2.py:target}
raw ru_lopcomm_software_template ${ru_lopcomm_software.jinja2.py:target}
raw lopcomm_rrh_supervision_template ${lopcomm-rrh-supervision.jinja2.py:target}
raw ru_lopcomm_CreateProcessingEle_template ${ru_lopcomm_CreateProcessingEle.jinja2.xml:target}
...
...
software/ors-amarisoft/ru/lopcomm/buildout.cfg
View file @
2a205ac6
...
...
@@ -5,6 +5,9 @@ parts +=
[ru_lopcomm_libinstance.jinja2.cfg]
<= download-base
[ru_lopcomm_config.jinja2.py]
<= download-base
[ru_lopcomm_stats.jinja2.py]
<= download-base
...
...
software/ors-amarisoft/
lopcomm-rrh-
config.jinja2.py
→
software/ors-amarisoft/
ru/lopcomm/
config.jinja2.py
View file @
2a205ac6
File moved
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
View file @
2a205ac6
...
...
@@ -80,10 +80,19 @@ context =
key cu_config_template {{ru_ref}}-cu-config:output
import netaddr netaddr
mode = 0775
url = {{
lopcomm_rrh
_config_template }}
url = {{
ru_lopcomm
_config_template }}
output = ${directory:script}/{{ru_ref}}-config.py
# XXX -> ru/lopcomm
[check-lopcomm-config-log.py]
<= macro.promise
promise = check_lopcomm_config_log
config-testing = {{ slapparameter_dict.get("testing", False) }}
config-config-log = ${lopcomm-rrh-config-template:log-output}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
{#- handle notifications from RU #}
[{{ru_ref}}-stats-template]
...
...
software/ors-amarisoft/software-base.cfg
View file @
2a205ac6
...
...
@@ -64,9 +64,6 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_}
<= download-base
# XXX -> rrh_lopcom
[lopcomm-rrh-config.jinja2.py]
<= download-base
[lopcomm-rrh-supervision.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