nix/config: add cluster _ceph-mon._tcp SRV records

This commit is contained in:
Astro 2021-11-10 20:13:05 +01:00
parent 01f37cec9f
commit 245cbcfc10
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ in
core.ospf.secret = pillar.ospf.secret;
pub.dynamicDomain = true;
cluster.extraRecords = map (host: {
name = "_ceph-mon._tcp";
type = "SRV";
data = "1 1 6789 ${host}";
}) [ "server6" "server7" "server8" ];
c3d2.dynamicDomain = true;
c3d2.dhcp = {
server = "c3d2-gw3";