diff --git a/inventory/host_vars/noc-cc01.rdu-cc.fedoraproject.org b/inventory/host_vars/noc-cc01.rdu-cc.fedoraproject.org index 3b3adbda38..d4eaf7afbe 100644 --- a/inventory/host_vars/noc-cc01.rdu-cc.fedoraproject.org +++ b/inventory/host_vars/noc-cc01.rdu-cc.fedoraproject.org @@ -12,6 +12,8 @@ has_ipv4: yes ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/ ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel lvm_size: 20000 +mac0: 52:54:00:83:bf:28 +mac1: 52:54:00:1c:14:e6 mem_size: 8192 network_connections: - autoconnect: yes @@ -26,9 +28,17 @@ network_connections: - vpn.fedoraproject.org - fedoraproject.org gateway4: "{{ eth0_ipv4_gw }}" - mac: "{{ ansible_default_ipv4.macaddress }}" + mac: "{{ mac0 }}" name: eth0 type: ethernet + - autoconnect: yes + ip: + address: + - "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}" + dhcp4: no + mac: "{{ mac1 }}" + name: eth1 + type: ethernet num_cpus: 4 public_hostname: noc-cc01.rdu-cc.fedoraproject.org tcp_ports: ['67', '68']