Commit 773c6bb6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8fc018d8
......@@ -60,7 +60,7 @@ md5sum = 059fa51fd30372e4382e1c143e718791
[ru_lopcomm_config.jinja2.py]
_update_hash_filename_ = ru/lopcomm/config.jinja2.py
md5sum = 5155589ccd459dd51acce56cce9fdc8c
md5sum = 51c523ac1ee254e5cc4a150f29e0e291
[ru_lopcomm_software.jinja2.py]
_update_hash_filename_ = ru/lopcomm/software.jinja2.py
......
......@@ -10,7 +10,8 @@ if __name__ == '__main__':
try:
# XXX ::1 temp - kill
nc.connect("{{ netaddr.IPAddress(slap_configuration.get('XXXtap-ipv6-gateway', '::1')) }}", 830, "oranuser", "oranpassword")
nc.edit_config(["{{ ru_lopcomm_CreateProcessingEle_template }}", "{{ ru_lopcomm_cu_config_template }}"])
# XXX CreateProcessingEle should be also RU-specific ?
nc.edit_config(["{{ ru_lopcomm_CreateProcessingEle_template }}", "{{ cu_config_template }}"])
break
except Exception as e:
nc.logger.debug('Got exception, waiting 10 seconds before reconnecting...')
......
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