From 10d20fdf0a4d30e40a91091f118db26c939b8ae6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 1 Jun 2021 15:17:25 -0400 Subject: [PATCH] Add in new interface for cloud-noc-os01 Signed-off-by: Stephen Smoogen --- .../cloud-noc-os01.rdu-cc.fedoraproject.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/inventory/host_vars/cloud-noc-os01.rdu-cc.fedoraproject.org b/inventory/host_vars/cloud-noc-os01.rdu-cc.fedoraproject.org index f542a2c73d..033326dd32 100644 --- a/inventory/host_vars/cloud-noc-os01.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/cloud-noc-os01.rdu-cc.fedoraproject.org @@ -20,9 +20,12 @@ eth0_ipv4_nm: 23 eth0_ipv4_gw: 8.43.85.254 eth1_ipv4: 172.23.1.3 eth1_ipv4_nm: 24 +eth2_ipv4: 172.23.5.3 +eth2_ipv4_nm: 24 mac0: 52:54:00:46:ed:ba mac1: 52:54:00:24:8e:bc +mac2: 52:54:00:d6:ab:66 public_hostname: cloud-noc-os01.rdu-cc.fedoraproject.org network_connections: @@ -51,6 +54,15 @@ network_connections: - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}" dhcp4: no auto6: no + - name: eth2 + mac: "{{ mac2 }}" + type: ethernet + autoconnect: yes + ip: + address: + - "{{ eth2_ipv4 }}/{{ eth2_ipv4_nm }}" + dhcp4: no + auto6: no virt_install_command: virt-install -n {{ inventory_hostname }} --memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio