thehyperadvisor / cldstk-deploy

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

Setup failure. #2

Closed d20tex closed 10 years ago

d20tex commented 10 years ago

Setup is failing, admittedly I do not yet know python so I am unable to determine quite what is happening here. [root@localhost cldstk-deploy]# python cldstk-deploy.py setup all Traceback (most recent call last): File "cldstk-deploy.py", line 32, in eth_ip = eth_ip[eth_ip.index('inet') + 1].split('/')[0] ValueError: 'inet' is not in list

thehyperadvisor commented 10 years ago

I have seen this error when there is no eth0 on the system your running this on. Can you confirm? On Jul 17, 2014 2:44 PM, "d20tex" notifications@github.com wrote:

Setup is failing, admittedly I do not yet know python so I am unable to determine quite what is happening here. [root@localhost cldstk-deploy]# python cldstk-deploy.py setup all Traceback (most recent call last): File "cldstk-deploy.py", line 32, in eth_ip = eth_ip[eth_ip.index('inet') + 1].split('/')[0] ValueError: 'inet' is not in list

— Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/2.

d20tex commented 10 years ago

Not at the moment, will try to deploy a private VM and see if that works, as I'm no longer on site for the evening.

On Thu, Jul 17, 2014 at 4:15 PM, Antone notifications@github.com wrote:

I have seen this error when there is no eth0 on the system your running this on. Can you confirm? On Jul 17, 2014 2:44 PM, "d20tex" notifications@github.com wrote:

Setup is failing, admittedly I do not yet know python so I am unable to determine quite what is happening here. [root@localhost cldstk-deploy]# python cldstk-deploy.py setup all Traceback (most recent call last): File "cldstk-deploy.py", line 32, in eth_ip = eth_ip[eth_ip.index('inet') + 1].split('/')[0] ValueError: 'inet' is not in list

— Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/2.

— Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/2#issuecomment-49366756 .

thehyperadvisor commented 10 years ago

I guess I need to see about fixing this. I assumed most systems would have a “eth0" but I have had a few people bring this error to my attention.

You can also set the variable “eth_ip” manually. Example: eth_ip = "10.10.1.1"

Antone Heyward @thehyperadvisor http://thehyperadvisor.com

On Jul 17, 2014, at 7:31 PM, d20tex notifications@github.com wrote:

Not at the moment, will try to deploy a private VM and see if that works, as I'm no longer on site for the evening.

On Thu, Jul 17, 2014 at 4:15 PM, Antone notifications@github.com wrote:

I have seen this error when there is no eth0 on the system your running this on. Can you confirm? On Jul 17, 2014 2:44 PM, "d20tex" notifications@github.com wrote:

Setup is failing, admittedly I do not yet know python so I am unable to determine quite what is happening here. [root@localhost cldstk-deploy]# python cldstk-deploy.py setup all Traceback (most recent call last): File "cldstk-deploy.py", line 32, in eth_ip = eth_ip[eth_ip.index('inet') + 1].split('/')[0] ValueError: 'inet' is not in list

— Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/2.

— Reply to this email directly or view it on GitHub https://github.com/thehyperadvisor/cldstk-deploy/issues/2#issuecomment-49366756 .

— Reply to this email directly or view it on GitHub.