source: genesis/nodes/HybridDirkLos1/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.131.1"
10monitoring_group: "wleiden"
11nodename : "DirkLos1"
12nodetype : "Hybrid"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap noord"
25 ip : "172.17.45.1/24"
26 sdesc : "2ap2"
27 mode : "ap"
28 type : "11b"
29 channel : "3"
30 ssid : "ap2-WirelessLeiden-Dirklos"
31 dhcp : "10-250"
32 compass : "e"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Ethernet naar DirkLos2"
38 ip : "172.16.3.58/30"
39 sdesc : "2DLos2"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_ue0_alias0:
46 comment : "Local Ethernet"
47 ip : "172.16.176.66/27"
48 sdesc : "localeth"
49 type : "eth"
50 dhcp : False
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet to interlink oost"
56 ip : "172.16.4.156/29"
57 sdesc : "2geluidsnet1"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "140"
62 ssid : "il-zw.geluidsnet1.wleiden.net"
63 dhcp : False
64 compass : "zo"
65 ns_ip : "172.16.4.155/29"
66 ns_mac : "00:15:6d:f6:be:ff"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Ethernet to interlink south-east (Vosko3)"
73 ip : "172.16.4.76/29"
74 sdesc : "2Vosko3"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "100"
79 ssid : "il-wnw.vosko3.wleiden.net"
80 dhcp : False
81 compass : "zo"
82 ns_ip : "172.16.4.75/29"
83 ns_mac : "00:15:6d:f6:be:eb"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Ethernet to interlink west (Cam)"
90 ip : "172.16.4.89/29"
91 sdesc : "2cam"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "44"
96 ssid : "il-zw.dirklos1.wleiden.net"
97 dhcp : False
98 compass : "z"
99 ns_ip : "172.16.4.90/29"
100 ns_mac : "00:15:6d:70:53:52"
101 bridge_type: "NanoStation5"
102 status : "down"
103
104
Note: See TracBrowser for help on using the repository browser.