landscape-client doesn't support arm64, juju complains that the series doesn't match
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Incomplete
|
Medium
|
Unassigned | ||
Landscape Charm |
New
|
Undecided
|
Unassigned |
Bug Description
In test run https:/
=======
02:09:56 DEBUG juju.api monitor.go:35 RPC connection died
02:09:56 DEBUG juju.api monitor.go:35 RPC connection died
ERROR cannot deploy bundle: cannot add relation between "landscape-
02:09:56 DEBUG cmd supercommand.go:537 error stack:
cannot add relation "landscape-
github.
github.
github.
github.
github.
github.
=======
Interestingly, we deploy the same bundle on focal where this issue does not show up.
tags: | added: cdo-qa foundations-engine |
As far as I can tell, the actual issue is that Vault doesn't actually support jammy according to the metadata that I can find:
$ juju download vault --series jammy
ERROR "vault" does not support series "jammy" in channel "stable". Supported series are: bionic, cosmic, disco, eoan, focal, groovy, hirsute, impish, xenial.
$ juju deploy vault --series jammy
ERROR series "jammy" not supported by charm, supported series are: focal, bionic, xenial, impish, hirsute, groovy, eoan, disco, cosmic. Use --force to deploy the charm anyway.
While it is also a bug that we don't give a better error message, the issue is that we cannot deploy a jammy vault because it doesn't exist.