From 805a14569e15f176a0b0729b0df01d462a7234a5 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 3 May 2021 16:30:40 -0400 Subject: [PATCH] add in bridge 2 onto the two vmhosts-cc boxes. --- .../vmhost-x86-cc05.rdu-cc.fedoraproject.org | 17 +++++++++++++++++ .../vmhost-x86-cc06.rdu-cc.fedoraproject.org | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/inventory/host_vars/vmhost-x86-cc05.rdu-cc.fedoraproject.org b/inventory/host_vars/vmhost-x86-cc05.rdu-cc.fedoraproject.org index d7462c269a..c9106d8b05 100644 --- a/inventory/host_vars/vmhost-x86-cc05.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-cc05.rdu-cc.fedoraproject.org @@ -17,6 +17,8 @@ br0_ipv4_nm: 23 br0_ipv4_gw: "{{ gw }}" br1_ipv4: 172.23.1.1 br1_ipv4_nm: 24 +br2_ipv4: 172.23.5.1 +br2_ipv4_nm: 24 has_ipv6: yes br0_ipv6: "2620:52:3:1:dead:beef:cafe:f005" @@ -30,6 +32,7 @@ mac3: "ec:f4:bb:d2:97:7a" br0_port0_mac: "{{ mac0 }}" br1_port0_mac: "{{ mac1 }}" +br2_port0_mac: "{{ mac2 }}" network_connections: - name: br0 @@ -71,3 +74,17 @@ network_connections: type: ethernet master: br1 mac: "{{ br1_port0_mac }}" + - name: br2 + state: up + type: bridge + autoconnect: yes + ip: + address: + - "{{ br2_ipv4 }}/{{ br2_ipv4_nm }}" + dhcp4: no + auto6: no + - name: br2-port0 + state: up + type: ethernet + master: br2 + mac: "{{ br2_port0_mac }}" diff --git a/inventory/host_vars/vmhost-x86-cc06.rdu-cc.fedoraproject.org b/inventory/host_vars/vmhost-x86-cc06.rdu-cc.fedoraproject.org index 5425bb15d4..96487f52c3 100644 --- a/inventory/host_vars/vmhost-x86-cc06.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-cc06.rdu-cc.fedoraproject.org @@ -17,6 +17,8 @@ br0_ipv4_nm: 23 br0_ipv4_gw: "{{ gw }}" br1_ipv4: 172.23.1.2 br1_ipv4_nm: 24 +br2_ipv4: 172.23.5.2 +br2_ipv4_nm: 24 has_ipv6: yes br0_ipv6: "2620:52:3:1:dead:beef:cafe:f006" @@ -30,6 +32,7 @@ mac3: "ec:f4:bb:cd:aa:a2" br0_port0_mac: "{{ mac0 }}" br1_port0_mac: "{{ mac1 }}" +br2_port0_mac: "{{ mac2 }}" network_connections: - name: br0 @@ -71,3 +74,17 @@ network_connections: type: ethernet master: br1 mac: "{{ br1_port0_mac }}" + - name: br2 + state: up + type: bridge + autoconnect: yes + ip: + address: + - "{{ br2_ipv4 }}/{{ br2_ipv4_nm }}" + dhcp4: no + auto6: no + - name: br2-port0 + state: up + type: ethernet + master: br2 + mac: "{{ br2_port0_mac }}"