hi,
i'm having a problem with the latest git version when i do bin/cloud-
start from the poolparty dir. right at the end of the sequence, after
it has build the manifest, i get:
...
sent 2859232 bytes received 1006 bytes 64275.01 bytes/sec
total size is 2855687 speedup is 1.00
75.101.223.130 stderr => cp: 75.101.223.130 stderr => cannot stat `/
var/poolparty/dr_configure/chef/dna.json'75.101.223.130 stderr => : No
such file or directory75.101.223.130 stderr =>
Your cloud has started. Your ip is 75.101.223.130
so there's no successful chef run, and doing bin/cloud-ssh doesn't
present me with the motd that i specified in the hello world clouds.rb
file:
pool :sandbox do
instances 1..1
cloud :hello_world do
keypair "/Users/emiltin/.ec2/testpair"
has_file :name => "/etc/motd", :content => "Hello World!"
end
end
-emil