Chrony Client Charm
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 4 | 08 Sep 2025 | |
latest/edge | 3 | 08 Sep 2025 |
juju deploy chrony-client --channel edge
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.com
ntp://ntp.example.com:1234
ntp://ntp.example.com?iburst=true&maxsources=2
nts://ntp.example.com