X-Git-Url: https://scripts.mit.edu/gitweb/xen.git/blobdiff_plain/05dba239d18fc2858df6bd507d815026a7c5c181..3fb90b5bd5b029304fe75224fe436a96616497de:/scripts-server diff --git a/scripts-server b/scripts-server index aaddc88..cf78b72 100644 --- a/scripts-server +++ b/scripts-server @@ -17,9 +17,10 @@ machines = { 'bees-knees' : ['david-letterman', 2, 6144, 10], 'not-backward' : ['david-letterman', 2, 2560, 30], 'busy-beaver' : ['conan-obrien', 2, 4096, 40], 'pancake-bunny' : ['conan-obrien', 2, 4096, 50], - 'whole-enchilada': ['conan-obrien', 1, 3072, 60], + 'whole-enchilada': ['jay-leno', 1, 2048, 60], 'real-mccoy' : ['jay-leno', 2, 4096, 70], - 'sipb-server-2' : ['jay-leno', 2, 1024, 80], + 'not-forward' : ['jay-leno', 2, 512, 80], + 'old-faithful' : ['jay-leno', 2, 1024, 90], } vm = machines[machine_name]