blob: f68cc65af6ee56ce28f09096c98dd8cd2722fa43 [file] [log] [blame]
Sergiusz Bazanskic78cc132020-02-02 22:31:53 +01001[
2 rec {
3 name = "bc01n01";
4 threads = 16;
5 fqdn = "${name}.hswaw.net";
6 ipAddr = "185.236.240.35";
7 podNet = "10.10.16.0/24";
8 diskBoot = "/dev/disk/by-id/scsi-360024e8078a9060023b1043107388af5";
9 fsRoot = "/dev/disk/by-uuid/518ecac1-00ea-4ef0-9418-9eca6ce6d918";
10 mgmtIf = "eno1";
11 stateVersion = "18.09";
12 }
13 rec {
14 name = "bc01n02";
15 threads = 16;
16 fqdn = "${name}.hswaw.net";
17 ipAddr = "185.236.240.36";
18 podNet = "10.10.17.0/24";
19 diskBoot = "/dev/disk/by-id/scsi-360024e8078b0250023b10f8706d3c99e";
20 fsRoot = "/dev/disk/by-uuid/2d45c87b-029b-463e-a7cb-afd5a3089327";
21 mgmtIf = "eno1";
22 stateVersion = "18.09";
23 }
24 rec {
25 name = "bc01n03";
26 threads = 16;
27 fqdn = "${name}.hswaw.net";
28 ipAddr = "185.236.240.37";
29 podNet = "10.10.18.0/24";
30 diskBoot = "/dev/disk/by-id/scsi-360024e8078a8fa0023b1787e0605a3e0";
31 fsRoot = "/dev/disk/by-uuid/afc05836-c9b3-4d7e-b0a2-3ebfe2336d4f";
32 mgmtIf = "eno1";
33 stateVersion = "18.09";
34 }
35 rec {
36 name = "dcr01s22";
37 threads = 48;
38 fqdn = "${name}.hswaw.net";
39 ipAddr = "185.236.240.39";
40 podNet = "10.10.19.0/24";
41 diskBoot = "/dev/disk/by-id/ata-Samsung_SSD_860_EVO_250GB_S3YJNX1M604518E";
42 fsRoot = "/dev/disk/by-uuid/b4149083-49fe-4951-a143-aff4cedaf33a";
43 mgmtIf = "enp130s0f0";
44 stateVersion = "19.09";
45 }
46 rec {
47 name = "dcr01s24";
48 threads = 48;
49 fqdn = "${name}.hswaw.net";
50 ipAddr = "185.236.240.40";
51 podNet = "10.10.20.0/24";
52 diskBoot = "/dev/disk/by-id/ata-Samsung_SSD_860_EVO_250GB_S3YJNF0M717009H";
53 fsRoot = "/dev/disk/by-uuid/fc5c6456-5bbd-4b9e-a93e-7f9073ffe09a";
54 mgmtIf = "enp130s0f0";
55 stateVersion = "19.09";
56 }
57]