From ba9e0f04a02409569102c187dbdca0f6c497ba19 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 25 2024 20:25:36 +0000 Subject: Update openqa-p09-worker01 host vars The interface name changed (thanks, 'predictable' names...sigh) and this box *is* encrypted currently. Signed-off-by: Adam Williamson --- diff --git a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org index 220cf2a..026abda 100644 --- a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org @@ -4,13 +4,13 @@ dns1: 10.3.163.33 dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" -enp1s0f0_ipv4: 10.3.174.42 -enp1s0f0_ipv4_gw: 10.3.174.254 -enp1s0f0_ipv4_nm: 24 -enp1s0f0_mac: "{{ mac1 }}" -enp1s0f1_mac: "{{ mac2 }}" +enp1s0f0np0_ipv4: 10.3.174.42 +enp1s0f0np0_ipv4_gw: 10.3.174.254 +enp1s0f0np0_ipv4_nm: 24 +enp1s0f0np0_mac: "{{ mac1 }}" +enp1s0f1np1_mac: "{{ mac2 }}" freezes: false -# enp1s0f0 is default network +# enp1s0f0np0 is default network # enp1s0f1 is disabled/nothing # NOTE network configuration beyond the scope of linux-system-roles on # this host is performed by the openqa/worker role @@ -23,7 +23,7 @@ network_connections: - autoconnect: yes ip: address: - - "{{ enp1s0f0_ipv4 }}/{{ enp1s0f0_ipv4_nm }}" + - "{{ enp1s0f0np0_ipv4 }}/{{ enp1s0f0np0_ipv4_nm }}" dhcp4: no dns: - "{{ dns1 }}" @@ -31,9 +31,9 @@ network_connections: dns_search: - "{{ dns_search1 }}" - "{{ dns_search2 }}" - gateway4: "{{ enp1s0f0_ipv4_gw }}" - mac: "{{ enp1s0f0_mac }}" - name: enp1s0f0 + gateway4: "{{ enp1s0f0np0_ipv4_gw }}" + mac: "{{ enp1s0f0np0_mac }}" + name: enp1s0f0np0 state: up type: ethernet - autoconnect: no @@ -45,7 +45,7 @@ nrpe_procs_crit: 300 nrpe_procs_warn: 250 # has an HW RNG, so let's have rngd openqa_rngd: true -openqa_tap_iface: enp1s0f0 +openqa_tap_iface: enp1s0f0np0 # this is a powerful machine, can handle more openQA workers openqa_workers: 15 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -55,5 +55,5 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153'] -# this box is not encrypted -openqa_nbde: false +# this box is encrypted +openqa_nbde: true