706e30a202
## Why The ceph/halb host (`ausyd1nxvm2069`) publishes `dashboard.ceph.unkin.net` via nsupdate to a dedicated `zone ceph.unkin.net.`, which `bind-authoritative` was not authoritative for (NOTZONE). This adds the zone so that record has a home. ## Changes - Add `ceph.unkin.net` BindZone (primary, dynamicUpdate, updateKeyRef client-update) to bind-authoritative, matching the unkin.net/main.unkin.net pattern. ## Note — not the root cause of the 6 missing hosts Log evidence (VictoriaLogs, dns-update-apply on 2069/2070) shows the actual failure is a **host-side bug in the puppet `dns-update` script**: `fqdn()` appends the zone even to records whose name is already fully-qualified (e.g. `au-syd1-pve.main.unkin.net.`, `cobbler.main.unkin.net.`), producing a `..` empty label → `invalid owner name: empty label` → the whole main.unkin.net update `send` fails (reverse PTR, sent first, still lands). That script fix (puppet-prod) is the real blocker; this zone is still needed so the ceph record does not hit NOTZONE afterward. Reviewed-on: #260 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
257 lines
5.8 KiB
YAML
257 lines
5.8 KiB
YAML
# Authoritative zones migrated from puppet-prod
|
|
# (profiles::dns::master::zones in hieradata/roles/infra/dns/master.yaml).
|
|
# type primary, static (puppet dynamic:false); TTL 600 as in the puppet zone header.
|
|
# Record data is populated by PuppetDB exported resources upstream, so it is
|
|
# NOT in this repo — migrate it into these zones (AXFR from the current masters,
|
|
# or DNSRecord CRs) as a follow-up. The zones start with SOA+NS only.
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: unkin-net
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: unkin.net
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: main-unkin-net
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: main.unkin.net
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
# ceph.unkin.net: the ceph host (ausyd1nxvm2069/halb) publishes
|
|
# dashboard.ceph.unkin.net via nsupdate; puppet targets a dedicated
|
|
# `zone ceph.unkin.net.`, so it must exist here or the update gets NOTZONE.
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: ceph-unkin-net
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: ceph.unkin.net
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 13-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 13.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 14-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 14.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 15-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 15.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 16-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 16.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 17-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 17.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 19-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 19.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 20-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 20.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 21-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 21.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 22-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 22.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 23-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 23.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 24-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 24.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 25-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 25.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 26-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 26.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 27-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 27.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 28-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 28.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|
|
---
|
|
apiVersion: bind.unkin.net/v1alpha1
|
|
kind: BindZone
|
|
metadata:
|
|
name: 29-18-198-in-addr-arpa
|
|
namespace: bind-internal
|
|
spec:
|
|
clusterRef: bind-authoritative
|
|
zoneName: 29.18.198.in-addr.arpa
|
|
type: primary
|
|
defaultTTL: 600
|
|
dynamicUpdate: true
|
|
updateKeyRef: client-update
|