Skip to content

Commit 962da59

Browse files
committed
review feedback
1 parent 687c879 commit 962da59

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

internal-dns/src/names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use omicron_uuid_kinds::{OmicronZoneUuid, SledUuid};
1111
/// chrony does not support SRV records. This name resolves to AAAA records for
1212
/// each boundary NTP zone, and then we can point internal NTP chrony instances
1313
/// at this name for it to find the boundary NTP zones.
14-
pub const BOUNDARY_NTP_DNS_NAME: &str = "boundary.ntp";
14+
pub const BOUNDARY_NTP_DNS_NAME: &str = "boundary-ntp";
1515

1616
/// Name for the control plane DNS zone
1717
pub const DNS_ZONE: &str = "control-plane.oxide.internal";

smf/chrony-setup/manifest.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@
2525
</property_group>
2626

2727
<property_group name="config" type="application">
28+
<!-- Whether this is a boundary or internal NTP zone -->
2829
<propval name="boundary" type="boolean" value="false" />
30+
<!--
31+
DNS name for the pool of boundary NTP servers. (Only used if this is
32+
an internal NTP zone.)
33+
-->
2934
<propval name="boundary_pool" type="astring" value="" />
35+
<!--
36+
Upstream NTP server. May be specifid more than once. (At least one is
37+
required.)
38+
-->
3039
<propval name="server" type="astring" value="" />
40+
<!-- Allowed IPv6 range for clients (typically the rack subnet) -->
3141
<propval name="allow" type="astring" value="" />
3242
</property_group>
3343

0 commit comments

Comments
 (0)