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
Justin
slapos
Commits
36f4a570
Commit
36f4a570
authored
Dec 12, 2022
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
e224c1c0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
52 deletions
+6
-52
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/gadget/software.cfg.html
software/ors-amarisoft/gadget/software.cfg.html
+2
-1
software/ors-amarisoft/instance-epc-input-schema.json
software/ors-amarisoft/instance-epc-input-schema.json
+0
-49
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+2
-0
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
36f4a570
...
...
@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum =
8a6e6e065e3eeffc3d5d4d8bb68f4a43
md5sum =
dc8276bfe127e4ea03fbfd15331122df
[amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py
...
...
@@ -116,7 +116,7 @@ md5sum = 44ae5693f62b7a4dbc98f700f68d8600
[software.cfg.html]
_update_hash_filename_ = gadget/software.cfg.html
md5sum =
a900a95b8ed34945f28286adf0e941da
md5sum =
39e8395b29711633d6dadce2f9449ea9
[promise.gadget.js ]
_update_hash_filename_ = gadget/promise.gadget.js
md5sum = 1a06b21b8bc3401ccc73b449faedce8b
...
...
software/ors-amarisoft/gadget/software.cfg.html
View file @
36f4a570
...
...
@@ -2,8 +2,9 @@
<head>
<script
src=
"rsvp.js"
></script>
<script
src=
"renderjs.js"
></script>
<script
src=
"promise.gadget.js"
></script>
<script
src=
"g-chart.line.js"
></script>
<script
src=
"g-chart.css"
></script>
<script
src=
"promise.gadget.js"
></script>
</head>
<body>
<canvas
id=
"line"
width=
"1600"
height=
"350"
></canvas>
...
...
software/ors-amarisoft/instance-epc-input-schema.json
deleted
100644 → 0
View file @
e224c1c0
{
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"EPC Input Parameters"
,
"type"
:
"object"
,
"properties"
:
{
"epc_plmn"
:
{
"default"
:
"00101"
,
"title"
:
"Core Network PLMN"
,
"description"
:
"Core Network Public Land Mobile Network"
,
"type"
:
"string"
},
"external_enb_gnb"
:
{
"default"
:
false
,
"title"
:
"External eNB / gNB"
,
"description"
:
"Set to true if external eNB / gNB will need to connect to this core network."
,
"type"
:
"boolean"
},
"iperf3"
:
{
"default"
:
false
,
"title"
:
"iperf3 UDP server"
,
"description"
:
"Activate iperf3 UDP server"
,
"type"
:
"boolean"
},
"use_ipv4"
:
{
"default"
:
false
,
"title"
:
"Use IPv4"
,
"description"
:
"Set to true to use IPv4 for AMF / MME addresses"
,
"type"
:
"boolean"
},
"promise_cpu_temperature_threshold"
:
{
"title"
:
"CPU temperature promise threshold"
,
"description"
:
"Temperature threshold above which CPU temperature promise will fail"
,
"type"
:
"number"
,
"default"
:
80
},
"promise_cpu_avg_temperature_threshold"
:
{
"title"
:
"Average CPU temperature promise threshold"
,
"description"
:
"If average temperature over specified duration reaches this threshold, promise will fail"
,
"type"
:
"number"
,
"default"
:
80
},
"promise_cpu_avg_temperature_threshold_duration"
:
{
"title"
:
"Average CPU temperature promise threshold duration"
,
"description"
:
"Duration during which average temperature should not exceed specified threshold"
,
"type"
:
"number"
,
"default"
:
600
}
}
}
software/ors-amarisoft/instance.cfg
View file @
36f4a570
...
...
@@ -233,3 +233,5 @@ output = $${buildout:directory}/$${:filename}
context =
import json_module json
key slave_instance_list slap-configuration:configuration.slave-list
[gadget]
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