From 2b0a7558e09dc1e27c401e26e15321ce4f231cea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 24 Aug 2021 10:54:55 -0700 Subject: [PATCH] add vmhost-x86-09 This host is an old phx2 host thats been sitting there on this ip, but we haven't moved any vm's to it (thus it shouldn't be affected by the freeze). However, we should get in ansible so it's network is managed and so we remember to reboot it for updates, etc. Signed-off-by: Kevin Fenzi --- .../vmhost-x86-09.iad2.fedoraproject.org | 40 +++++++++++++++++++ inventory/inventory | 1 + 2 files changed, 41 insertions(+) create mode 100644 inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org diff --git a/inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org b/inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org new file mode 100644 index 0000000000..1b54ad9b8e --- /dev/null +++ b/inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org @@ -0,0 +1,40 @@ +--- +datacenter: iad2 + +dns1: 10.3.163.33 +dns2: 10.3.163.34 + +dns_search1: "iad2.fedoraproject.org" +dns_search2: "fedoraproject.org" + +has_ipv4: yes +br0_ipv4: 10.3.163.29 +br0_ipv4_nm: 24 +br0_ipv4_gw: 10.3.163.254 + +mac2: 24:6e:96:b1:61:c0 + +br0_port0_mac: "{{ mac2 }}" + +network_connections: + - name: br0 + state: up + type: bridge + autoconnect: yes + ip: + address: + - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}" + gateway4: "{{ br0_ipv4_gw }}" + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - "{{ dns_search1 }}" + - "{{ dns_search2 }}" + dhcp4: no + auto6: no + - name: br0-port0 + state: up + type: ethernet + master: br0 + mac: "{{ br0_port0_mac }}" diff --git a/inventory/inventory b/inventory/inventory index d4fc5cf84e..8159a3210e 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -777,6 +777,7 @@ vmhost-x86-05.iad2.fedoraproject.org vmhost-x86-06.iad2.fedoraproject.org vmhost-x86-07.iad2.fedoraproject.org vmhost-x86-08.iad2.fedoraproject.org +vmhost-x86-09.iad2.fedoraproject.org qvmhost-x86-01.iad2.fedoraproject.org qvmhost-x86-02.iad2.fedoraproject.org