Last change
on this file since 10463 was 10463, checked in by rick, 13 years ago |
Literal False should actually be a boolean false, to make parsing more easy.
|
File size:
2.3 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
[10435] | 4 | board : "ALIX2"
|
---|
[10059] | 5 | comment : "None"
|
---|
[10116] | 6 | ileiden : True
|
---|
[10374] | 7 | latitude : "52.15060"
|
---|
[10116] | 8 | location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
|
---|
[10374] | 9 | longitude : "4.52066"
|
---|
[10116] | 10 | masterip : "172.18.128.1"
|
---|
| 11 | nodename : "DeClercq"
|
---|
| 12 | nodetype : "CNode"
|
---|
[10059] | 13 | rdnap_x : 95694
|
---|
| 14 | rdnap_y : 462845
|
---|
[10116] | 15 | release : "8.2-RELEASE"
|
---|
| 16 | status : "up"
|
---|
[10059] | 17 |
|
---|
[10116] | 18 |
|
---|
[10059] | 19 | iface_ath0:
|
---|
[10116] | 20 | comment : "Ap voor buurt"
|
---|
| 21 | interface : "ath0"
|
---|
| 22 | ip : "172.18.128.1/26"
|
---|
| 23 | desc : "AP voor de buurt"
|
---|
| 24 | sdesc : "ap"
|
---|
| 25 | mode : "ap-wds"
|
---|
| 26 | type : "11b"
|
---|
| 27 | channel : "4"
|
---|
[10156] | 28 | ssid : "ap-WirelessLeiden-Declercq"
|
---|
[10116] | 29 | dhcp : "10-60"
|
---|
| 30 | card_option: "mode 11b"
|
---|
| 31 | compass : "None"
|
---|
| 32 | status : "up"
|
---|
[10059] | 33 |
|
---|
| 34 |
|
---|
[10116] | 35 | iface_ue0:
|
---|
| 36 | comment : "a-link to Stadhuis via 8772b-adapter en Nanostation5"
|
---|
| 37 | interface : "ue0"
|
---|
| 38 | ip : "172.16.3.212/29"
|
---|
| 39 | desc : "ethernet"
|
---|
| 40 | sdesc : "2stadhuis"
|
---|
| 41 | mode : "station-wds"
|
---|
| 42 | type : "eth"
|
---|
| 43 | extra_type : "eth2wifibridge"
|
---|
| 44 | channel : "60"
|
---|
| 45 | ssid : "il-o.stadhuis.wleiden.net"
|
---|
[10463] | 46 | dhcp : False
|
---|
[10116] | 47 | compass : "e"
|
---|
| 48 | ns_ip : "172.16.3.211/29"
|
---|
| 49 | ns_mac : "00:15:6d:ea:f0:63"
|
---|
[10386] | 50 | status : "up"
|
---|
[10116] | 51 |
|
---|
| 52 |
|
---|
[10059] | 53 | iface_vr0:
|
---|
[10116] | 54 | comment : "ethernet"
|
---|
| 55 | interface : "vr0"
|
---|
| 56 | ip : "172.16.4.53/30"
|
---|
| 57 | desc : "local ethernet"
|
---|
| 58 | sdesc : "2proxy9"
|
---|
| 59 | type : "eth"
|
---|
[10454] | 60 | dhcp : False
|
---|
[10116] | 61 | compass : "None"
|
---|
| 62 | status : "up"
|
---|
[10059] | 63 |
|
---|
[10116] | 64 |
|
---|
[10059] | 65 | iface_vr1:
|
---|
[10116] | 66 | comment : "a-link to Roomburgh3 via Nanostation5"
|
---|
| 67 | interface : "vr1"
|
---|
| 68 | ip : "172.16.5.185/29"
|
---|
| 69 | desc : "Ethernet to interlink west (Roomburgh3)"
|
---|
| 70 | sdesc : "2roomburgh3"
|
---|
| 71 | mode : "ap-wds"
|
---|
| 72 | type : "eth"
|
---|
| 73 | extra_type : "eth2wifibridge"
|
---|
| 74 | channel : "36"
|
---|
| 75 | ssid : "il-w.declercq.wleiden.net"
|
---|
[10463] | 76 | dhcp : False
|
---|
[10116] | 77 | compass : "w"
|
---|
| 78 | ns_ip : "172.16.5.186/29"
|
---|
| 79 | ns_mac : "00:15:6d:ea:f0:70"
|
---|
| 80 | status : "up"
|
---|
[10059] | 81 |
|
---|
[10116] | 82 |
|
---|
| 83 | iface_vr2:
|
---|
| 84 | comment : "a-link to Leythenrode via Nanostation5"
|
---|
| 85 | interface : "vr2"
|
---|
| 86 | ip : "172.16.5.172/29"
|
---|
| 87 | desc : "ethernet"
|
---|
| 88 | sdesc : "2leythenrode"
|
---|
| 89 | mode : "station-wds"
|
---|
| 90 | type : "eth"
|
---|
| 91 | extra_type : "eth2wifibridge"
|
---|
| 92 | channel : "44"
|
---|
| 93 | ssid : "il-zw.leythenrode.wleiden.net"
|
---|
[10463] | 94 | dhcp : False
|
---|
[10116] | 95 | compass : "sw"
|
---|
| 96 | ns_ip : "172.16.5.171/29"
|
---|
| 97 | ns_mac : "00:15:6d:ea:f0:7b"
|
---|
[10386] | 98 | status : "up"
|
---|
[10116] | 99 |
|
---|
| 100 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.