Correct NETCONF device configuration
[integration/test.git] / csit / variables / netconf / device / default / data.xml
1 <module xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
2   <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">prefix:sal-netconf-connector</type>
3   <name>$DEVICE_NAME</name>
4   <address xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">$DEVICE_IP</address>
5   <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">$DEVICE_PORT</port>
6   <login-password-unencrypted xmlns="urn:opendaylight:netconf-node-topology">
7     <username>$DEVICE_USER</username>
8     <password>$DEVICE_PASSWORD</password>
9   </login-password-unencrypted>
10   <tcp-only xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">false</tcp-only>
11   <event-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
12     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-event-executor</type>
13     <name>global-event-executor</name>
14   </event-executor>
15   <binding-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
16     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">prefix:binding-broker-osgi-registry</type>
17     <name>binding-osgi-broker</name>
18   </binding-registry>
19   <dom-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
20     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:dom-broker-osgi-registry</type>
21     <name>dom-broker</name>
22   </dom-registry>
23   <client-dispatcher xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
24     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:netconf">prefix:netconf-client-dispatcher</type>
25     <name>global-netconf-dispatcher</name>
26   </client-dispatcher>
27   <processing-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
28     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadpool</type>
29     <name>global-netconf-processing-executor</name>
30   </processing-executor>
31   <keepalive-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
32     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:scheduled-threadpool</type>
33     <name>global-netconf-ssh-scheduled-executor</name>
34   </keepalive-executor>
35 </module>