Strange. I'm creating new droplets on DigitalOcean, so they should have seperate IP's.
On Thu, Dec 19, 2013 at 3:49 PM, James Tanner <[email protected]> wrote: > On 12/19/2013 10:38 AM, Mathias Bogaert wrote: > > I've just disabled accelerated mode, the issue is still there. > > > On Thu, Dec 19, 2013 at 3:37 PM, James Tanner <[email protected]> wrote: > >> On 12/17/2013 01:34 PM, Mathias Bogaert wrote: >> >>> Hi, >>> >>> I'm trying to get Ansible's accelerated mode to work on Travis CI, but >>> I'm getting >>> >>> OSError: [Errno 17] File exists: '/home/travis/.fireball.keys' >>> >>> See here: >>> https://travis-ci.org/analytically/hadoop-ansible/builds/15598716 >>> >>> From the log we can see that the bootstrap of the servers on DO using >>> Ansible works fine, bootstrapping using Ansible works fine, both source and >>> target servers have python-keyczar installed. Any idea? >>> >>> Thanks, >>> >>> Mathias >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ansible Project" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> Looking at the last build, it seems like this issue went away: >> https://travis-ci.org/analytically/hadoop-ansible/builds/15680563 >> >> Did you find a workaround? >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Ansible Project" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/ansible-project/Wh0zm1ZY5l8/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > This is the code where the exception occurs ... > > key_path = os.path.expanduser("~/.fireball.keys") > if not os.path.exists(key_path): > os.makedirs(key_path) > key_path = os.path.expanduser("~/.fireball.keys/%s" % hostname) > > It does make a check before creating the directory, but perhaps you are > running into some weird race condition? Do any of your inventory hosts > share the same IP or ansible_ssh_host ? > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/ansible-project/Wh0zm1ZY5l8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
