Commit 79714e45 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 016ccb5e
...@@ -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 = e22257ef526b0acc10a8203daa41028b md5sum = e5ca405581632c9ff9b435ff4a45d408
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
......
...@@ -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">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment