Changeset 13844 in genesis for nodes/Rick


Ignore:
Timestamp:
Apr 28, 2017, 1:37:23 PM (8 years ago)
Author:
rick
Message:

gformat.py cleanup - cosmetic changes to sync all config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nodes/Rick/wleiden.yaml

    r13838 r13844  
    44board     : "ALIX2"
    55comment   : "None"
     6gateway   : "80.127.152.25"
    67ileiden   : True
    78latitude  : "52.145"
     
    910longitude : "4.517"
    1011masterip  : "172.17.34.1"
    11 gateway   : "80.127.152.25"
    12 serviceid : "172.31.254.9"
    1312monitoring_group: "wzoeterwoude"
    1413nodename  : "Rick"
     
    3433service_concentrator: False
    3534service_incoming_rdr: True
    36 service_proxy_ileiden: True 
     35service_proxy_ileiden: True
    3736service_proxy_normal: True
     37serviceid : "172.31.254.9"
    3838status    : "up"
    3939
    40 iface_bridge0:
    41   comment    : "Access Points"
    42   type       : "eth"
    43   ip         : "172.17.34.1/24"
    44   dhcp       : "10-240"
    45 
    46 iface_ue0:
    47   comment    : "Loco tegen het raam"
    48   parent     : "bridge0"
    49   sdesc      : "2buiten"
    50   mode       : "ap-wds"
    51   type       : "eth"
    52   ssid       : "Wifi Zoeterwoude"
    53   channel    : 1
    54   ns_ip      : "172.17.34.2/24"
    55   ns_mac     : "dc:9f:db:3e:19:a1"
    56   ns_type    : "ns2"
    57   bridge_type: "NanoStationLocoM2"
    58   status     : "up"
    5940
    6041iface_ath0:
     
    6849  status     : "up"
    6950
     51
     52iface_bridge0:
     53  comment    : "Access Points"
     54  ip         : "172.17.34.1/24"
     55  type       : "eth"
     56  dhcp       : "10-240"
     57  status     : "planned"
     58
     59
     60iface_ue0:
     61  comment    : "Loco tegen het raam"
     62  parent     : "bridge0"
     63  sdesc      : "2buiten"
     64  mode       : "ap-wds"
     65  type       : "eth"
     66  channel    : 1
     67  ssid       : "Wifi Zoeterwoude"
     68  ns_ip      : "172.17.34.2/24"
     69  ns_mac     : "dc:9f:db:3e:19:a1"
     70  ns_type    : "ns2"
     71  bridge_type: "NanoStationLocoM2"
     72  status     : "up"
     73
     74
     75iface_ue1:
     76  comment    : "Link to Server"
     77  ip         : "172.17.107.1/24"
     78  sdesc      : "2druif"
     79  type       : "eth"
     80  dhcp       : False
     81  status     : "up"
     82
     83
    7084iface_vr0:
    7185  comment    : "Uplink XS4ALL FTTH (VAS)"
     
    7589  dhcp       : False
    7690  status     : "up"
    77  
     91
    7892
    7993iface_vr1:
     
    93107  status     : "up"
    94108
     109
    95110iface_vr2:
    96111  comment    : "Link naar JVC"
     
    109124  status     : "up"
    110125
     126
    111127iface_vr2_alias0:
    112128  comment    : "Link naar Rick2"
     
    118134
    119135
    120 iface_ue1:
    121   comment    : "Link to Server"
    122   ip         : "172.17.107.1/24"
    123   sdesc      : "2druif"
    124   type       : "eth"
    125   dhcp       : False
    126   status     : "up"
Note: See TracChangeset for help on using the changeset viewer.