Comment 8 for bug 530091

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [alpha3] NC fails to be detected.

I believe I've tracked down where this problem was introduced:

http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu/revision/909

My nodes don't have [ -f "/etc/eucalyptus/eucalyptus-nc.conf" ], so the publication job isn't starting.

This is because the debconf key/value for eucalyptus/cluster-name does not exist on my NC.
  $ echo GET eucalyptus/cluster-name | sudo debconf-communicate

And thus the eucalyptus-nc.postinst isn't able to populate that file.

I'm working on a fix.