diff --git a/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org index 6f78568a95..fbd93f72d0 100644 --- a/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-01.iad2.fedoraproject.org @@ -1,3 +1,32 @@ --- vmhost: bvmhost-a64-01.iad2.fedoraproject.org -eth0_ip: 10.3.170.91 +datacenter: iad2 +dns1: 10.3.163.33 +dns2: 10.3.163.34 + +has_ipv4: yes +eth0_ipv4: 10.3.170.91 +eth0_ipv4_nm: 24 +eth0_ipv4_gw: 10.3.170.254 + +has_ipv6: no + +mac0: 52:54:00:a0:23:2f + +network_connections: + - name: eth0 + mac: "{{ mac0 }}" + state: down + type: ethernet + ip: + address: + - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" + gateway4: "{{ eth0_ipv4_gw }}" + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - iad2.fedoraproject.org + - fedoraproject.org + dhcp4: no + auto6: no \ No newline at end of file diff --git a/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org index f884346c2a..21e30efc23 100644 --- a/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-01.stg.iad2.fedoraproject.org @@ -1,3 +1,33 @@ --- vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org -eth0_ip: 10.3.167.45 +datacenter: iad2 +dns1: 10.3.163.33 +dns2: 10.3.163.34 + +has_ipv4: yes +eth0_ipv4: 10.3.167.45 +eth0_ipv4_nm: 24 +eth0_ipv4_gw: 10.3.167.254 + +has_ipv6: no + +mac0: 52:54:00:2f:20:0d + +network_connections: + - name: eth0 + mac: "{{ mac0 }}" + state: down + type: ethernet + ip: + address: + - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" + gateway4: "{{ eth0_ipv4_gw }}" + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - iad2.fedoraproject.org + - fedoraproject.org + dhcp4: no + auto6: no + diff --git a/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org index 63cc476f39..a29bc0fc2c 100644 --- a/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-02.iad2.fedoraproject.org @@ -1,3 +1,33 @@ --- vmhost: bvmhost-a64-01.iad2.fedoraproject.org -eth0_ip: 10.3.170.92 +datacenter: iad2 +dns1: 10.3.163.33 +dns2: 10.3.163.34 + +has_ipv4: yes +eth0_ipv4: 10.3.170.92 +eth0_ipv4_nm: 24 +eth0_ipv4_gw: 10.3.170.254 + +has_ipv6: no + +mac0: 52:54:00:81:4c:e8 + +network_connections: + - name: eth0 + mac: "{{ mac0 }}" + state: down + type: ethernet + ip: + address: + - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" + gateway4: "{{ eth0_ipv4_gw }}" + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - iad2.fedoraproject.org + - fedoraproject.org + dhcp4: no + auto6: no + diff --git a/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org b/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org index b70106289e..36638d5a51 100644 --- a/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-a64-02.stg.iad2.fedoraproject.org @@ -1,3 +1,32 @@ --- vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org -eth0_ip: 10.3.167.52 +datacenter: iad2 +dns1: 10.3.163.33 +dns2: 10.3.163.34 + +has_ipv4: yes +eth0_ipv4: 10.3.167.52 +eth0_ipv4_nm: 24 +eth0_ipv4_gw: 10.3.167.254 + +has_ipv6: no + +mac0: 52:54:00:2b:1d:73 + +network_connections: + - name: eth0 + mac: "{{ mac0 }}" + state: down + type: ethernet + ip: + address: + - "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}" + gateway4: "{{ eth0_ipv4_gw }}" + dns: + - "{{ dns1 }}" + - "{{ dns2 }}" + dns_search: + - iad2.fedoraproject.org + - fedoraproject.org + dhcp4: no + auto6: no