Canonical Livepatch On-Prem
- Commercial Systems
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 51 | 22 Feb 2024 | |
latest/candidate | 51 | 22 Feb 2024 | |
latest/edge | 51 | 22 Feb 2024 | |
ops1.x/stable | 52 | 15 Oct 2024 | |
ops1.x/candidate | 52 | 15 Oct 2024 | |
ops1.x/beta | 52 | 15 Oct 2024 | |
ops1.x/edge | 56 | 22 Oct 2024 | |
ops1.x/edge | 24 | 10 Oct 2022 |
juju deploy canonical-livepatch-server --channel ops1.x/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
enable
Enables livepatch on-prem.
- Params
-
token string
A Ubuntu Pro token.
- Required
token
-
restart
Restart livepatch service daemon.
-
schema-upgrade
Upgrade the application database schema.
-
set-basic-users
Sets the basic users for the server
This action overrides all existing users currently set in livepatch, unless the append param is provided.
- Params
-
append boolean
By using append, it will no longer override all default users. But rather append any additional users to the servers configuration.
-
users string
A comma delimited list of users and password in the form of username1:password1,username2:password2,username3:password3
- Required
users