[Bug 458904] Re: When installing a node, euca_find_cluster fails to locate the cluster controller if instances are running
Mathias Gug
mathiaz at ubuntu.com
Wed Oct 28 01:25:57 GMT 2009
Here is an upstart job that does the hostname/IP publication:
description "Eucalyptus cluster controller IP publication"
start on started eucalyptus-cc
stop on stopping eucalyptus-cc
script
. /etc/eucalyptus/eucalyptus.conf
. /etc/eucalyptus/eucalyptus-ipaddr.conf
exec avahi-publish -a $(hostname).local $CC_IP_ADDR
end script
--
When installing a node, euca_find_cluster fails to locate the cluster controller if instances are running
https://bugs.launchpad.net/bugs/458904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
More information about the Ubuntu-server-bugs
mailing list