Commit d9c10066 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2212d8f4
......@@ -64,7 +64,7 @@ md5sum = 51c523ac1ee254e5cc4a150f29e0e291
[ru_lopcomm_software.jinja2.py]
_update_hash_filename_ = ru/lopcomm/software.jinja2.py
md5sum = 1cb238147b57241343a1e224f990265b
md5sum = f711b97a00317ecb4be33da6bacb0890
[lopcomm-rrh-supervision.jinja2.py]
_update_hash_filename_ = lopcomm-rrh-supervision.jinja2.py
......
......@@ -19,7 +19,6 @@ recipe = slapos.recipe.build:download
url = https://lab.nexedi.com/nexedi/ors-utils/raw/master/lopcomm-firmware/${:filename}
filename = PR.PRM61C70V1004.002.tar.gz
md5sum = 4e06fd62968f9f53fd819ef8d880a8f4
#destination = ${directory:etc}/${:filename}
[ru_lopcomm_ncclient_common.py]
<= download-base
......
......@@ -16,7 +16,8 @@ if __name__ == '__main__':
while True:
try:
firmware_check_file= '{{is_firmware_updated}}'
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")
# Fetch software inventory
inventory_vars = nc.get_inventory()
......
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