[pisa-src] r2499 - trunk/tools/testbed/pisa-testbed_vms/config

  • From: Samuel Richter <samuel.richter@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 03 Apr 2011 19:39:05 +0200

Author: richter
Date: Sun Apr  3 19:39:05 2011
New Revision: 2499

Log:
- add hipl and pisa to the virtual testbed config
- point virtualbox to the public live-cd folder /projects/pisa/live-cds

Modified:
   trunk/tools/testbed/pisa-testbed_vms/config

Modified: trunk/tools/testbed/pisa-testbed_vms/config
==============================================================================
--- trunk/tools/testbed/pisa-testbed_vms/config Sun Apr  3 19:36:07 2011        
(r2498)
+++ trunk/tools/testbed/pisa-testbed_vms/config Sun Apr  3 19:39:05 2011        
(r2499)
@@ -12,7 +12,10 @@
 ROUTERA="default"
 ROUTERB="default"
 CLIENT="default"
-DEFAULT="ubuntu_live"
+DEFAULT="ubuntu_live hipl pisa"
+
+PISA_PATH=$HOME/src/pisa
+HIPL_PATH=$HOME/src/hipl
 
 SERVER_IP=1
 ROUTERA_IP=100
@@ -34,7 +37,8 @@
 ROUTERB_SSH_PORT=34107
 CLIENT_SSH_PORT=34108
 
-VBOX_ISO="$TESTBED_PATH/bin/PisaLive-tester_amd64.iso"
+# live-cd image, created as root with the ubuntu_live script in the pisa-tree
+VBOX_ISO="/projects/pisa/live-cds/PisaLive-tester_amd64_maverick.iso"
 
 # Optional: Specify disk-image to be used in vbox
 #SERVER_DISKFILE=/srv/power/pisa/vms/richter/pisa-testbed-server.vdi
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2499 - trunk/tools/testbed/pisa-testbed_vms/config - Samuel Richter