Changeset 2055


Ignore:
Timestamp:
Jan 31, 2009, 4:47:50 AM (15 years ago)
Author:
price
Message:

eth2 -> config.xen.network.iface

Location:
trunk/packages
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-xen-config/debian/changelog

    r2039 r2055  
    22
    33  * Move sysvms/* into xvm-prodconfig from invirt-xen-config
    4 
    5  -- Greg Price <price@mit.edu>  Fri, 30 Jan 2009 21:15:25 -0500
     4  * eth2 -> config.xen.network.iface
     5
     6 -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 04:43:54 -0500
    67
    78invirt-xen-config (0.0.20) unstable; urgency=low
  • trunk/packages/invirt-xen-config/invirt-database

    r1850 r2055  
    8585for n in machine.nics:
    8686    check(re.match('^[0-9a-fA-F:]+$', n.mac_addr) and re.match('^[0-9.]*$', n.ip))
    87     d = '%smac=%s, ip=%s, script=vif-invirtroute netdev=eth2' % (viftype, n.mac_addr, n.ip)
     87    d = ('%smac=%s, ip=%s, script=vif-invirtroute netdev=%s'
     88         % (viftype, n.mac_addr, n.ip, config.xen.network.iface))
    8889    vif.append(d)
    8990
  • trunk/packages/invirt-xen-config/vif-invirtroute

    r1426 r2055  
    6666        for addr in ${ip} ; do
    6767            ${cmdprefix} ip route ${ipcmd} ${addr} dev ${dev} src ${main_ip}
    68             arpspoof -i eth2 -t 18.181.0.1 ${addr}&
     68            arpspoof -i $(invirt-getconf xen.network.iface) -t 18.181.0.1 ${addr}&
    6969            sleep 5
    7070            kill %arpspoof
  • trunk/packages/xvm-devconfig/debian/changelog

    r2050 r2055  
    22
    33  * Include a trac stanza to make invirt-web happy.
     4  * xen.network.iface = eth0
    45
    5  -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 03:16:30 -0500
     6 -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 04:46:18 -0500
    67
    78xvm-devconfig (0.20) unstable; urgency=low
  • trunk/packages/xvm-devconfig/master.yaml

    r2050 r2055  
    3838 parent: mit.edu
    3939
    40 network:
    41  gateway: 18.181.0.1
    42  netmask: 255.255.0.0
     40xen:
     41 network:
     42  gateway: 18.181.0.1
     43  netmask: 255.255.0.0
     44  iface: eth0
    4345
    4446web:
  • trunk/packages/xvm-prodconfig/debian/changelog

    r2039 r2055  
    22
    33  * Move sysvms/* into xvm-prodconfig from invirt-xen-config
    4 
    5  -- Greg Price <price@mit.edu>  Fri, 30 Jan 2009 21:14:43 -0500
     4  * xen.network.iface = eth2
     5
     6 -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 04:45:41 -0500
    67
    78xvm-prodconfig (1.1.7) unstable; urgency=low
  • trunk/packages/xvm-prodconfig/master.yaml

    r1948 r2055  
    8383  - quentin
    8484  - hartmans
     85
     86xen:
     87 network:
     88  iface: eth2
Note: See TracChangeset for help on using the changeset viewer.