Chrony Client Charm
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 15 | Yesterday | |
| latest/stable | 16 | Yesterday | |
| latest/edge | 16 | 30 Oct 2025 | |
| latest/edge | 15 | 30 Oct 2025 |
juju deploy chrony-client
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
sources | string
Default: ntp://ntp.ubuntu.com?iburst=true&maxsources=4, ntp://0.ubuntu.pool.ntp.org?iburst=true&maxsources=1, ntp://1.ubuntu.pool.ntp.org?iburst=true&maxsources=1, ntp://2.ubuntu.pool.ntp.org?iburst=true&maxsources=2
Time sources for the Chrony server are specified as a comma-separated list of URLs. Currently, the Chrony charm supports using only another NTP server as the time source. The format for NTP source URLs is as follows:
ntp://host[:port][?options], where the options are the same as Chrony pool configuration settings (https://chrony-project.org/doc/4.5/chrony.conf.html). For NTP sources that support NTS, the URL format is:nts://host[:nts-ke-port][?options]. The options for NTS URLs are the same as those for NTP sources. Here are some examples of supported sources:ntp://ntp.example.comntp://ntp.example.com:1234ntp://ntp.example.com?iburst=true&maxsources=2nts://ntp.example.com