source: genesis/nodes/HybridUniGorN/wleiden.yaml@ 11325

Last change on this file since 11325 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: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16825"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45966"
9masterip : "172.19.135.1"
10monitoring_group: "wleiden"
11nodename : "UniGorN"
12nodetype : "Hybrid"
13rdnap_x : 91544
14rdnap_y : 464861
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Oegstgeest richting N"
24 ip : "172.19.135.1/24"
25 sdesc : "n"
26 mode : "ap"
27 type : "11b"
28 channel : "4"
29 ssid : "ap-WirelessLeiden-Unigor-noord"
30 dhcp : "10-250"
31 compass : "n"
32 status : "up"
33
34
35iface_ue0:
36 comment : "Link naar Kaag2"
37 ip : "172.16.17.73/29"
38 sdesc : "2kaag2"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "140"
43 ssid : "il-no.unigorn.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.17.74/29"
47 ns_mac : "00:27:22:10:FD:F8"
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_ue0_alias0:
53 comment : "A Link naar Hofwijck"
54 ip : "172.16.17.233/29"
55 sdesc : "2hofwijck"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr0:
62 comment : "A Link naar Aster"
63 ip : "172.16.17.97/29"
64 sdesc : "2Aster"
65 mode : "station-wds"
66 type : "eth"
67 channel : "104"
68 ssid : "il-o.unigorn.wleiden.net"
69 dhcp : False
70 compass : "nw"
71 ns_ip : "172.16.17.98/29"
72 ns_mac : "00:15:6d:ea:f0:64"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr0_alias0:
78 comment : "A Link naar Psycho"
79 ip : "172.16.16.105/29"
80 sdesc : "2Psycho"
81 type : "eth"
82 dhcp : False
83 status : "up"
84
85
86iface_vr1:
87 comment : "Link naar Rustenborch"
88 ip : "172.16.17.241/29"
89 sdesc : "2rustenborch"
90 mode : "station-wds"
91 type : "eth"
92 channel : "128"
93 ssid : "il-n.unigorn.wleiden.net"
94 dhcp : False
95 compass : "n"
96 ns_ip : "172.16.17.242/29"
97 ns_mac : "00:15:6d:f2:37:fa"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
102iface_vr1_alias0:
103 comment : "Link naar LIACS"
104 ip : "172.16.4.45/30"
105 sdesc : "2liacs"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
111iface_vr2:
112 comment : "EthernetLink naar UniGor nodes"
113 ip : "172.19.128.67/28"
114 sdesc : "2unigor"
115 type : "eth"
116 dhcp : False
117 status : "up"
118
119
Note: See TracBrowser for help on using the repository browser.