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

EC2 nodes: internal vs external host names #4

Open
waywardmonkeys opened this issue Jun 3, 2011 · 9 comments
Open

EC2 nodes: internal vs external host names #4

waywardmonkeys opened this issue Jun 3, 2011 · 9 comments
Assignees

Comments

@waywardmonkeys
Copy link

Our EC2 nodes show up in RunDeck using the internal names, so we can't connect to them.

@rmyates
Copy link

rmyates commented Aug 28, 2012

I've just come across this, looking through lib/chef-rundeck.rb it's returning the fqdn attribute from the node which in ec2 is just the node's hostname rather than the public hostname. A quick (site specific) hack would be to modify this line.

A proper fix could be to add another command line switch to chef-rundeck to define what attribute it should use to return the hostname in it's output. Similar to how knife ssh works with -a

@bscott
Copy link

bscott commented Oct 3, 2013

@rmyates We are planning on adding this shortly.

@ghost ghost assigned bscott Oct 3, 2013
bscott pushed a commit that referenced this issue Feb 27, 2014
add chef_environment to tags
@JC1738
Copy link

JC1738 commented Jul 16, 2014

has this been solved?

@bscott
Copy link

bscott commented Jul 16, 2014

I'll look into it today.

On Wednesday, July 16, 2014, JC [email protected] wrote:

has this been solved?


Reply to this email directly or view it on GitHub
#4 (comment)
.

Brian Scott - DevOps and Automation Guy, Ruby/Rails Guy, all around Good
Guy.
Email: [email protected] / [email protected]
Github: http://github.com/bscott http://github.com/bscott

@leftathome
Copy link
Contributor

bump

@leftathome
Copy link
Contributor

Thinking about a release this weekend (or maybe Monday), but I don't have a fix for this in flight. I think I can see how I'd implement it but I'm not sure when I'll have the time to do it myself.

@jejohns
Copy link

jejohns commented Sep 23, 2014

Would love to see this feature as well, specifically being able to define what attribute (i.e. ipaddress) to use for the 'hostname'.

@dennis-benzinger-hybris
Copy link

Take a look at #60. This might be solved already. Just not documented.

@bscott
Copy link

bscott commented Dec 7, 2014

We should document it. Wondering if I should cut a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants