source: genesis/nodes/HybridVosko2/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.175.1"
10monitoring_group: "wleiden"
11nodename : "Vosko2"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
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.175.1/24"
26 sdesc : "ap-n"
27 mode : "ap"
28 type : "11b"
29 channel : "2"
30 ssid : "ap-WirelessLeiden-Vosko2"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Link naar rund"
37 ip : "172.16.17.153/29"
38 sdesc : "2rund"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-no.vosko2.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.17.154"
47 ns_mac : "00:15:6d:f3:35:7d"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Interlink w (Robijn)"
54 ip : "172.16.4.113/29"
55 sdesc : "2Robijn"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "140"
60 ssid : "il-w.vosko2.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.4.114/29"
64 ns_mac : "00:15:6d:f7:be:f7"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1_alias0:
70 comment : "Interlink w (Huub)"
71 ip : "172.16.4.121/29"
72 sdesc : "2huub"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 dhcp : False
76 status : "up"
77
78
79iface_vr1_alias1:
80 comment : "Interlink w (BCSte)"
81 ip : "172.16.3.155/29"
82 sdesc : "2bcste"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 dhcp : False
86 status : "up"
87
88
89iface_vr2:
90 comment : "Lokaal ethernet"
91 ip : "172.17.175.72/28"
92 sdesc : "ethernet"
93 type : "eth"
94 dhcp : False
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.