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
c194fc3c
Commit
c194fc3c
authored
Dec 20, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4aeb284d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
24 deletions
+25
-24
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/instance-ors.cfg
software/ors-amarisoft/instance-ors.cfg
+23
-0
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+0
-22
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
c194fc3c
...
...
@@ -16,11 +16,11 @@
[template]
filename = instance.cfg
md5sum =
22afd27ef30ca963db84088a2a904ba9
md5sum =
ee41fc926b822aaef7c8337a3538c6d8
[template-ors]
filename = instance-ors.cfg
md5sum =
ba42b80cb9aeb38aeedeeb49553c8bbb
md5sum =
fbe24662d869f506f66ab7911dfa0f91
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
...
...
software/ors-amarisoft/instance-ors.cfg
View file @
c194fc3c
...
...
@@ -20,6 +20,29 @@ extensions = jinja2.ext.do
extra-context =
key slave_instance_list slap-configuration:slave-instance-list
# XXX adapt to ors
[dynamic-template-gnb]
< = jinja2-template-base
url = ${template-gnb:target}
filename = instance-gnb.cfg
extensions = jinja2.ext.do
extra-context =
raw monitor_template ${monitor2-template:output}
section ors_version ors-version
section comp_id comp-id
key lte_version amarisoft:lte-version
key lte_expiration amarisoft:lte-expiration
key enb amarisoft:enb
key sdr amarisoft:sdr
raw gnb_template ${gnb.jinja2.cfg:target}
raw amarisoft_stats_template ${amarisoft-stats.jinja2.py:target}
raw amarisoft_rf_info_template ${amarisoft-rf-info.jinja2.py:target}
raw openssl_location ${openssl:location}
raw default_nr_inactivity_timer ${default-params:default-nr-inactivity-timer}
raw python_path ${python3:location}
raw fluent_bit_location ${fluent-bit:location}
[ors-version]
recipe = slapos.recipe.build
configuration = $${slap-configuration:configuration}
...
...
software/ors-amarisoft/instance.cfg
View file @
c194fc3c
...
...
@@ -165,28 +165,6 @@ extra-context =
raw openssh_location ${openssh:location}
raw openssh_output_keygen ${openssh-output:keygen}
# XXX kill
[dynamic-template-gnb]
< = jinja2-template-base
url = ${template-gnb:target}
filename = instance-gnb.cfg
extensions = jinja2.ext.do
extra-context =
raw monitor_template ${monitor2-template:output}
section ors_version ors-version
section comp_id comp-id
key lte_version amarisoft:lte-version
key lte_expiration amarisoft:lte-expiration
key enb amarisoft:enb
key sdr amarisoft:sdr
raw gnb_template ${gnb.jinja2.cfg:target}
raw amarisoft_stats_template ${amarisoft-stats.jinja2.py:target}
raw amarisoft_rf_info_template ${amarisoft-rf-info.jinja2.py:target}
raw openssl_location ${openssl:location}
raw default_nr_inactivity_timer ${default-params:default-nr-inactivity-timer}
raw python_path ${python3:location}
raw fluent_bit_location ${fluent-bit:location}
[dynamic-template-core-network]
< = jinja2-template-base
url = ${template-core-network:target}
...
...
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