-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrgraph.yml
More file actions
29 lines (29 loc) · 742 Bytes
/
srgraph.yml
File metadata and controls
29 lines (29 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Data path to SROS YANG models to speed up communication and avoid loading them. Pls use https://github.com/nokia/7x50_YangModels.git
yang_path: './7x50_YangModels/YANG'
# Root node is used to identify node system IDs and names. Nodes aren't in the topology DB will be reflected as orphaned.
root:
host: 127.0.0.1
user: 'netconf'
pwd: 'nokia123'
netconf_port: 1831
nodes:
# sre2
- host: 127.0.0.1
user: 'netconf'
pwd: 'nokia123'
netconf_port: 1832
# sre3
- host: 127.0.0.1
user: 'netconf'
pwd: 'nokia123'
netconf_port: 1833
# sre4
- host: 127.0.0.1
user: 'netconf'
pwd: 'nokia123'
netconf_port: 1834
# sre5
- host: 127.0.0.1
user: 'netconf'
pwd: 'nokia123'
netconf_port: 1835