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
111
Merge Requests
111
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
1 year ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4aeb284d
Changes
3
Show 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 @@
...
@@ -16,11 +16,11 @@
[template]
[template]
filename = instance.cfg
filename = instance.cfg
md5sum =
22afd27ef30ca963db84088a2a904ba9
md5sum =
ee41fc926b822aaef7c8337a3538c6d8
[template-ors]
[template-ors]
filename = instance-ors.cfg
filename = instance-ors.cfg
md5sum =
ba42b80cb9aeb38aeedeeb49553c8bbb
md5sum =
fbe24662d869f506f66ab7911dfa0f91
[slaplte.jinja2]
[slaplte.jinja2]
_update_hash_filename_ = slaplte.jinja2
_update_hash_filename_ = slaplte.jinja2
...
...
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/instance-ors.cfg
View file @
c194fc3c
...
@@ -20,6 +20,29 @@ extensions = jinja2.ext.do
...
@@ -20,6 +20,29 @@ extensions = jinja2.ext.do
extra-context =
extra-context =
key slave_instance_list slap-configuration:slave-instance-list
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]
[ors-version]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
configuration = $${slap-configuration:configuration}
configuration = $${slap-configuration:configuration}
...
...
This diff is collapsed.
Click to expand it.
software/ors-amarisoft/instance.cfg
View file @
c194fc3c
...
@@ -165,28 +165,6 @@ extra-context =
...
@@ -165,28 +165,6 @@ extra-context =
raw openssh_location ${openssh:location}
raw openssh_location ${openssh:location}
raw openssh_output_keygen ${openssh-output:keygen}
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]
[dynamic-template-core-network]
< = jinja2-template-base
< = jinja2-template-base
url = ${template-core-network:target}
url = ${template-core-network:target}
...
...
This diff is collapsed.
Click to expand it.
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