noc-cc01: setup internal interface

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-08-02 08:58:34 -07:00
parent cd2bf9b072
commit 6ea92d7154

View file

@ -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']