Add machine and core count to 'models' output
Bug #1602032 reported by
Mark Shuttleworth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Ian Booth |
Bug Description
When listing models it would be very useful to see how many machines are in each model, and by extension how many cores. Something like this:
$ juju models
MODEL OWNER STATUS MACHINES CORES LAST CONNECTION
controller admin@local available 1 2 never connected
default admin@local destroying 6 19 1 minute ago
k8s* admin@local available 8 48 4 seconds ago
I don't think we need RAM and disk information for the moment.
Changed in juju-core: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: 2.0 usability |
Changed in juju-core: | |
milestone: | none → 2.0.0 |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0.0 → none |
milestone: | none → 2.0.0 |
Changed in juju: | |
milestone: | 2.0.0 → 2.0-beta18 |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I wonder whether the MACHINES and LAST-CONNECTED coclumns would be useful on 'juju controllers' as well. We certainly would not want to connect to each of the controllers in order to get a current count of machines.