X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/blobdiff_plain/130077542010d4d04f9f1bd5beb1dd45065ca517:/sysvms/s_remote.mako..c5a500a2c8957be8e3104d74ff998fa8af2d82d6:/sysvms/s_remote diff --git a/sysvms/s_remote.mako b/sysvms/s_remote similarity index 75% rename from sysvms/s_remote.mako rename to sysvms/s_remote index d710e46..7744102 100644 --- a/sysvms/s_remote.mako +++ b/sysvms/s_remote @@ -1,6 +1,4 @@ -<% -from invirt.config import structs as cfg -%> + import os release = os.uname()[2] @@ -12,7 +10,7 @@ disk = ['phy:xenvg/s_remote_hda,hda,w'] name = 's_remote' -vif = [ 'ip=${cfg.remote.ip},mac=00:16:3E:7F:C2:55' ] +vif = [ 'ip=18.181.0.188,mac=00:16:3E:7F:C2:55' ] on_poweroff = 'destroy' on_reboot = 'restart' @@ -20,3 +18,4 @@ on_crash = 'restart' root = "/dev/hda1 ro" extra = '2 console=xvc0' +