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
Nirina Malard
slapos
Commits
3fe14fa1
Commit
3fe14fa1
authored
Aug 17, 2023
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
78f6defe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
42 deletions
+1
-42
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/lopcomm-rrh-software.jinja2.py
software/ors-amarisoft/lopcomm-rrh-software.jinja2.py
+0
-41
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
3fe14fa1
...
...
@@ -36,7 +36,7 @@ md5sum = b34fe47a73890097fbc6ea6374aeb38d
[lopcomm-rrh-software.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-software.jinja2.py
md5sum =
2a5c10fde0066a959be00ff1ced29bef
md5sum =
a0387f81cbefec87429b119b429148b4
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
...
...
software/ors-amarisoft/lopcomm-rrh-software.jinja2.py
View file @
3fe14fa1
...
...
@@ -57,30 +57,6 @@ class LopcommNetconfClient:
self
.
logger
.
error
(
'Error sending custom RPC request: %s'
%
response
.
error
)
except
RPCError
as
e
:
self
.
logger
.
error
(
'Error sending custom RPC request: %s'
%
e
)
# def rpc_request(self, rpc_files):
# for rpc_file in rpc_files:
# with open(rpc_file) as f:
# rpc_xml = f.read()
#
# try:
# self.logger.info('Sending software management RPC request...')
# rpc_obj = RPC(rpc_xml, self.conn)
# rpc_obj.send()
# self.logger.info('Software management RPC request sent successfully')
# except RPCError as e:
# self.logger.error('Error sending software management RPC request: %s' % e)
#
# def rpc_request(self, rpc_files):
# for rpc_file in rpc_files:
# with open(rpc_file) as f:
# rpc_xml = f.read()
#
# try:
# self.logger.info('Sending software management RPC request...')
# self.conn.rpc(target='running', config=rpc_xml)
# self.logger.info('Software management RPC request sent successfully')
# except RPCError as e:
# self.logger.error('Error sending software management RPC request: %s' % e)
def
close
(
self
):
# Close not compatible between ncclient and netconf server
...
...
@@ -98,10 +74,6 @@ if __name__ == '__main__':
<slot-name>slot-1</slot-name>
<file-names>PR.PRM61C70V1002.K010927.tar.g</file-names>
</software-install>
<software-install xmlns="urn:o-ran:software-management:1.0">
<slot-name>slot-2</slot-name>
<file-names>PR.PRM61C70V1002.K010927.tar.g</file-names>
</software-install>
"""
nc
.
custom_rpc_request
(
custom_rpc_xml
)
...
...
@@ -112,16 +84,3 @@ if __name__ == '__main__':
time
.
sleep
(
10
)
finally
:
nc
.
close
()
#if __name__ == '__main__':
# nc = LopcommNetconfClient()
# while True:
# try:
# nc.connect("{{ netaddr.IPAddress(slap_configuration.get('tap-ipv6-gateway', '')) }}", 830, "oranuser", "oranpassword")
# nc.rpc_request(["{{ software_install_template }}"])
# break
# except Exception as e:
# nc.logger.debug('Got exception, waiting 10 seconds before reconnecting...')
# nc.logger.debug(e)
# time.sleep(10)
# finally:
# nc.close()
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