Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly detect the master node when running on AWS EC2 #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

veger
Copy link
Contributor

@veger veger commented Dec 8, 2016

When running on Amazon EC2 instances, the nodes use the public DNS name. ansible_fqdn contains the internal EC2 name. As a result no master node is found, and creating the cluster fails.

This PR add ec2_public_dns_name (if present) to find the master node.

⚠️ Note that the fix of PR #22 is included and extended upon

@veger veger force-pushed the ec2_fix branch 2 times, most recently from 5f08fbc to e2e52b1 Compare December 8, 2016 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant