Last change
on this file since 14279 was 13844, checked in by rick, 8 years ago |
gformat.py cleanup - cosmetic changes to sync all config files
|
File size:
1.1 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | gateway : "192.168.1.1"
|
---|
7 | ileiden : False
|
---|
8 | latitude : "52.1592"
|
---|
9 | location : "Breestraat 59 2311 CJ Leiden"
|
---|
10 | longitude : "4.4886"
|
---|
11 | masterip : "172.17.102.1"
|
---|
12 | monitoring_group: "wleiden"
|
---|
13 | nodename : "DimIns"
|
---|
14 | nodetype : "Hybrid"
|
---|
15 | rdnap_x : "93511"
|
---|
16 | rdnap_y : "463829"
|
---|
17 | release : "9.0-RELEASE"
|
---|
18 | service_accesspoint: False
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: True
|
---|
22 | service_proxy_normal: False
|
---|
23 | serviceid : "172.31.254.2"
|
---|
24 | status : "planned"
|
---|
25 | wl_release: 10805
|
---|
26 |
|
---|
27 |
|
---|
28 | iface_vr0:
|
---|
29 | comment : "Link naar Router"
|
---|
30 | ip : "192.168.1.50/24"
|
---|
31 | sdesc : "uplink"
|
---|
32 | type : "eth"
|
---|
33 | dhcp : "client"
|
---|
34 | status : "up"
|
---|
35 |
|
---|
36 |
|
---|
37 | iface_vr1:
|
---|
38 | comment : "Interlink naar Stadhuis"
|
---|
39 | ip : "172.16.4.108/29"
|
---|
40 | sdesc : "2stadhuis"
|
---|
41 | mode : "station-wds"
|
---|
42 | type : "eth"
|
---|
43 | channel : "116"
|
---|
44 | ssid : "il-nw.stadhuis.wleiden.net"
|
---|
45 | dhcp : False
|
---|
46 | compass : "zo"
|
---|
47 | ns_ip : "172.16.4.107/29"
|
---|
48 | ns_mac : "04:18:d6:ca:fd:d6"
|
---|
49 | bridge_type: "NanoM5"
|
---|
50 | status : "up"
|
---|
51 |
|
---|
52 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.