Changeset 10104 in genesis for nodes/proxy7


Ignore:
Timestamp:
Mar 11, 2012, 10:07:27 AM (13 years ago)
Author:
richardvm
Message:

yaml needed for gformat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/proxy7/wleiden.yaml

    r10067 r10104  
    22# vim:ts=2:et:sw=2:ai
    33#
    4 comment   : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's! Proxy is ook dhcpd server voor de lokale gebruikers, dus apart dnsmasq geinstalleerd en geconfigureerd "
    5 gateway   : "192.168.200.1"
    6 ileiden   : True
    7 interfaces: "sis0,sis1"
    8 internalif: "sis1"
    9 internalroute: "172.17.0.2"
    10 latitude  : "4.53567"
    11 location  : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"
    12 longitude : "52.15576"
    13 masterip  : "172.17.0.1"
    14 nodename  : "Proxy7"
    15 nodetype  : "Proxy"
    16 proxyid   : 7
     4comment   : " verbonden met 'vuil' internet van Zorggroep Rijnland
     5 lokaal ip en nameservers via dhcp
     6 LET OP: niet standaard configuratie ivm lokale ap's!
     7 Proxy is ook dhcpd server voor de lokale gebruikers,
     8 dus apart dnsmasq geinstalleerd en geconfigureerd
     9"
     10interfaces: sis0,sis1
     11latitude  : 0
     12location  : 'Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp'
     13longitude : 0
     14masterip  : 172.17.0.1
     15release   : 8.2-RELEASE
     16nodename  : Proxy7
     17nodetype  : Proxy
    1718rdnap_x   : 96728
    1819rdnap_y   : 463407
    19 release   : "8.2-RELEASE"
    20 status    : "up"
    21 
    22 
     20status    : up
     21ileiden   : yes
     22internalif: sis1
     23internalroute: 172.17.0.2
     24gateway: 192.168.200.1
     25proxyid: 7
    2326iface_sis0:
    24   comment    : "Link naar Router"
    25   interface  : "sis0"
    26   ip         : "192.168.200.100/24"
    27   desc       : "Link naar Router"
    28   sdesc      : "uplink"
    29   type       : "eth"
    30   dhcp       : "no"
    31   compass    : "None"
    32   status     : "up"
    33 
     27  comment    : 'Link naar Router'
     28  compass    : 'None'
     29  desc       : 'Link naar Router'
     30  dhcp       : 'no'
     31  interface  : 'sis0'
     32  ip         : '192.168.200.100/24'
     33  sdesc      : 'uplink'
     34  status     : 'up'
     35  type       : 'eth'
    3436
    3537iface_sis1:
    36   comment    : "Local 24-subnet to node and clients"
    37   interface  : "sis1"
    38   ip         : "172.17.0.1/28"
    39   desc       : "naar NodeLeythenrode and ap bridges"
    40   sdesc      : "Leythenrode_subnet"
    41   type       : "eth"
    42   dhcp       : "no"
    43   compass    : "None"
    44   status     : "up"
    45 
     38  comment    : 'Local 24-subnet to node and clients'
     39  compass    : 'None'
     40  desc       : 'naar NodeLeythenrode and ap bridges'
     41  dhcp       : 'no'
     42  interface  : 'sis1'
     43  ip         : '172.17.0.1/28'
     44  sdesc      : 'Leythenrode_subnet'
     45  status     : 'up'
     46  type       : 'eth'
    4647
    4748iface_sis1_alias0:
    48   comment    : "Local 24-subnet to node and clients"
    49   interface  : "sis1:0"
    50   ip         : "172.17.7.1/24"
    51   desc       : "naar NodeLeythenrode and local clients"
    52   sdesc      : "Leythenrode_subnet"
    53   type       : "eth"
    54   dhcp       : "no"
    55   compass    : "None"
    56   status     : "up"
     49  comment    : 'Local 24-subnet to node and clients'
     50  compass    : 'None'
     51  desc       : 'naar NodeLeythenrode and local clients'
     52  dhcp       : 'no'
     53  interface  : 'sis1:0'
     54  ip         : '172.17.7.1/24'
     55  sdesc      : 'Leythenrode_subnet'
     56  status     : 'up'
     57  type       : 'eth'
    5758
    58 
Note: See TracChangeset for help on using the changeset viewer.