Comment 10 for bug 458904

Revision history for this message
Mathias Gug (mathiaz) wrote :

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