"euca_conf --register-nodes" message is misleading
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| eucalyptus (Ubuntu) |
Low
|
Dustin Kirkland |
Bug Description
Sample output of euca_conf ran on a cluster controller:
-------
ubuntu@t61p:~$ sudo euca_conf --register-nodes 192.168.144.65
INFO: We expect all nodes to have eucalyptus installed in / for key synchronization.
Trying scp to sync keys with "" (user "eucalyptus")...
done.
-------
There is two issues with this output:
1. The INFO line is misleading; what exactly does that mean?
2. In 'Trying scp to sync keys with "" (user "eucalyptus")...', I believe the empty "" should contains the node controller name or IP being joined.
Dustin Kirkland (kirkland) wrote : | #1 |
Changed in eucalyptus (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
assignee: | nobody → Dustin Kirkland (kirkland) |
status: | Triaged → In Progress |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #2 |
This bug was fixed in the package eucalyptus - 1.6~bzr854-0ubuntu6
---------------
eucalyptus (1.6~bzr854-
[ Thierry Carrez ]
* Apply upstream rev867 and rev876 diffs to fix SC registration through
Web UI, LP: #436313
* tools/eucalyptu
on a merge, LP: #435766
[ Dustin Kirkland ]
* debian/
displays the administration URL in the MOTD at position 80, LP: #436199
* debian/
installing the -nc does not have VT, LP: #426830
* debian/rules: don't fail package installation due to init script
failures, LP: #430075, #418473
* tools/euca_conf.in: vastly improve the output of
'euca_conf --register-nodes', which was missing some pertinent
information, LP: #424457
* clc/modules/
if we're going to use the local host to send email, use 'localhost' as
the hostname, rather than the externally resolvable hostname which
breaks in the default ubuntu postfix configuration, LP: #412676
* debian/control:
- have eucalyptus-common depend on openssh-server and openssh-client,
as these should really be installed on most any Eucalyptus system,
LP: #411656
- have eucalyptus-common recommend unzip, since Eucalyptus uses zip
files for credentials, which may be needed on various systems,
LP: #436876
- recommend libpam that provides pam_motd, LP: #436199
- conflict with apache2-mpm-itk, LP: #338344
* debian/
VNET_DHCPUSER appropriately for default Ubuntu on initial install,
LP: #364938
[ Colin Watson ]
* debian/control:
- Make eucalyptus-nc explicitly depend on apache2-mpm-worker |
apache2-
to only start a single child (LP: #338344).
-- Dustin Kirkland <email address hidden> Fri, 25 Sep 2009 18:01:29 -0700
Changed in eucalyptus (Ubuntu): | |
status: | Fix Committed → Fix Released |
Yeah, good call, Etienne. I noticed the same thing.
I just committed a fix for this.
:-Dustin