Changeset 10104 in genesis for nodes/proxy97


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

    r10067 r10104  
    33#
    44comment   : "None"
    5 gateway   : "10.0.1.1"
    6 ileiden   : True
    7 interfaces: "sis0,sis1"
    8 internalif: "sis1"
    9 internalroute: "172.17.169.65"
    10 latitude  : "4.49646"
    11 location  : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
    12 longitude : "52.15395"
    13 masterip  : "172.17.169.66"
    14 nodename  : "Proxy97"
    15 nodetype  : "Proxy"
    16 proxyid   : 97
     5interfaces: sis0,sis1
     6latitude  : 0
     7location  : 'CeTIM office, Plantsoen 97, 2311 KL, Leiden'
     8longitude : 0
     9masterip  : 172.17.169.66
     10release   : 8.0-RELEASE
     11nodename  : Proxy97
     12nodetype  : Proxy
    1713rdnap_x   : 94042
    1814rdnap_y   : 463238
    19 release   : "8.0-RELEASE"
    20 status    : "up"
    21 
    22 
     15status    : up
     16ileiden   : yes
     17internalif: sis1
     18internalroute: 172.17.169.65
     19gateway: 10.0.1.1
     20proxyid: 97
    2321iface_sis0:
    24   comment    : "link naar router"
    25   interface  : "sis0"
    26   ip         : "10.0.1.100/24"
    27   desc       : "naar router"
    28   sdesc      : "uplink"
    29   type       : "eth"
    30   dhcp       : "no"
    31   compass    : "None"
    32   status     : "up"
    33 
     22  comment    : 'link naar router'
     23  compass    : 'None'
     24  desc       : 'naar router'
     25  dhcp       : 'no'
     26  interface  : 'sis0'
     27  ip         : '10.0.1.100/24'
     28  sdesc      : 'uplink'
     29  status     : 'up'
     30  type       : 'eth'
    3431
    3532iface_sis1:
    36   comment    : "link naar NodePlantsoen2"
    37   interface  : "sis1"
    38   ip         : "172.17.169.66/28"
    39   desc       : "Link naar NodePlantsoen2"
    40   sdesc      : "downlink"
    41   type       : "eth"
    42   dhcp       : "no"
    43   compass    : "None"
    44   status     : "up"
     33  comment    : 'link naar NodePlantsoen2'
     34  compass    : 'None'
     35  desc       : 'Link naar NodePlantsoen2'
     36  dhcp       : 'no'
     37  interface  : 'sis1'
     38  ip         : '172.17.169.66/28'
     39  sdesc      : 'downlink'
     40  status     : 'up'
     41  type       : 'eth'
    4542
    46 
Note: See TracChangeset for help on using the changeset viewer.