Commit 36f4a570 authored by Lu Xu's avatar Lu Xu 👀

WIP

parent e224c1c0
......@@ -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
......
......@@ -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>
......
{
"$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
}
}
}
......@@ -233,3 +233,5 @@ output = $${buildout:directory}/$${:filename}
context =
import json_module json
key slave_instance_list slap-configuration:configuration.slave-list
[gadget]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment