You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to deploy 50 nodes with Grid5000 vagrant provider. Using the
current version, I should define 50 box in the VagrantFile that will make 50 OAR reservations.
My question is how can instanciate 50 boxes using one reservation?
May be i will be done by adding g5k.nodes parameter:
params = { :site => cfg.site, :walltime => walltime, :properties => cfg.properties, :queue => cfg.queue,:nodes => cfg.nodes, :env => cfg.env, :keys => f.gsub('.pub', ''), :name => "vagrant-g5k" }
The text was updated successfully, but these errors were encountered:
I want to deploy 50 nodes with Grid5000 vagrant provider. Using the
current version, I should define 50 box in the VagrantFile that will make 50 OAR reservations.
My question is how can instanciate 50 boxes using one reservation?
May be i will be done by adding g5k.nodes parameter:
params = { :site => cfg.site, :walltime => walltime, :properties => cfg.properties, :queue => cfg.queue,:nodes => cfg.nodes, :env => cfg.env, :keys => f.gsub('.pub', ''), :name => "vagrant-g5k" }
The text was updated successfully, but these errors were encountered: