juju deploy --edge bundle doesn't cope with charm pinning
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Achilleas Anagnostopoulos |
Bug Description
dpb@helo:~[0]$ juju add-model foo
Using credential 'conjure-
Added 'foo' model with credential 'conjure-
dpb@helo:~[0]$ juju deploy --channel=edge cs:~landscape/
Located bundle "cs:~landscape/
ERROR cannot deploy bundle: cannot resolve URL "cs:xenial/
My guess is that the --channel=edge is applied to the deploy calls (incorrectly). The following CLI interaction I think explains what is going on:
dpb@helo:~[0]$ juju deploy --channel=edge cs:xenial/
ERROR cannot resolve URL "cs:xenial/
dpb@helo:~[0]$ juju deploy cs:xenial/haproxy
Located charm "cs:haproxy-41".
Deploying charm "cs:haproxy-41".
dpb@helo:~[0]$ juju deploy --channel=edge cs:xenial/haproxy
Located charm "cs:haproxy-37".
Deploying charm "cs:haproxy-37".
tags: | added: deploy |
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: bundles |
Changed in juju: | |
assignee: | nobody → Achilleas Anagnostopoulos (achilleasa) |
status: | Triaged → In Progress |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
@David Britton,
I wonder if this is related to Cory's findings in bug # 1627127...
Just for reference - are there resources in the charm?
It may be an issue on charm store side more than Juju...