From 6075dbf410f9065e84d96c8bd70391ee6a4c47b6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 27 Jul 2015 23:00:22 +0000 Subject: [PATCH] and then there was vh22 --- inventory/hardware | 4 ++++ inventory/inventory | 4 ++++ .../files/dhcpd.conf.noc01.phx2.fedoraproject.org | 8 ++++++++ .../nagios_server/files/nagios/hosts/virthost19-mgmt.cfg | 7 +++++++ roles/nagios_server/files/nagios/hosts/virthost19.cfg | 7 +++++++ roles/nagios_server/files/nagios/hosts/virthost20.cfg | 7 +++++++ roles/nagios_server/files/nagios/hosts/virthost21.cfg | 7 +++++++ roles/nagios_server/files/nagios/hosts/virthost22.cfg | 7 +++++++ 8 files changed, 51 insertions(+) create mode 100644 roles/nagios_server/files/nagios/hosts/virthost19-mgmt.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/virthost19.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/virthost20.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/virthost21.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/virthost22.cfg diff --git a/inventory/hardware b/inventory/hardware index 70b0008a50..e473ad3e8f 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -12,6 +12,10 @@ virthost15.phx2.fedoraproject.org virthost16.phx2.fedoraproject.org virthost17.phx2.fedoraproject.org virthost18.phx2.fedoraproject.org +virthost19.phx2.fedoraproject.org +virthost20.phx2.fedoraproject.org +virthost21.phx2.fedoraproject.org +virthost22.phx2.fedoraproject.org bvirthost07.phx2.fedoraproject.org ibiblio04.fedoraproject.org virthost-comm03.qa.fedoraproject.org diff --git a/inventory/inventory b/inventory/inventory index 8d1fa2e5bc..2973527942 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -671,6 +671,10 @@ virthost15.phx2.fedoraproject.org virthost16.phx2.fedoraproject.org virthost17.phx2.fedoraproject.org virthost18.phx2.fedoraproject.org +virthost19.phx2.fedoraproject.org +virthost20.phx2.fedoraproject.org +virthost21.phx2.fedoraproject.org +virthost22.phx2.fedoraproject.org qa03.qa.fedoraproject.org qa04.qa.fedoraproject.org qa05.qa.fedoraproject.org diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 16d8266cdc..1e763e0396 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -93,6 +93,14 @@ subnet 10.5.126.0 netmask 255.255.255.0 { filename "pxelinux.0"; } + host virthost22 { + hardware ethernet EC:F4:BB:E1:C2:DC; + fixed-address 10.5.126.153; + next-server 10.5.126.41; + option host-name "virthost22"; + filename "pxelinux.0"; + } + host download01 { hardware ethernet f0:1f:af:e3:66:6c; fixed-address 10.5.126.93; diff --git a/roles/nagios_server/files/nagios/hosts/virthost19-mgmt.cfg b/roles/nagios_server/files/nagios/hosts/virthost19-mgmt.cfg new file mode 100644 index 0000000000..283be93af3 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/virthost19-mgmt.cfg @@ -0,0 +1,7 @@ +define host { + host_name virthost19.mgmt.fedoraproject.org + alias virthost19.mgmt.fedoraproject.org + use mincheck + address virthost19.mgmt.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/nagios_server/files/nagios/hosts/virthost19.cfg b/roles/nagios_server/files/nagios/hosts/virthost19.cfg new file mode 100644 index 0000000000..04ce3618dd --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/virthost19.cfg @@ -0,0 +1,7 @@ +define host { + host_name virthost19 + alias virthost19.phx2.fedoraproject.org + use defaulttemplate + address virthost19.phx2.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/nagios_server/files/nagios/hosts/virthost20.cfg b/roles/nagios_server/files/nagios/hosts/virthost20.cfg new file mode 100644 index 0000000000..86a4eb4560 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/virthost20.cfg @@ -0,0 +1,7 @@ +define host { + host_name virthost20 + alias virthost20.phx2.fedoraproject.org + use defaulttemplate + address virthost20.phx2.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/nagios_server/files/nagios/hosts/virthost21.cfg b/roles/nagios_server/files/nagios/hosts/virthost21.cfg new file mode 100644 index 0000000000..99508dcf0f --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/virthost21.cfg @@ -0,0 +1,7 @@ +define host { + host_name virthost21 + alias virthost21.phx2.fedoraproject.org + use defaulttemplate + address virthost21.phx2.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/nagios_server/files/nagios/hosts/virthost22.cfg b/roles/nagios_server/files/nagios/hosts/virthost22.cfg new file mode 100644 index 0000000000..cf8e9e6795 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/virthost22.cfg @@ -0,0 +1,7 @@ +define host { + host_name virthost22 + alias virthost22.phx2.fedoraproject.org + use defaulttemplate + address virthost22.phx2.fedoraproject.org + parents fwsm01-gw +}