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
4aeb284d
Commit
4aeb284d
authored
Dec 20, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ecd9077e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
17 deletions
+18
-17
software/ors-amarisoft/instance-ors.cfg
software/ors-amarisoft/instance-ors.cfg
+18
-0
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+0
-14
software/ors-amarisoft/software-base.cfg
software/ors-amarisoft/software-base.cfg
+0
-3
No files found.
software/ors-amarisoft/instance-ors.cfg
View file @
4aeb284d
...
@@ -2,6 +2,24 @@
...
@@ -2,6 +2,24 @@
extends =
extends =
$${template-base:output}
$${template-base:output}
[switch-softwaretype]
enb = dynamic-template-ors-enb:output
gnb = dynamic-template-ors-gnb:output
obsolete = dynamic-template-obsolete:output
enb-epc = $${:obsolete}
gnb-epc = $${:obsolete}
epc = $${:obsolete}
mme = $${:obsolete}
ue =
[dynamic-template-obsolete]
< = jinja2-template-base
url = ${template-obsolete:target}
filename = instance-obsolete.cfg
extensions = jinja2.ext.do
extra-context =
key slave_instance_list slap-configuration:slave-instance-list
[ors-version]
[ors-version]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
configuration = $${slap-configuration:configuration}
configuration = $${slap-configuration:configuration}
...
...
software/ors-amarisoft/instance.cfg
View file @
4aeb284d
...
@@ -119,23 +119,9 @@ init =
...
@@ -119,23 +119,9 @@ init =
[switch-softwaretype]
[switch-softwaretype]
recipe = slapos.cookbook:switch-softwaretype
recipe = slapos.cookbook:switch-softwaretype
enb = dynamic-template-enb:output
enb = dynamic-template-enb:output
gnb = dynamic-template-gnb:output
core-network = dynamic-template-core-network:output
core-network = dynamic-template-core-network:output
ue = dynamic-template-ue:output
ue = dynamic-template-ue:output
RootSoftwareInstance = $${:core-network}
RootSoftwareInstance = $${:core-network}
obsolete = dynamic-template-obsolete:output
enb-epc = $${:obsolete}
gnb-epc = $${:obsolete}
epc = $${:obsolete}
mme = $${:obsolete}
[dynamic-template-obsolete]
< = jinja2-template-base
url = ${template-obsolete:target}
filename = instance-obsolete.cfg
extensions = jinja2.ext.do
extra-context =
key slave_instance_list slap-configuration:slave-instance-list
[dynamic-template-enb]
[dynamic-template-enb]
< = jinja2-template-base
< = jinja2-template-base
...
...
software/ors-amarisoft/software-base.cfg
View file @
4aeb284d
...
@@ -66,9 +66,6 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_}
...
@@ -66,9 +66,6 @@ url = ${:_profile_base_location_}/${:_update_hash_filename_}
[template-enb]
[template-enb]
<= download-base
<= download-base
[template-gnb]
<= download-base
[template-core-network]
[template-core-network]
<= download-base
<= 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