summaryrefslogtreecommitdiffstats
path: root/config/pdv/servers/pdv_compute.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/pdv/servers/pdv_compute.cfg')
-rw-r--r--config/pdv/servers/pdv_compute.cfg42
1 files changed, 42 insertions, 0 deletions
diff --git a/config/pdv/servers/pdv_compute.cfg b/config/pdv/servers/pdv_compute.cfg
new file mode 100644
index 0000000..56ceeff
--- /dev/null
+++ b/config/pdv/servers/pdv_compute.cfg
@@ -0,0 +1,42 @@
+define host {
+ use switch
+ host_name compute-group
+ parents ipe007
+ check_command true
+}
+
+define host {
+ use ipmi-ondemand-server
+ host_name ipepdvcompute1
+ address 192.168.26.131
+ parents compute-group
+ hostgroups +gpu-servers
+ _IPMI_IP 192.168.26.151
+}
+
+define host {
+ use ipmi-ondemand-server
+ host_name ipepdvcompute2
+ address 192.168.26.132
+ parents compute-group
+ hostgroups +gpu-servers,ipmi-tested
+ _IPMI_IP 192.168.26.152
+}
+
+define host {
+ use ipmi-ondemand-server
+ host_name ipepdvcompute3
+ address 192.168.26.135
+ parents compute-group
+ hostgroups +gpu-servers
+ _IPMI_IP 192.168.26.155
+}
+
+define host {
+ use ipmi-ondemand-server
+ host_name ipepdvcompute4
+ address 192.168.26.136
+ parents compute-group
+ hostgroups +gpu-servers,ipmi-tested
+ _IPMI_IP 192.168.26.156
+}