Changeset 10104 in genesis for nodes/proxy10


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/proxy10/wleiden.yaml

    r10067 r10104  
    33#
    44comment   : "None"
    5 gateway   : "192.168.0.1"
    6 ileiden   : False
    7 interfaces: "sis0,sis1"
    8 internalif: "sis0"
    9 internalroute: "172.22.0.65"
    10 latitude  : "4.44820"
    11 location  : "PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden"
    12 longitude : "52.15367"
    13 masterip  : "172.22.0.66"
    14 nodename  : "Proxy10"
    15 nodetype  : "Proxy"
    16 proxyid   : 10
     5interfaces: sis0,sis1
     6latitude  : 0
     7location  : 'PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden'
     8longitude : 0
     9masterip  : 172.22.0.66
     10release   : 8.2-RELEASE
     11nodename  : Proxy10
     12nodetype  : Proxy
    1713rdnap_x   : 90739
    1814rdnap_y   : 463249
    19 release   : "8.2-RELEASE"
    20 status    : "up"
    21 
    22 
     15status    : up
     16ileiden   : no
     17internalif: sis0
     18internalroute: 172.22.0.65
     19gateway: 192.168.0.1
     20proxyid: 10
    2321iface_sis0:
    24   comment    : "Ethernet"
    25   interface  : "sis0"
    26   ip         : "172.22.0.66/30"
    27   desc       : "Link naar Node zwaluw"
    28   sdesc      : "2zwaluwak"
    29   type       : "eth"
    30   dhcp       : "no"
    31   compass    : "None"
    32   status     : "up"
    33 
     22  comment    : 'Ethernet'
     23  compass    : 'None'
     24  desc       : 'Link naar Node zwaluw'
     25  dhcp       : 'no'
     26  interface  : 'sis0'
     27  ip         : '172.22.0.66/30'
     28  sdesc      : '2zwaluwak'
     29  status     : 'up'
     30  type       : 'eth'
    3431
    3532iface_sis1:
    36   comment    : "Link naar router"
    37   interface  : "sis1"
    38   ip         : "0.0.0.0/30"
    39   desc       : "Link naar router"
    40   sdesc      : "uplink"
    41   type       : "eth"
    42   dhcp       : "no"
    43   compass    : "None"
    44   dhcpclient : "yes"
    45   status     : "up"
     33  comment    : 'Link naar router'
     34  compass    : 'None'
     35  desc       : 'Link naar router'
     36  dhcp       : 'no'
     37  dhcpclient : 'yes'
     38  interface  : 'sis1'
     39  ip         : '0.0.0.0/30'
     40  sdesc      : 'uplink'
     41  status     : 'up'
     42  type       : 'eth'
    4643
    47 
Note: See TracChangeset for help on using the changeset viewer.