Refactor folder structure.
[sim/o1-interface.git] / ntsimulator / deploy / o-ran-sc / o-ran-ru / stock_config.xml
1 <netconf-server xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-server">
2   <listen>
3     <endpoint>
4       <name>MNG0</name>
5       <ssh>
6         <address>0.0.0.0</address>
7         <port>830</port>
8         <host-keys>
9           <host-key>
10             <name>imported SSH key</name>
11             <public-key>ssh_host_rsa_key</public-key>
12           </host-key>
13         </host-keys>
14       </ssh>
15     </endpoint>
16     <endpoint>
17       <name>MNG1</name>
18       <ssh>
19         <address>0.0.0.0</address>
20         <port>831</port>
21         <host-keys>
22           <host-key>
23             <name>imported SSH key</name>
24             <public-key>ssh_host_rsa_key</public-key>
25           </host-key>
26         </host-keys>
27       </ssh>
28     </endpoint>
29     <endpoint>
30       <name>MNG2</name>
31       <ssh>
32         <address>0.0.0.0</address>
33         <port>832</port>
34         <host-keys>
35           <host-key>
36             <name>imported SSH key</name>
37             <public-key>ssh_host_rsa_key</public-key>
38           </host-key>
39         </host-keys>
40       </ssh>
41     </endpoint>
42     <endpoint>
43       <name>MNG3</name>
44       <ssh>
45         <address>0.0.0.0</address>
46         <port>833</port>
47         <host-keys>
48           <host-key>
49             <name>imported SSH key</name>
50             <public-key>ssh_host_rsa_key</public-key>
51           </host-key>
52         </host-keys>
53       </ssh>
54     </endpoint>
55     <endpoint>
56       <name>MNG4</name>
57       <ssh>
58         <address>0.0.0.0</address>
59         <port>834</port>
60         <host-keys>
61           <host-key>
62             <name>imported SSH key</name>
63             <public-key>ssh_host_rsa_key</public-key>
64           </host-key>
65         </host-keys>
66       </ssh>
67     </endpoint>
68     <endpoint>
69       <name>MNG5</name>
70       <ssh>
71         <address>0.0.0.0</address>
72         <port>835</port>
73         <host-keys>
74           <host-key>
75             <name>imported SSH key</name>
76             <public-key>ssh_host_rsa_key</public-key>
77           </host-key>
78         </host-keys>
79       </ssh>
80     </endpoint>
81     <endpoint>
82       <name>MNG6</name>
83       <ssh>
84         <address>0.0.0.0</address>
85         <port>836</port>
86         <host-keys>
87           <host-key>
88             <name>imported SSH key</name>
89             <public-key>ssh_host_rsa_key</public-key>
90           </host-key>
91         </host-keys>
92       </ssh>
93     </endpoint>
94   </listen>
95 </netconf-server>