ansible/inventory/host_vars/noc-cc01.rdu-cc.fedoraproject.org
Kevin Fenzi 6ea92d7154 noc-cc01: setup internal interface
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-08-02 08:58:45 -07:00

1.8 KiB
Raw Blame History

— datacenter: rdu-cc dns1: 8.8.8.8 dns2: 8.8.4.4 eth0_ipv4: 8.43.85.50 eth0_ipv4_gw: 8.43.85.254 eth0_ipv4_nm: 23 eth1_ipv4: 172.23.1.3 eth1_ipv4_nm: 24 freezes: false 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 ip: address:

    • "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • vpn.fedoraproject.org
    • fedoraproject.org

    gateway4: "{{ eth0_ipv4_gw }}" 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'] udp_ports: ['67', '68', '69'] virt_install_command: virt-install -n {{ inventory_hostname }} memory={{ mem_size }},maxmemory={{ max_mem_size }} memballoon virtio disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x 'net.ifnames=0 inst.ksdevice=eth0 inst.ks={{ ks_url }} console=tty0 console=ttyS0 hostname={{ inventory_hostname }} nameserver={{ dns1 }} ip={{ eth0_ipv4 }}::{{ eth0_ipv4_gw }}:{{ eth0_ipv4_nm }}:{{ inventory_hostname }}:eth0:none ip={{ eth1_ipv4 }}:::{{ eth1_ipv4_nm }}:{{ inventory_hostname_short }}-mgmt:eth1:none' network bridge=br0,model=virtio,mac={{ mac_address }} network=bridge=br1,model=virtio,mac={{ mac_address }} autostart noautoconsole watchdog default rng /dev/random vmhost: vmhost-x86-cc03.rdu-cc.fedoraproject.org volgroup: /dev/vg_guests vpn: true