nii-cloud / dodai-deploy

Deployment Tool for OpenStack(Nova, Glance and Swift) and Hadoop using Puppet
https://github.com/nii-cloud/dodai-deploy/wiki
68 stars 25 forks source link

install the nodes stay in waiting status forever #23

Closed guanxiaohua2k6 closed 12 years ago

guanxiaohua2k6 commented 12 years ago

Hi, I tried your script but when I hit install the nodes stay in waiting status forever.

Am I missing something in the configuration?

Anonymous

guanxiaohua2k6 commented 12 years ago

Could you paste content of log/job_server.log and log/production.log?

guan

guanxiaohua2k6 commented 12 years ago

here is no job_server.log on my machines and the production log (dodai-deploy/log/production.log) is not showing any activity related to the install only the html requests made by rails.

is there a specifi setting for the install log?

Anonymous

guanxiaohua2k6 commented 12 years ago

Pls confirm the status of job_server on dodai-deploy server with the following command.

script/job-server status

If it is not running, start it with the following command.

script/job-server start

Then try again.

BTW, my mail is guanxiaohua2k6@gmail.com, you can chat with me about the question directly.

guanxiaohua2k6 commented 12 years ago

thanx a lot. I think I was simply mistaken because I didn't read the user guide touroughly, I used "rails s" instead of the "start-servers" script to lauch the server. Nice tutorial BTW.

Anonymous