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
4b8f936a
Commit
4b8f936a
authored
Jan 18, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ead30fc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
software/ors-amarisoft/k/krequest-cb5.enb+
software/ors-amarisoft/k/krequest-cb5.enb+
+1
-1
software/ors-amarisoft/k/krequest-tmru.enb+
software/ors-amarisoft/k/krequest-tmru.enb+
+5
-5
No files found.
software/ors-amarisoft/k/krequest-cb5.enb+
View file @
4b8f936a
#!/usr/bin/env -S slapos console
"""request mme/enb and configure radio units and cells"""
"""request mme/enb and configure radio units and cells
on Callbox5 + real SlapOS Master
"""
# XXX workaround for `slapos console` not setting up sys.path the same way as std python does
import sys
...
...
software/ors-amarisoft/k/krequest-
ors.enb.old
→
software/ors-amarisoft/k/krequest-
tmru.enb+
View file @
4b8f936a
#!/usr/bin/env -S slapos console
"""request
ors/enb for kirr
"""
#
XXX deprecated in favour of krequest-cb5.enb+
"""request
enb under theia for development
"""
#
NOTE see krequest-cb5.enb+ for requesting for real
# XXX workaround for `slapos console` not setting up sys.path the same way as std python does
import sys
...
...
@@ -13,9 +13,9 @@ import json, copy
from pprint import pprint
ors
= "/srv/slapgrid/slappart35/srv/project/slapos/software/ors-amarisoft/software.cfg"
kamari
= "/srv/slapgrid/slappart35/srv/project/slapos/software/ors-amarisoft/software.cfg"
enb1 = request(
ors
,
enb1 = request(
kamari
,
software_type="enb",
partition_reference="kenb",
filter_kw={"computer_guid": "slaprunner"},
...
...
@@ -24,7 +24,7 @@ enb1 = request(ors,
})})
"""
enb2 = request(
ors
,
enb2 = request(
kamari
,
software_type="enb",
partition_reference="kenb2",
filter_kw={"computer_guid": "slaprunner"},
...
...
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