source: genesis/nodes/HybridUniGor2/wleiden.yaml@ 11387

Last change on this file since 11387 was 11325, checked in by rick, 12 years ago

Groepeer nodes naar monitoring_group, handig om bijvoorbeeld een kleine nagios instantie op te zetten voor een kleinere groep machines.

File size: 1.8 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.16782"
[10116]7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
[10881]8longitude : "4.45961"
[10116]9masterip : "172.22.8.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "UniGor2"
[11261]12nodetype : "Hybrid"
[10059]13rdnap_x : 91540
14rdnap_y : 464813
[11261]15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
[10116]19status : "up"
[10059]20
[11322]21
[10059]22iface_ath0:
[10116]23 comment : "AP Richting zuid"
24 ip : "172.22.8.1/24"
25 sdesc : "ap-zuid"
[10703]26 mode : "ap"
[10116]27 type : "11b"
28 channel : "7"
[10156]29 ssid : "ap-WirelessLeiden-Unigor-zuid"
[10116]30 dhcp : "10-250"
31 status : "up"
[10059]32
33
34iface_vr0:
[10885]35 comment : "Ethernet naar server en Gorlaeus nodes"
[10116]36 ip : "172.19.128.66/28"
37 sdesc : "eth"
38 type : "eth"
[10454]39 dhcp : False
[10116]40 status : "up"
[10059]41
[10321]42
[10059]43iface_vr1:
[11322]44 comment : "B-Link naar Brug"
[10116]45 ip : "172.16.16.129/29"
[10386]46 sdesc : "2brug"
[11261]47 mode : "ap-wds"
[10116]48 type : "eth"
49 channel : "7"
50 ssid : "n-o.unigor.wleiden.net"
[10454]51 dhcp : False
[10116]52 compass : "e"
53 ns_ip : "172.16.16.130/29"
54 ns_mac : "00:15:6d:e8:e6:9b"
[10386]55 status : "down"
[10059]56
[10399]57
[10116]58iface_vr1_alias0:
[11322]59 comment : "B-Link naar AZC via bullet 2"
[10116]60 ip : "172.16.0.165/30"
61 sdesc : "2azc"
62 type : "eth"
63 extra_type : "eth2wifibridge"
[10454]64 dhcp : False
[10116]65 status : "up"
[10059]66
[10116]67
68iface_vr2:
[11322]69 comment : "Link naar DirkLos2"
[10116]70 ip : "172.16.4.1/29"
71 sdesc : "2DirkLos2"
[11261]72 mode : "ap-wds"
[10116]73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "149"
76 ssid : "il-o.unigor2.wleiden.net"
[10454]77 dhcp : False
[10729]78 compass : "o"
[10116]79 ns_ip : "172.16.4.2/29"
80 ns_mac : "00:15:6d:d0:14:75"
[10892]81 bridge_type: "NanoStation5"
[10116]82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.