commit | 2e675b64cb6be33fe47ac985cce1387132c49e05 | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@opennetworking.org> | Wed Nov 01 16:16:17 2017 -0700 |
committer | Marc De Leenheer <marc@opennetworking.org> | Wed Nov 01 16:16:17 2017 -0700 |
tree | 67910513e4bc01b88d71ec792743606379c1896a | |
parent | 94a62afd690b23193c548ac283312f8cf4bca3e8 [diff] |
Increase netconf timeout values Change-Id: I4b808679c700f6218db5581dff1a2362b7291a1e
diff --git a/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2 b/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2 index d25fcc3..bb268bf 100644 --- a/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2 +++ b/roles/cord-profile/templates/carrierethernet-local-app.yaml.j2
@@ -33,8 +33,8 @@ component_config: > { "org.onosproject.netconf.ctl.impl.NetconfControllerImpl": { - "netconfConnectTimeout": "60", - "netconfReplyTimeout": "60" + "netconfConnectTimeout": "120", + "netconfReplyTimeout": "120" }, "org.opencord.ce.local.bigswitch.BigSwitchManager": { "domainId": "{{ ansible_default_ipv4.address }}-cord-onos"