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
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Titouan Soulard
slapos
Commits
8244c24b
Commit
8244c24b
authored
Aug 11, 2023
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: prepare for firmware installation
parent
a1058722
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
1 deletion
+26
-1
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/instance-enb.jinja2.cfg
software/ors-amarisoft/instance-enb.jinja2.cfg
+9
-0
software/ors-amarisoft/netconf/software_active.jinja2.xml
software/ors-amarisoft/netconf/software_active.jinja2.xml
+3
-0
software/ors-amarisoft/netconf/software_download.jinja2.xml
software/ors-amarisoft/netconf/software_download.jinja2.xml
+6
-0
software/ors-amarisoft/netconf/software_install.jinja2.xml
software/ors-amarisoft/netconf/software_install.jinja2.xml
+4
-0
software/ors-amarisoft/netconf/software_reset.jinja2.xml
software/ors-amarisoft/netconf/software_reset.jinja2.xml
+3
-0
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
8244c24b
...
@@ -36,7 +36,7 @@ md5sum = b34fe47a73890097fbc6ea6374aeb38d
...
@@ -36,7 +36,7 @@ md5sum = b34fe47a73890097fbc6ea6374aeb38d
[template-enb]
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum =
f372570f16e73f5cc4e638792fd2d5e6
md5sum =
3f7416ff8d012de487479e0372c515a3
[template-gnb]
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
_update_hash_filename_ = instance-gnb.jinja2.cfg
...
...
software/ors-amarisoft/instance-enb.jinja2.cfg
View file @
8244c24b
...
@@ -8,6 +8,7 @@ parts =
...
@@ -8,6 +8,7 @@ parts =
amarisoft-stats-service
amarisoft-stats-service
amarisoft-rf-info-service
amarisoft-rf-info-service
{% if slapparameter_dict.get('rrh', '') == "Lopcomm ORAN" %}
{% if slapparameter_dict.get('rrh', '') == "Lopcomm ORAN" %}
lopcomm-firmware-dl
lopcomm-rrh-stats-service
lopcomm-rrh-stats-service
lopcomm-rrh-config-template
lopcomm-rrh-config-template
lopcomm-cu-config
lopcomm-cu-config
...
@@ -292,6 +293,14 @@ mode = 0775
...
@@ -292,6 +293,14 @@ mode = 0775
hash-files =
hash-files =
${lopcomm-rrh-stats-template:output}
${lopcomm-rrh-stats-template:output}
[lopcomm-firmware-dl]
recipe = slapos.recipe.build:download
url = https://lab.nexedi.com/nexedi/ors-utils/raw/master/lopcomm-firmware/PR.PRM61C70V1002.K010927.tar.gz
filename = PR.PRM61C70V1002.K010927.tar.gz
md5sum = 677c96f11031b7137606b9789f781c35
destination = ${directory:etc}/${:filename}
offline = false
[config-base]
[config-base]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
extensions = jinja2.ext.do
extensions = jinja2.ext.do
...
...
software/ors-amarisoft/netconf/software_active.jinja2.xml
0 → 100644
View file @
8244c24b
<software-activate
xmlns=
"urn:o-ran:software-management:1.0"
>
<slot-name>
slot-1
</slot-name>
</software-activate>
\ No newline at end of file
software/ors-amarisoft/netconf/software_download.jinja2.xml
0 → 100644
View file @
8244c24b
<software-download
xmlns=
"urn:o-ran:software-management:1.0"
>
<remote-file-path>
sftp://test@10.75.35.7/PR.PR46Q1LNV1001.1.tar.gz
</remote-file-path>
<password>
<password>
123456
</password>
</password>
</software-download>
\ No newline at end of file
software/ors-amarisoft/netconf/software_install.jinja2.xml
0 → 100644
View file @
8244c24b
<software-install
xmlns=
"urn:o-ran:software-management:1.0"
>
<slot-name>
slot-1
</slot-name>
<file-names>
PR.PR46Q1LNV1001.1.tar.gz
</file-names>
</software-install>
\ No newline at end of file
software/ors-amarisoft/netconf/software_reset.jinja2.xml
0 → 100644
View file @
8244c24b
<software-activate
xmlns=
"urn:o-ran:software-management:1.0"
>
<slot-name>
slot-1
</slot-name>
</software-activate>
\ No newline at end of file
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