Hi, I have tested elasticluster with SWITCHengines (openstack) and I hit a problem when booting my first test cluster. The nodes are started but I get this error when elasticluster checks the ssh connection to nodes: https://gist.github.com/pescobar/f75b561f5775f20d60139bca9cbc4a47
The value triggering the error is the ipv6 address of one of the booted machines. This is error: (ValueError: invalid literal for int() with base 10: '620:5ca1:1f0:f816:3eff:fefa:f7d1' And this is the output of "openstack server list" after the crash https://gist.github.com/pescobar/973b9e0896750dccfc21c580befe7b02 My guess is that elasticluster is not parsing correctly the public ip. is it possible? Did anyone hit this issue? I have another doubt somehow related to this. I have seen that the default option in the cloud section is "request_floating_ip=False" but using the defaults I would not be able to connect to the booted machines. Is this done on purpose so it's mandatory to change this config? or am I missing something? Is it possible to configure elasticluster so only the login node has a floating ip and the compute nodes only private ips? Then ansible could be configured to use the login node as "jump host" to configure the compute nodes ( http://docs.ansible.com/ansible/faq.html#how-do-i-configure-a-jump-host-to-access-servers-that-i-have-no-direct-access-to) . Is this supported? Thanks in advance for your help. regards, Pablo. -- You received this message because you are subscribed to the Google Groups "elasticluster" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
