]> scripts.mit.edu Git - xen.git/commitdiff
Merge branch 'master' of ssh://scripts@scripts.mit.edu/mit/scripts/git/xen
authorroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:18:36 +0000 (16:18 -0400)
committerroot <root@conan-obrien.mit.edu>
Thu, 9 Jul 2009 20:18:36 +0000 (16:18 -0400)
Conflicts:

scripts-server

Previously uncommitted changes - add whole-enchilada, and reindent

1  2 
scripts-server

diff --combined scripts-server
index 4b78a03bab21baf5d6b28e0620b24db50bebb42e,d665280a08331a3728a986584385e702893ff952..377e277cf3db212ec9f9d35400257709a59b0b71
  vm_host = 0
  vm_mem  = 1
  vm_mac5 = 2
 -machines = { 'bees-knees'   : ['not-forward',  4096, 10],
 -             'cats-whiskers': ['not-forward',  7168, 20],
 -             'not-backward' : ['not-forward',  2048, 30],
 -             'busy-beaver'  : ['conan-obrien', 3072, 40],
 -             'pancake-bunny': ['conan-obrien', 3072, 50],
 +machines = { 'bees-knees'     : ['not-forward',  4096, 10],
-              'cats-whiskers'  : ['not-forward',  4096, 20],
-              'not-backward'   : ['not-forward',  4096, 30],
++             'cats-whiskers'  : ['not-forward',  7168, 20],
++             'not-backward'   : ['not-forward',  2048, 30],
 +             'busy-beaver'    : ['conan-obrien', 3072, 40],
 +             'pancake-bunny'  : ['conan-obrien', 3072, 50],
 +             'whole-enchilada': ['conan-obrien', 3072, 60],
             }
  vm = machines[machine_name]
  
@@@ -27,7 -26,6 +27,7 @@@ if 'install' in locals()
    # pub/fedora/linux/releases/test/11-Preview/Fedora/x86_64/os/isolinux/
    kernel = "/root/%s-install/vmlinuz" % install
    ramdisk = "/root/%s-install/initrd.img" % install
 +  extra = "selinux=0"
  elif 'type' in locals() and type == 'hvm':
    kernel = "/usr/lib/xen/boot/hvmloader"
    builder = "hvm"
@@@ -47,7 -45,7 +47,7 @@@ disk = [i % (vg, name) for i in ['phy:/
  vif = [i % mac5 for i in ['bridge=eth0, mac=ac:de:48:00:%s:01',
                            'bridge=eth1, mac=ac:de:48:00:%s:02']]
  
 -if builder != "hvm":
 +if 'builder' not in locals() or builder != "hvm":
    # https://bugzilla.redhat.com/show_bug.cgi?id=466681
    # pygrub uses cached and eventually outdated grub.conf, kernel and initrd
    file('/proc/sys/vm/drop_caches', 'w').write('1')