ntp servers should be configurable on snappy
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| snapd |
Fix Committed
|
Medium
|
Oliver Grawert | ||
| ubuntu-core-config (Ubuntu) |
Won't Fix
|
Medium
|
Oliver Grawert | ||
Bug Description
Currently ntp servers are not configurable on snappy. This is useful for example when running a snappy image on an internal network with egress filtering. Ntp is currently handled by systemd-timesyncd via /etc/systemd/
It would be great if snappy config could configure these. Eg:
$ snappy config ubuntu-core
...
config:
ubuntu-core:
ntp-servers: 10.0.0.1
This could adjust /etc/systemd/
NTP=10.0.0.1
Also, on a related note, the system is currently configured with empty NTP and FallbackNTP and timesyncd appears to try N.debian.
| summary: |
- please make /etc/systemd/timesyncd.conf a writable path + ntp servers should be configurable on snappy |
| description: | updated |
| Changed in snappy: | |
| importance: | Undecided → Medium |
| assignee: | nobody → Oliver Grawert (ogra) |
| status: | New → Confirmed |
| Changed in ubuntu-core-config (Ubuntu): | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| assignee: | nobody → Oliver Grawert (ogra) |
| Changed in snappy: | |
| assignee: | Oliver Grawert (ogra) → nobody |
| Changed in snappy: | |
| status: | Confirmed → Fix Committed |
| affects: | snappy → snapd |
This is actually pretty important for me. Any idea when this will be possible?