Issue #8402 has been updated by Jeff McCune.

# Sample Output #

The topic branch output looks like:

<pre>
$ puppet node list
i-5f4cb23e  {"created_at":"Thu Jul 14 23:56:25 UTC 
2011","dns_name":"ec2-50-19-131-109.compute-1.amazonaws.com","id":"i-5f4cb23e","state":"running"}
i-614fb100  {"created_at":"Thu Jul 14 23:55:39 UTC 
2011","dns_name":"ec2-50-16-55-54.compute-1.amazonaws.com","id":"i-614fb100","state":"running"}
i-c9a05ea8  {"created_at":"Thu Jul 14 20:05:54 UTC 
2011","dns_name":null,"id":"i-c9a05ea8","state":"terminated"}
</pre>

<pre>
$ puppet node list --render-as yaml
--- 
  i-614fb100: 
    &id001 created_at: 2011-07-14 23:55:39.000000 +00:00
    &id002 dns_name: ec2-50-16-55-54.compute-1.amazonaws.com
    &id003 id: i-614fb100
    &id004 state: running
  i-c9a05ea8: 
    *id001: 2011-07-14 20:05:54.000000 +00:00
    *id002: 
    *id003: i-c9a05ea8
    *id004: terminated
  i-5f4cb23e: 
    *id001: 2011-07-14 23:56:25.000000 +00:00
    *id002: ec2-50-19-131-109.compute-1.amazonaws.com
    *id003: i-5f4cb23e
    *id004: running
</pre>
----------------------------------------
Bug #8402: List action should display status
https://projects.puppetlabs.com/issues/8402

Author: Jeff McCune
Status: In Topic Branch Pending Merge
Priority: Normal
Assignee: Jeff McCune
Category: cloudpack
Target version: 0.6.0
Keywords: list action status
Branch: ticket/master/8402_list_should_display_status


Based on the feedback from the demo, the list action for cloudnode should 
display the instance status.  For example, the following output is "bad" 
because it displays null values for terminated instances:

<pre>
➜  cloudpack git:(ticket/master/bigmerge_improve_actions_for_end_user) puppet 
cloudnode list --render-as yaml
--- 
  - 
  -
</pre>

I think at a minimum we should display the instance ID, public dns name if 
available, and status of the instance.  e.g. "terminated" "running" "shutting 
down" etc...



-- 
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.

Reply via email to