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
6a19e79d
Commit
6a19e79d
authored
Jan 05, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
82d45f8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
software/ors-amarisoft/ru/libinstance.jinja2.cfg
software/ors-amarisoft/ru/libinstance.jinja2.cfg
+4
-3
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
+4
-4
No files found.
software/ors-amarisoft/ru/libinstance.jinja2.cfg
View file @
6a19e79d
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
{%- macro buildout() %}
{%- macro buildout() %}
{%- set testing = slapparameter_dict.get("testing", False) %}
{%- set root = slap_configuration['instance-title'] %}
{%- set root = slap_configuration['instance-title'] %}
{#- B(name) returns buildout-encoded form of name #}
{#- B(name) returns buildout-encoded form of name #}
...
@@ -41,7 +42,7 @@
...
@@ -41,7 +42,7 @@
{{ part('promise-'+name) }}
{{ part('promise-'+name) }}
<= monitor-promise-base
<= monitor-promise-base
name = {{ pretty_name }}.py
name = {{ pretty_name }}.py
config-testing = {{
slapparameter_dict.get("testing", False)
}}
config-testing = {{
testing
}}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
config-stats-period = {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
{%- endmacro %}
{%- endmacro %}
...
@@ -287,7 +288,7 @@ context =
...
@@ -287,7 +288,7 @@ context =
key slapparameter_dict slap-configuration:configuration
key slapparameter_dict slap-configuration:configuration
key log_file :log-output
key log_file :log-output
raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
mode = 0775
mode = 0775
url = {{ ru_amarisoft_rf_info_template }}
url = {{ ru_amarisoft_rf_info_template }}
...
@@ -310,7 +311,7 @@ context =
...
@@ -310,7 +311,7 @@ context =
key slapparameter_dict slap-configuration:configuration
key slapparameter_dict slap-configuration:configuration
key log_file :log-output
key log_file :log-output
raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
raw stats_period {{ slapparameter_dict.get("enb_stats_fetch_period", 60) }}
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
json iru_dict {{ iru_dict | tojson }}
json iru_dict {{ iru_dict | tojson }}
mode = 0775
mode = 0775
...
...
software/ors-amarisoft/ru/lopcomm/libinstance.jinja2.cfg
View file @
6a19e79d
...
@@ -35,7 +35,7 @@ context =
...
@@ -35,7 +35,7 @@ context =
key log_file :log-output
key log_file :log-output
key software_reply_json_log_file :software-reply-json-log-output
key software_reply_json_log_file :software-reply-json-log-output
key remote_file_path :remote-file-path
key remote_file_path :remote-file-path
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw buildout_directory_path {{ buildout_directory }}
raw buildout_directory_path {{ buildout_directory }}
key is_firmware_updated :is_firmware_updated
key is_firmware_updated :is_firmware_updated
...
@@ -82,7 +82,7 @@ context =
...
@@ -82,7 +82,7 @@ context =
section directory directory
section directory directory
section vtap vtap.{{ ru.cpri_link._tap }}
section vtap vtap.{{ ru.cpri_link._tap }}
key log_file :log-output
key log_file :log-output
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw buildout_directory_path {{ buildout_directory }}
raw buildout_directory_path {{ buildout_directory }}
raw CreateProcessingEle_template {{ ru_lopcomm_CreateProcessingEle_template }}
raw CreateProcessingEle_template {{ ru_lopcomm_CreateProcessingEle_template }}
...
@@ -123,7 +123,7 @@ context =
...
@@ -123,7 +123,7 @@ context =
key is_netconf_connected :is_netconf_connected
key is_netconf_connected :is_netconf_connected
key ncsession_json_log_file :ncsession-json-log-output
key ncsession_json_log_file :ncsession-json-log-output
key software_json_log_file :software-json-log-output
key software_json_log_file :software-json-log-output
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw buildout_directory_path {{ buildout_directory }}
raw buildout_directory_path {{ buildout_directory }}
import netaddr netaddr
import netaddr netaddr
...
@@ -186,7 +186,7 @@ context =
...
@@ -186,7 +186,7 @@ context =
section vtap vtap.{{ ru.cpri_link._tap }}
section vtap vtap.{{ ru.cpri_link._tap }}
key log_file :log-output
key log_file :log-output
key json_log_file :json-log-output
key json_log_file :json-log-output
raw testing {{
slapparameter_dict.get("testing", False)
}}
raw testing {{
testing
}}
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
raw python_path {{ buildout_directory}}/bin/pythonwitheggs
import netaddr netaddr
import netaddr netaddr
mode = 0775
mode = 0775
...
...
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