Ignore:
Timestamp:
Feb 3, 2009, 1:42:27 AM (15 years ago)
Author:
price
Message:

ship s_master etc rather than s_master.mako etc

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-prodconfig/sysvms/s_remote

    r2088 r2089  
    1 <%
    2 from invirt.config import structs as cfg
    3 %>
     1
    42import os
    53
     
    1311name        = 's_remote'
    1412
    15 vif         = [ 'ip=${cfg.remote.ip},mac=00:16:3E:7F:C2:55' ]
     13vif         = [ 'ip=18.181.0.188,mac=00:16:3E:7F:C2:55' ]
    1614
    1715on_poweroff = 'destroy'
     
    2119root = "/dev/hda1 ro"
    2220extra = '2 console=xvc0'
     21
Note: See TracChangeset for help on using the changeset viewer.