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