multi-arch charm support
Bug #1958558 reported by
Simon Déziel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
LXD supports mixed architecture cluster members. There are known deployments mixing amd64 and arm64 in a given cluster for example.
Currently, Juju (2.9.21) does not support deploying an application for multiple arches under the same app name. A suggested workaround was be to deploy the charm twice but under different names (lxd-amd64 and lxd-arm64 for example). This would however not work as the LXD charm depends on the peer relationship with other units to form a cluster.
This relates to https:/
Changed in juju: | |
status: | Confirmed → Triaged |
Changed in juju: | |
milestone: | 3.1-beta1 → 3.2-beta1 |
Changed in juju: | |
milestone: | 3.2-beta1 → 3.2-rc1 |
Changed in juju: | |
milestone: | 3.2-rc1 → 3.2.0 |
Changed in juju: | |
milestone: | 3.2.0 → 3.2.1 |
Changed in juju: | |
milestone: | 3.2.1 → 3.2.2 |
Changed in juju: | |
milestone: | 3.2.2 → 3.2.3 |
Changed in juju: | |
milestone: | 3.2.3 → 3.2.4 |
To post a comment you must log in.
We've had some discussions around this for subordinates, and I think it will likely be supported there first, but ideally we can take this into account at the same time to see if we can solve both use cases.