Landscape Server
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 14 | 27 Mar 2026 | |
| 26.04/edge | 19 | 21 Jul 2026 |
juju deploy test-landscape --channel edge
-
disable-ubuntu-installer-attach
Uninstall the
landscape_ubuntu_installer_attachpackage and remove the frontend on HAProxy. -
enable-ubuntu-installer-attach
Install the
landscape_ubuntu_installer_attachpackage and create the frontend on HAProxy. -
get-certificates
Returns the TLS certificates used by the HAProxy service on this unit.
-
get-service-conf
Returns the parsed contents of /etc/landscape/service.conf as a JSON string, useful for debugging or scripting against the live configuration.
-
hash-id-databases
Regenerate the package hash to id mapping files that are used to speed up client package reporting.
-
migrate-schema
Upgrade the Landscape database schemas on the related databases. Unit must already be paused using the 'pause' action.
-
migrate-service-conf
Migrate the service.conf file to have the sections and settings that are expected by the Pydantic Settings models.
This action is idempotent. It has no effect if the Landscape Server package did not ship with the corresponding script.
-
pause
Pause the Landscape services.
-
resume
Resume the Landscape services.
-
upgrade
Upgrade software on the Landscape Server unit. This will update APT package indices and upgrade the landscape-server package. Unit must already be paused using the 'pause' action.