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
Léo-Paul Géneau
slapos
Commits
13a7f5bf
Commit
13a7f5bf
authored
Oct 11, 2024
by
Paul Graydon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/simpleran: Update eNB log forwarding behavior
See merge request
nexedi/slapos!1668
parent
9adaf05c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
14 deletions
+39
-14
software/simpleran/buildout.hash.cfg
software/simpleran/buildout.hash.cfg
+1
-1
software/simpleran/instance-enb-input-schema.json
software/simpleran/instance-enb-input-schema.json
+7
-2
software/simpleran/instance-enb.jinja2.cfg
software/simpleran/instance-enb.jinja2.cfg
+22
-11
software/simpleran/instance-ors-enb-input-schema.json
software/simpleran/instance-ors-enb-input-schema.json
+3
-0
software/simpleran/instance-ors-gnb-input-schema.json
software/simpleran/instance-ors-gnb-input-schema.json
+6
-0
No files found.
software/simpleran/buildout.hash.cfg
View file @
13a7f5bf
...
@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
...
@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb]
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum =
9cd5250fc523863d206b8dc038beaf82
md5sum =
cb8e9d952709c596542a5f7f5b3887eb
[template-ors-enb]
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
...
...
software/simpleran/instance-enb-input-schema.json
View file @
13a7f5bf
...
@@ -212,6 +212,12 @@
...
@@ -212,6 +212,12 @@
"type"
:
"number"
,
"type"
:
"number"
,
"default"
:
0
"default"
:
0
},
},
"xlog_forwarding_enabled"
:
{
"title"
:
"Enable eNB xlog forwarding"
,
"description"
:
"Enable eNB xlog forwarding through fluentbit"
,
"type"
:
"boolean"
,
"default"
:
"true"
},
"wendelin_telecom_software_release_url"
:
{
"wendelin_telecom_software_release_url"
:
{
"title"
:
"Wendelin Telecom Software Release URL"
,
"title"
:
"Wendelin Telecom Software Release URL"
,
"description"
:
"URL of the Wendelin Telecom Software Release to use to request a shared instance"
,
"description"
:
"URL of the Wendelin Telecom Software Release to use to request a shared instance"
,
...
@@ -221,8 +227,7 @@
...
@@ -221,8 +227,7 @@
"xlog_fluentbit_forward_host"
:
{
"xlog_fluentbit_forward_host"
:
{
"title"
:
"Fluentbit Xlog forwarding address"
,
"title"
:
"Fluentbit Xlog forwarding address"
,
"description"
:
"Address of remote Fluentd or Fluentbit server to which Fluentbit should forward Xlog data"
,
"description"
:
"Address of remote Fluentd or Fluentbit server to which Fluentbit should forward Xlog data"
,
"type"
:
"string"
,
"type"
:
"string"
"default"
:
"fluentd.rapid.space"
},
},
"xlog_fluentbit_forward_port"
:
{
"xlog_fluentbit_forward_port"
:
{
"title"
:
"Fluentbit Xlog forwarding port"
,
"title"
:
"Fluentbit Xlog forwarding port"
,
...
...
software/simpleran/instance-enb.jinja2.cfg
View file @
13a7f5bf
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
'use_ipv4': False,
'use_ipv4': False,
'gnb_id_bits': 28,
'gnb_id_bits': 28,
'nssai': {'1': {'sst': 1}},
'nssai': {'1': {'sst': 1}},
'xlog_forwarding_enabled': True,
'wendelin_telecom_software_release_url': 'wendelin-telecom-enb-shared-instance',
'wendelin_telecom_software_release_url': 'wendelin-telecom-enb-shared-instance',
'xlog_fluentbit_forward_host': 'fluentd.rapid.space',
'xlog_fluentbit_forward_port': 24224,
'xlog_fluentbit_forward_port': 24224,
} %}
} %}
{%- set gtp_addr_lo = '127.0.1.1' %}
{%- set gtp_addr_lo = '127.0.1.1' %}
...
@@ -26,8 +26,10 @@ parts =
...
@@ -26,8 +26,10 @@ parts =
enb-config
enb-config
enb-service
enb-service
xamari-xlog-service
xamari-xlog-service
xlog-fluentbit-service
request-wendelin-telecom-shared
request-wendelin-telecom-shared
{%- if slapparameter_dict.xlog_forwarding_enabled %}
xlog-fluentbit-service
{%- endif %}
check-baseband-latency.py
check-baseband-latency.py
monitor-base
monitor-base
publish-connection-information
publish-connection-information
...
@@ -165,6 +167,20 @@ wrapper-path = ${directory:service}/${:_buildout_section_name_}
...
@@ -165,6 +167,20 @@ wrapper-path = ${directory:service}/${:_buildout_section_name_}
command-line = ${xamari-xlog-script:output}
command-line = ${xamari-xlog-script:output}
hash-files = ${:command-line}
hash-files = ${:command-line}
[request-wendelin-telecom-shared]
<= slap-connection
recipe = slapos.cookbook:requestoptional
name = Wendelin Telecom Registration
software-url = {{ slapparameter_dict.wendelin_telecom_software_release_url }}
shared = true
{%- if not slapparameter_dict.xlog_forwarding_enabled or slapparameter_dict.get("xlog_fluentbit_forward_host") %}
state = destroyed
{%- else %}
config-fluentbit-tag = ${xlog-fluentbit-tag:xlog-fluentbit-tag}
return = gateway-host
{%- endif %}
{% if slapparameter_dict.xlog_forwarding_enabled %}
[xlog-fluentbit-tag]
[xlog-fluentbit-tag]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
computer = ${slap-connection:computer-id}
computer = ${slap-connection:computer-id}
...
@@ -189,7 +205,7 @@ init =
...
@@ -189,7 +205,7 @@ init =
recipe = slapos.recipe.template
recipe = slapos.recipe.template
output = ${directory:etc}/${:_buildout_section_name_}.cfg
output = ${directory:etc}/${:_buildout_section_name_}.cfg
logfile = ${xamari-xlog-script:logfile}
logfile = ${xamari-xlog-script:logfile}
forward-host = {{ slapparameter_dict.
xlog_fluentbit_forward_host
}}
forward-host = {{ slapparameter_dict.
get('xlog_fluentbit_forward_host', '') or '${request-wendelin-telecom-shared:connection-gateway-host}'
}}
forward-port = {{ slapparameter_dict.xlog_fluentbit_forward_port }}
forward-port = {{ slapparameter_dict.xlog_fluentbit_forward_port }}
forward-shared-key = {{ slapparameter_dict.get('xlog_fluentbit_forward_shared_key', '') }}
forward-shared-key = {{ slapparameter_dict.get('xlog_fluentbit_forward_shared_key', '') }}
forward-self-hostname = {{ B(comp_id['comp-id']) }}
forward-self-hostname = {{ B(comp_id['comp-id']) }}
...
@@ -222,14 +238,7 @@ fluentbit-config = ${xlog-fluentbit-config:output}
...
@@ -222,14 +238,7 @@ fluentbit-config = ${xlog-fluentbit-config:output}
command-line = ${:fluentbit} -c ${:fluentbit-config}
command-line = ${:fluentbit} -c ${:fluentbit-config}
wrapper-path = ${directory:service}/${:_buildout_section_name_}
wrapper-path = ${directory:service}/${:_buildout_section_name_}
hash-files = ${:fluentbit-config}
hash-files = ${:fluentbit-config}
{%- endif %}
[request-wendelin-telecom-shared]
<= slap-connection
recipe = slapos.cookbook:requestoptional
name = Wendelin Telecom Registration
software-url = {{ slapparameter_dict.wendelin_telecom_software_release_url }}
shared = true
config-fluentbit-tag = ${xlog-fluentbit-tag:xlog-fluentbit-tag}
[config-base]
[config-base]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
...
@@ -280,7 +289,9 @@ ru-list = {{ dumps(rulib.iru_dict.keys() | sort) }}
...
@@ -280,7 +289,9 @@ ru-list = {{ dumps(rulib.iru_dict.keys() | sort) }}
cell-list = {{ dumps(rulib.icell_dict.keys() | sort) }}
cell-list = {{ dumps(rulib.icell_dict.keys() | sort) }}
peer-list = {{ dumps(ipeer_dict.keys() | sort) }}
peer-list = {{ dumps(ipeer_dict.keys() | sort) }}
peer-cell-list = {{ dumps(ipeercell_dict.keys() | sort) }}
peer-cell-list = {{ dumps(ipeercell_dict.keys() | sort) }}
{%- if slapparameter_dict.xlog_forwarding_enabled %}
fluentbit-tag = ${xlog-fluentbit-tag:xlog-fluentbit-tag}
fluentbit-tag = ${xlog-fluentbit-tag:xlog-fluentbit-tag}
{%- endif %}
[monitor-instance-parameter]
[monitor-instance-parameter]
...
...
software/simpleran/instance-ors-enb-input-schema.json
View file @
13a7f5bf
...
@@ -199,6 +199,9 @@
...
@@ -199,6 +199,9 @@
"min_rxtx_delay"
:
{
"min_rxtx_delay"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/min_rxtx_delay"
"$ref"
:
"instance-enb-input-schema.json#/properties/min_rxtx_delay"
},
},
"xlog_forwarding_enabled"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/xlog_forwarding_enabled"
},
"wendelin_telecom_software_release_url"
:
{
"wendelin_telecom_software_release_url"
:
{
"$ref"
:
"instance-enb-input-schema.json#/properties/wendelin_telecom_software_release_url"
"$ref"
:
"instance-enb-input-schema.json#/properties/wendelin_telecom_software_release_url"
},
},
...
...
software/simpleran/instance-ors-gnb-input-schema.json
View file @
13a7f5bf
...
@@ -189,6 +189,12 @@
...
@@ -189,6 +189,12 @@
"min_rxtx_delay"
:
{
"min_rxtx_delay"
:
{
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/min_rxtx_delay"
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/min_rxtx_delay"
},
},
"xlog_forwarding_enabled"
:
{
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/xlog_forwarding_enabled"
},
"wendelin_telecom_software_release_url"
:
{
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/wendelin_telecom_software_release_url"
},
"xlog_fluentbit_forward_host"
:
{
"xlog_fluentbit_forward_host"
:
{
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/xlog_fluentbit_forward_host"
"$ref"
:
"instance-ors-enb-input-schema.json#/properties/xlog_fluentbit_forward_host"
},
},
...
...
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