1
0
Fork 0
forked from infra/ansible
infra-ansible/inventory/host_vars/pagure-stg-ro01.fedoraproject.org
Kevin Fenzi 52ac6c7ec6 pagure-stg-ro01: add new instance for readonly pagure in stg ( ticket 13351 )
For infra/tickets#13351
This makes a staging rhel10 vm thats just the same size / place
as pagure-stg01.

It still needs external ip's and nat in from those, but this should be
enough to install it and start setting things up.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-06-03 19:55:22 +00:00

1.3 KiB

— datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: "vpn.fedoraproject.org" dns_search2: "stg.rdu3.fedoraproject.org" dns_search3: "rdu3.fedoraproject.org" dns_search4: "fedoraproject.org" effective_cache_size: "6GB" eth0_ipv4_gw: 10.16.179.254 eth0_ipv4_ip: 10.16.179.80 eth0_ipv6_gw: "2620:52:6:1161::1" eth0_ipv6_ip: "2620:52:6:1161::33" eth0_ipv6_nm: 64 eth0_nm: 255.255.255.0 has_ipv6: yes ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-10 network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
    • "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"

    dhcp4: no dns:

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

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"
    • "{{ dns_search3 }}"
    • "{{ dns_search4 }}"

    gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet

pagure_db_host: 127.0.0.1 rdu_external: true #

# shared_buffers: "2GB" ssh_hostnames:

  • stg.pagure.io

vmhost: vmhost-x86-iso01.rdu3.fedoraproject.org volgroup: /dev/vg_guests