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
Ivan Tyagov
slapos
Commits
b05a62dc
Commit
b05a62dc
authored
Apr 30, 2024
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup names.
parent
437973f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
software/osie-coupler/buildout.hash.cfg
software/osie-coupler/buildout.hash.cfg
+1
-1
software/osie-coupler/instance-input-schema.json
software/osie-coupler/instance-input-schema.json
+2
-2
software/osie-coupler/instance.cfg.in
software/osie-coupler/instance.cfg.in
+2
-0
No files found.
software/osie-coupler/buildout.hash.cfg
View file @
b05a62dc
[instance-profile]
[instance-profile]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
17549c62b5ad20cfe2520fb2ef133c22
md5sum =
58c4cb94d5b91f5a6a7b07b0ff6e0dba
software/osie-coupler/instance-input-schema.json
View file @
b05a62dc
...
@@ -28,12 +28,12 @@
...
@@ -28,12 +28,12 @@
"type"
:
"integer"
,
"type"
:
"integer"
,
"default"
:
0
"default"
:
0
},
},
"key"
:
{
"
ssl_
key"
:
{
"description"
:
"The SSL key for OPC UA server."
,
"description"
:
"The SSL key for OPC UA server."
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
""
"default"
:
""
},
},
"cert"
:
{
"
ssl_
cert"
:
{
"description"
:
"The SSL cert for OPC UA server."
,
"description"
:
"The SSL cert for OPC UA server."
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
""
"default"
:
""
...
...
software/osie-coupler/instance.cfg.in
View file @
b05a62dc
...
@@ -43,6 +43,8 @@ configuration.heart_beat_id_list = ""
...
@@ -43,6 +43,8 @@ configuration.heart_beat_id_list = ""
configuration.network_address_url_data_type = opc.udp://224.0.0.22:4840/
configuration.network_address_url_data_type = opc.udp://224.0.0.22:4840/
configuration.heart_beat_timeout_interval = 100
configuration.heart_beat_timeout_interval = 100
configuration.network_interface = ""
configuration.network_interface = ""
configuration.ssl_key = ""
configuration.ssl_cert = ""
[directory]
[directory]
recipe = slapos.cookbook:mkdirectory
recipe = slapos.cookbook:mkdirectory
...
...
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