Turns out the current version of linux-system-roles network doesn't like setting ipv6 no and setting search domains since NetworkManager wants to set them for both ipv4 and ipv6. There's some upstream fix, but not in our current version. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2 KiB
— datacenter: iad2 dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" em1_ipv4: 10.3.174.21 em1_ipv4_gw: 10.3.174.254 em1_ipv4_nm: 24 em1_mac: "{{ mac1 }}" em2_mac: "{{ mac2 }}" em3_mac: "{{ mac3 }}" em4_mac: "{{ mac4 }}" freezes: false
has_ipv4: yes mac1: e4:43:4b:a7:98:66 mac2: e4:43:4b:a7:98:68 mac3: e4:43:4b:a7:98:86 mac4: e4:43:4b:a7:98:87 network_connections:
-
autoconnect: yes ip: address:
- "{{ em1_ipv4 }}/{{ em1_ipv4_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ em1_ipv4_gw }}" mac: "{{ em1_mac }}" name: em1 state: up type: ethernet
- autoconnect: no mac: "{{ em2_mac }}" name: em2 state: down type: ethernet
- autoconnect: no mac: "{{ em3_mac }}" name: em3 state: down type: ethernet
- autoconnect: no mac: "{{ em4_mac }}" name: em4 state: down type: ethernet
nrpe_procs_crit: 1600 nrpe_procs_warn: 1400
openqa_rngd: true openqa_tap_iface: em1
openqa_workers: 30 sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303']