[openstack-dev] FW: Question on hostname generation?

Joshua Harlow harlowja at yahoo-inc.com
Sat Aug 11 01:53:48 UTC 2012


Hmmm, not sure if that is the right answer, haha.

This was more for instance hostname generation, not sure if that’s what u are talking about :-)

Maybe u are talking about something else?? :-P

From: Eric Windisch <eric at cloudscaling.com<mailto:eric at cloudscaling.com>>
Reply-To: OpenStack Development Mailing List <openstack-dev at lists.openstack.org<mailto:openstack-dev at lists.openstack.org>>
Date: Fri, 10 Aug 2012 18:50:27 -0700
To: OpenStack Development Mailing List <openstack-dev at lists.openstack.org<mailto:openstack-dev at lists.openstack.org>>
Cc: OpenStack Development Mailing List <openstack-dev at lists.openstack.org<mailto:openstack-dev at lists.openstack.org>>
Subject: Re: [openstack-dev] FW: Question on hostname generation?




At yahoo, instead of the default hostname that seems to be automatically established (ie 'server-XYZ.novalocal' was in essex) we were wondering if there is anything in folsom that say lets us override that

I hope I'm answering the right question...

You must pass the flag/config option 'host'.  You would 'generate' this by using configuration management.

We do this in OCS. The RPC drivers use a topic.host to talk between services. The ZeroMQ driver splits this and uses the host part as the destination address.  We set each machine's host option to its IP address via configuration management, which reduces the burden on DNS servers and eliminates the latency that would occur from lookups.

Regards,
Eric Windisch
(sent from my iPad)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20120810/433f339b/attachment.html>


More information about the OpenStack-dev mailing list