This adds a new bvmhost in stg ( bvmhost-x86-02.stg ) a new vmhost in stg ( vmhost-x86-09.stg ) and a new autosign box (that will be autosign02 to allow us to set it up and migrate to it). It also adds dhcp config for those and their mgmt interfaces Signed-off-by: Kevin Fenzi <kevin@scrye.com>
872 B
872 B
— br0_ipv4: 10.3.167.12 br0_ipv4_gw: 10.3.167.254 br0_ipv4_nm: 24 br0_port0_mac: "{{ mac3 }}" datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "stg.iad2.fedoraproject.org" dns_search2: "iad2.fedoraproject.org" dns_search3: "fedoraproject.org" has_ipv4: yes mac1: C8:4B:D6:88:FB:C6 mac2: C8:4B:D6:88:FB:C7 mac3: 6C:FE:54:57:5F:48 mac4: 6C:FE:54:57:5F:49 network_connections:
-
autoconnect: yes ip: address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
- "{{ dns_search3 }}"
gateway4: "{{ br0_ipv4_gw }}" name: br0 state: up type: bridge mtu: 9000
- mac: "{{ br0_port0_mac }}" master: br0 name: br0-port0 state: up type: ethernet mtu: 9000