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 <kevin@scrye.com>
This commit is contained in:
parent
4a52541da4
commit
2b0a7558e0
2 changed files with 41 additions and 0 deletions
40
inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org
Normal file
40
inventory/host_vars/vmhost-x86-09.iad2.fedoraproject.org
Normal file
|
@ -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 }}"
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue