Deployer targets could have a description field
Bug #1284230 reported by
Andreas Hasenack
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-deployer |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The deployer targets could have an additional field for a description of the server, or the target. For example:
landscape-
inherits: landscape
description: |
Deploys landscape using all the upstream versions of the charms, normally trunk.
services:
(...)
landscape-
inherits: landscape-max
description: |
Deploys the max version of Landscape, very scalable and spread out, but with all
the services on the bootstrap node using LXC. Currently only works in MAAS.
services:
(...)
This would then be displayed as part of the juju-deployer -l output. Or perhaps -l -v (verbose).
To post a comment you must log in.
sounds good to me.