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
79714e45
Commit
79714e45
authored
Oct 13, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
016ccb5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/ru/lopcomm/supervision.jinja2.py
software/ors-amarisoft/ru/lopcomm/supervision.jinja2.py
+2
-1
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
79714e45
...
@@ -64,11 +64,11 @@ md5sum = 51c523ac1ee254e5cc4a150f29e0e291
...
@@ -64,11 +64,11 @@ md5sum = 51c523ac1ee254e5cc4a150f29e0e291
[ru_lopcomm_software.jinja2.py]
[ru_lopcomm_software.jinja2.py]
_update_hash_filename_ = ru/lopcomm/software.jinja2.py
_update_hash_filename_ = ru/lopcomm/software.jinja2.py
md5sum =
f711b97a00317ecb4be33da6bacb0890
md5sum =
d7b8a8fb396b3a94839663732798928b
[ru_lopcomm_supervision.jinja2.py]
[ru_lopcomm_supervision.jinja2.py]
_update_hash_filename_ = ru/lopcomm/supervision.jinja2.py
_update_hash_filename_ = ru/lopcomm/supervision.jinja2.py
md5sum = e
22257ef526b0acc10a8203daa41028b
md5sum = e
5ca405581632c9ff9b435ff4a45d408
[template-enb]
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
_update_hash_filename_ = instance-enb.jinja2.cfg
...
...
software/ors-amarisoft/ru/lopcomm/supervision.jinja2.py
View file @
79714e45
...
@@ -15,7 +15,8 @@ if __name__ == '__main__':
...
@@ -15,7 +15,8 @@ if __name__ == '__main__':
)
)
try
:
try
:
netconf_check_file
=
'{{ is_netconf_connected }}'
netconf_check_file
=
'{{ is_netconf_connected }}'
nc
.
connect
(
"{{ netaddr.IPAddress(slap_configuration.get('tap-ipv6-gateway', '')) }}"
,
830
,
"oranuser"
,
"oranpassword"
)
# XXX ::1 temp - kill
nc
.
connect
(
"{{ netaddr.IPAddress(slap_configuration.get('XXXtap-ipv6-gateway', '::1')) }}"
,
830
,
"oranuser"
,
"oranpassword"
)
supervision_subscription_rpc_xml
=
"""
supervision_subscription_rpc_xml
=
"""
<create-subscription xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
<create-subscription xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0">
...
...
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