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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to