The configuration file

I don't have a reservation. I must change the deployeWAN (installator) configuration. The final configuration file is:

########## Local data ##########
## eWAN ssh-key to use
sshkey=.ssh/id_dsa_eWAN
## grid5000 user
user=msanchon
## sites
# portal site, to connect to
portal=lyon
# deploy site, final site to deploy
deploysite=lyon

########## OAR data ##########
## 0 for a use without previous reservation, the reservation number\
 if the contrary
usereservation=0
## reservation variables
# number of nodes to reserve (server included)
nodes=19
# for how many time in hours take the reservation
time=8
# reserve now for later (reservation for "+ x" hours later). format:\
 + hours
delay=+ 0

########## KADEPLOY data ##########
## image data
# images names (on the kaenvironement tool)
serverimgname=debian4eWANserver
clientimgname=debian4eWANclient
# image file names. real names of the images to register (will be used\
 if the images doesn't exists on the kaenvironments tool)
serverimgfile=debian4eWANserver.dsc
clientimgfile=debian4eWANclient.dsc
# path to the real images
imagepath=/home/lyon/msanchon/images
## image deployment
# deployment partition
partition=hda9

########## EWAN options ##########
## eWAN source deployment options
# choose to deploy ewan server (put its code on the node) or not
ewansourcedeploy=yes
# name of the ewan file to deploy (code file)
ewansourcefile=eWANgraphical.tar.bz2
## ewan program options (used on eWAN configuration, config.php)
# connection timeout for ssh
sshtimeout=3
## minimal cpu utilisation to choose a node to emulate to
# cpu router
cpurout=300
# cpu acces point
cpupt_acc=200
# cpu client
cpucli=100
# tocken_buffer paramenter (netem parameter, used on the link limitation)
tocken_buffer=15400000
# only used on the define logical topology tool
switch_routeur=0
# subnets available on the cluster (will be used to be the eWAN node \
 connection subnets)
subnetnumber=3
subnetnumber1ip=192.168.5.0
subnetnumber1mask=255.255.255.0
subnetnumber2ip=192.168.6.0
subnetnumber2mask=255.255.255.0
subnetnumber1ip=192.168.7.0
subnetnumber1mask=255.255.255.0

To prepare the installation tool, you must execute

eWANv2.0$ . prepare



sansol 2006-06-09