thehyperadvisor / cldstk-deploy

apache cloudstack deployment tool
MIT License
28 stars 18 forks source link

cannot import name PlayBook #8

Open facuxt opened 8 years ago

facuxt commented 8 years ago

Hello im having difficulties installing the app...

i run python cldstkdeploy.py I answer the questions and then when i say yes to start installation Now, it quits with the following message.

cannot import name PlayBook You need to run python cldstkdeploy.py --setup all (wich i did already)

thehyperadvisor commented 8 years ago

I also noticed the previous issue you mentioned only occurs when remotely connecting with Mac. I used putty from a windows machine and “python cldstk-deploy —setup all” works after providing the password.

Antone Heyward @thehyperadvisor http://thehyperadvisor.com

On Apr 23, 2016, at 10:41 AM, Facundo Caselles notifications@github.com wrote:

Hello im having difficulties installing the app...

i run python cldstkdeploy.py I answer the questions and then when i say yes to start installation Now, it quits with the following message.

cannot import name PlayBook You need to run python cldstkdeploy.py --setup all (wich i did already)

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/8

facuxt commented 8 years ago

that is very weird...

zarnst commented 8 years ago

i have the same problem,please help me!

i run python cldstkdeploy.py then answer the question,quit's with following message "cannot import name PlayBook You need to run python cldstkdeploy.py --setup all (wich i did already)"

EtharAlfaki commented 8 years ago

I have faced the same problem ? If any one know how to resolve it please help me

jhenzely commented 7 years ago

Hello, any progress with this issue ?

Got the same err message. See the output below:


[root@cstack cldstk-deploy]# python cldstkdeploy.py Enter Password Here: Starting webserver........

Server already started on port 8080.

Cloudstack Deployment: Answer the questions below....

Install all-in-one?[Y/n]: Y All-in-one Server[dns/ip]: 192.168.20.66 Install System Templates?[Y/n]: Y Change install type to "Internet"?[Y/n]: n Which version to install ['4.3', '4.4', '4.5']?: 4.5 Add ssh rsa keys to ~/.ssh/known_hosts?[Y/n]: n jobid: 2016-11-08-10-21-97886452 ansible hosts file successfully writing to disk..... vars_file successfully writing to disk..... Create Basic Zone?[Y/n]: n No Basic Zone will be created Start installation now?[Y/n]: Y cannot import name PlayBook You need to run [python cldstkdeploy.py --setup all]. (Successfuly did this before)


Thank You

thehyperadvisor commented 7 years ago

Sorry but I have not been able to put time in to supporting this.

Sent from mobile device.

On Nov 8, 2016, at 4:26 AM, Jaroslav Henzely notifications@github.com wrote:

Hello, any progress with this issue ?

Got the same err message. See the output below:

[root@cstack cldstk-deploy]# python cldstkdeploy.py Enter Password Here: Starting webserver........

Server already started on port 8080.

Cloudstack Deployment: Answer the questions below....

Install all-in-one?[Y/n]: Y All-in-one Server[dns/ip]: 192.168.20.66 Install System Templates?[Y/n]: Y Change install type to "Internet"?[Y/n]: n Which version to install ['4.3', '4.4', '4.5']?: 4.5 Add ssh rsa keys to ~/.ssh/known_hosts?[Y/n]: n jobid: 2016-11-08-10-21-97886452 ansible hosts file successfully writing to disk..... vars_file successfully writing to disk..... Create Basic Zone?[Y/n]: n No Basic Zone will be created Start installation now?[Y/n]: Y cannot import name PlayBook

You need to run [python cldstkdeploy.py --setup all].

Thank You

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jhenzely commented 7 years ago

O.K, thanks. No problem.

I found out, that path of the modules can be a little bit different in varions versions of python.

Anyway, now installing CloudStack manually.

thehyperadvisor commented 7 years ago

You can also look into executing the playbook with ansible directly from the command line. I wrote it so this would be possible. Each job should have all the dependencies in its own folder.

Sent from mobile device

On Nov 9, 2016, at 8:12 AM, Jaroslav Henzely notifications@github.com wrote:

O.K, thanks anyway.

I found out, that path of the modules can be a little bit different in varions versions of python.

Anyway, now installing CloudStack manually.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jhenzely commented 7 years ago

Thank You.

CloudStack installed manually with no issues, just a small thing with configuration. I cannot add Hypervisor node to CloudStack. Tried several hosts with VT-x, nested virtualization and KVM configured.