juju deploy a bundle output is too verbose
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Katherine Cox-Buday |
Bug Description
Current output of a bundle deploy
juju deploy mediawiki-single
added charm cs:trusty/
application mediawiki deployed (charm cs:trusty/
annotations set for application mediawiki
added charm cs:trusty/mysql-29
application mysql deployed (charm cs:trusty/mysql-29 with the series "trusty" defined by the bundle)
annotations set for application mysql
related mediawiki:db and mysql:db
added mediawiki/0 unit to new machine
added mysql/0 unit to new machine
deployment of bundle "cs:bundle/
Proposal:
juju deploy mediawiki-single
Located bundle cs:mediawiki-single
Deploying charm cs:trusty/
Deploying charm cs:trusty/mysql-29
Related mediawiki:db and mysql:db
Deploy of bundle completed
The goals here include:
Making the output consistent with charm deployments suggested in bug
https:/
Do not note annotation settings to the user. They're not very useful to the user.
Make the Found and Deploying lines consistent with charm deploy.
Any creation of manual machines that are defined in the bundle but not tied to an application would be noted as it's something that effects cost of operating and worth noting.
Relations are noted as something important and worth noting.
Changed in juju-core: | |
milestone: | none → 2.0.0 |
Changed in juju-core: | |
assignee: | nobody → Richard Harding (rharding) |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0.0 → none |
milestone: | none → 2.0.0 |
Changed in juju: | |
assignee: | Richard Harding (rharding) → Katherine Cox-Buday (cox-katherine-e) |
milestone: | 2.0.0 → 2.0-beta18 |
status: | Triaged → In Progress |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
Fix proposed: https:/ /github. com/juju/ juju/pull/ 6144