[PATCH] Add Condor Cloud driver to deltacloud

2011-07-21 Thread Ian Main
+ # string and we'll fill it in later using a condor tool to update the job. + pipe.puts +vm_ipaddr=\#{ip_addr}\ + pipe.puts '+HookKeyword=CLOUD' + pipe.puts +Cmd=\#{opts[:name]}\ + # Really the image should not be a full path to begin with I think.. + pipe.puts +cloud_image

[PATCH core] Add Condor Cloud driver to deltacloud

2011-07-25 Thread mfojtik
think we should set it to an empty + # string and we'll fill it in later using a condor tool to update the job. + pipe.puts +vm_ipaddr=\#{ip_addr}\ + pipe.puts '+HookKeyword=CLOUD' + pipe.puts +Cmd=\#{opts[:name]}\ + # Really the image should not be a full path to begin

Re: [PATCH] Add condor-cloud driver to deltacloud.

2011-07-26 Thread Michal Fojtik
should set it to an empty + # string and we'll fill it in later using a condor tool to update the job. + pipe.puts +vm_ipaddr=\#{ip_addr}\ + pipe.puts '+HookKeyword=CLOUD' + pipe.puts +Cmd=\#{opts[:name]}\ + # Really the image should not be a full path to begin