Issue #8343 has been updated by Jeff McCune. Status changed from In Topic Branch Pending Merge to Merged - Pending Release
# Merged into master # <pre> commit d6939f1f83726fa0c60a819482f09cbb953df5e8 Merge: ff175fa 1efff27 Author: Jeff McCune <[email protected]> Date: Wed Jul 13 13:06:49 2011 -0700 Merge branch 'ticket/master/bigmerge_improve_actions_for_end_user' * ticket/master/bigmerge_improve_actions_for_end_user: Add retry loop to install action (#8348) Add a fingerprint action Whitespace only change for folding (#8350) Change progress to a bar to avoid logspam (#8350) Change all output to use logdest (#8343) Create action prints dns name asap (#8185) Add list action (#8185) Add a central place to set option defaults (#8157) Add better feedback to terminate action (#7511) Add --region flag to support EC2 zones Fix single character typo </pre> ---------------------------------------- Feature #8343: CloudPack should print the server hostname as soon as possible https://projects.puppetlabs.com/issues/8343 Author: Jeff McCune Status: Merged - Pending Release Priority: Low Assignee: Jeff McCune Category: cloudpack Target version: 0.6.0 Keywords: Branch: ticket/8185_list_instances_action/8343_create_should_print_dnsname_asap Roadmapped: No # Overview # As the end user, In the event "waiting for fingerprints" takes too long or times out it's useful to know what the public hostname of the new instance is. To help the end user, cloudpack should print the hostname as early as possible. I suspect this could happen immediately after Starting up and before Waiting for host fingerprints: <pre> Connecting to AWS us-west-1 Done Instance Type: t1.micro Creating new instance ... Done Creating tags for instance ... Done Starting up .................. Done Waiting for host fingerprints ........................ </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
