Skip to content

Commit 707456c

Browse files
committed
dns
1 parent 9a9f5ba commit 707456c

4 files changed

Lines changed: 54 additions & 5 deletions

File tree

apps/piraeus/overlays/production/linstor-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ metadata:
77
# spec: {}
88
spec:
99
externalController:
10-
url: http://linstor-controller.example.com:3370
10+
url: http://linstor.01b.us:3370
1111
# kubectl wait pod --for=condition=Ready -n production-piraeus-datastore -l app.kubernetes.io/name=piraeus-datastore
1212
# kubectl -n production-piraeus-datastore exec deploy/linstor-controller -- linstor node list

infra/dns/dns_config.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,29 @@
4949
domain: 01b.us
5050
name: linstor
5151
type: A
52+
01b.us_linstor_LINSTOR-CONTROLLER_0_0:
53+
A:
54+
- 10.10.6.85
55+
- 10.10.22.46
56+
- 10.10.17.129
57+
domain: 01b.us
58+
name: linstor
59+
type: LINSTOR-CONTROLLER
60+
01b.us_storage_A_0_0:
61+
content: 10.10.17.129
62+
domain: 01b.us
63+
name: storage
64+
type: A
65+
01b.us_storage_A_0_1:
66+
content: 10.10.22.46
67+
domain: 01b.us
68+
name: storage
69+
type: A
70+
01b.us_storage_A_0_2:
71+
content: 10.10.6.85
72+
domain: 01b.us
73+
name: storage
74+
type: A
5275
0x111.dev_@_MX_10_0:
5376
content: monday.mxrouting.net
5477
domain: 0x111.dev
@@ -631,6 +654,16 @@ porkbun:
631654
- content: 10.10.17.129
632655
- content: 10.10.22.46
633656
- content: 10.10.6.85
657+
LINSTOR-CONTROLLER:
658+
A:
659+
- 10.10.6.85
660+
- 10.10.22.46
661+
- 10.10.17.129
662+
storage:
663+
A:
664+
- content: 10.10.17.129
665+
- content: 10.10.22.46
666+
- content: 10.10.6.85
634667
0x111.dev:
635668
'@':
636669
MX:

infra/dns/dns_config/default.nix

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,22 @@
269269
# "10.10.24.47"
270270
"10.10.17.129"
271271
];
272+
"linstor-controller" = {
273+
"A" = [
274+
"10.10.6.85"
275+
"10.10.22.46"
276+
# "10.10.24.47"
277+
"10.10.17.129"
278+
];
279+
};
280+
};
281+
"storage" = {
282+
"A" = [
283+
"10.10.6.85"
284+
"10.10.22.46"
285+
# "10.10.24.47"
286+
"10.10.17.129"
287+
];
272288
};
273289
};
274290
};

infra/dns/terraform.tfstate.enc

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)