source: genesis/nodes/HybridROC2/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.4 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.14498"
[10116]7location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
[10881]8longitude : "4.49342"
[10116]9masterip : "172.21.1.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "ROC2"
[11231]12nodetype : "Hybrid"
[10059]13rdnap_x : 93822
14rdnap_y : 462243
[11231]15release : "9.0-RELEASE"
16service_accesspoint: True
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
[10116]20status : "up"
[10059]21
22
23iface_ath0:
[10885]24 comment : "AP Noord"
[11231]25 ip : "172.21.1.1/24"
[10116]26 sdesc : "ap-n"
[10703]27 mode : "ap"
[10116]28 type : "11b"
29 channel : "3"
[10156]30 ssid : "ap-WirelessLeiden-Roc2"
[11231]31 dhcp : "10-250"
[10116]32 status : "up"
[10059]33
34
[10116]35iface_ue0:
[10885]36 comment : "Link naar Zwet"
[10116]37 ip : "172.16.5.49/29"
38 sdesc : "2zwet"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "100"
43 ssid : "il-z.roc2.wleiden.net"
[10454]44 dhcp : False
[10729]45 compass : "z"
[10116]46 ns_ip : "172.16.5.50/29"
47 ns_mac : "00:27:22:8a:38:38"
[10892]48 bridge_type: "NanoStation M5"
[10116]49 status : "down"
50
51
52iface_ue1:
[10888]53 comment : "Link naar LCPL"
[10116]54 ip : "172.16.5.17/29"
55 sdesc : "2lcpl"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "116"
60 ssid : "il-w.roc2.wleiden.net"
[10454]61 dhcp : False
[10116]62 compass : "w"
63 ns_ip : "172.16.5.18/29"
64 ns_mac : "00:15:6d:70:54:a3"
[10892]65 bridge_type: "NanoStation5"
[10116]66 status : "down"
67
68
[10059]69iface_vr0:
[10116]70 comment : "Ethernet naar ROC1"
71 ip : "172.16.3.90/30"
72 sdesc : "2roc1"
73 type : "eth"
[10454]74 dhcp : False
[10116]75 status : "up"
[10059]76
[10116]77
[10059]78iface_vr1:
[10116]79 comment : "Link naar JVC - 080"
80 ip : "172.16.5.36/29"
81 sdesc : "2jvc"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "108"
86 ssid : "il-w.jvc.wleiden.net"
[10454]87 dhcp : False
[10729]88 compass : "o"
[10116]89 ns_ip : "172.16.5.35/29"
90 ns_mac : "00:27:22:8a:3b:d5"
[10892]91 bridge_type: "NanoStation M5"
[10116]92 status : "up"
[10059]93
[10116]94
95iface_vr2:
96 comment : "Link naar Grip - 260"
97 ip : "172.16.5.25/29"
98 sdesc : "2grip"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "52"
103 ssid : "il-nw.roc2.wleiden.net"
[10454]104 dhcp : False
[10116]105 compass : "nw"
106 ns_ip : "172.16.5.26/29"
107 ns_mac : "00:15:6d:70:50:42"
[10892]108 bridge_type: "NanoStation5"
[10116]109 status : "down"
110
111
Note: See TracBrowser for help on using the repository browser.