46fa4dedae60128a7ea9c8ad287c80281644d2b2
[sim/o1-interface.git] / ntsimulator / yang / nts-manager / network-topology-simulator.xml
1 <simulator-config xmlns="urn:onf:params:xml:ns:yang:network-topology-simulator">
2         <simulated-devices>0</simulated-devices>
3         <mounted-devices>0</mounted-devices>
4     <ssh-connections>1</ssh-connections>
5     <tls-connections>0</tls-connections>
6         <notification-config>
7                 <fault-notification-delay-period>0</fault-notification-delay-period>
8                 <ves-heartbeat-period>0</ves-heartbeat-period>
9                 <is-netconf-available>true</is-netconf-available>
10                 <is-ves-available>true</is-ves-available>
11         </notification-config>
12         <controller-details>
13                 <controller-ip>172.17.0.1</controller-ip>
14                 <controller-port>8181</controller-port>
15                 <controller-username>admin</controller-username>
16                 <controller-password>admin</controller-password>
17         </controller-details>
18         <ves-endpoint-details>
19                 <ves-endpoint-ip>172.17.0.1</ves-endpoint-ip>
20                 <ves-endpoint-port>30007</ves-endpoint-port>
21                 <ves-endpoint-auth-method>no-auth</ves-endpoint-auth-method>
22                 <ves-registration>false</ves-registration>
23         </ves-endpoint-details>
24 </simulator-config>