[ipa] Add VMs for RDU3

Add VM definitions for IPA machines in RDU3.
This commit is contained in:
Michal Konecny
2025-06-23 14:27:16 +02:00
committed by zlopez
parent d150e3b678
commit f1102f6b54
5 changed files with 57 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ ipa_server_nodes:
- ipa01.iad2.fedoraproject.org
- ipa02.iad2.fedoraproject.org
- ipa03.iad2.fedoraproject.org
- ipa01.rdu3.fedoraproject.org
- ipa02.rdu3.fedoraproject.org
- ipa03.rdu3.fedoraproject.org
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
# defaults for virt installs
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel

View File

@@ -19,6 +19,9 @@ ipa_server_nodes:
- ipa01.stg.iad2.fedoraproject.org
- ipa02.stg.iad2.fedoraproject.org
- ipa03.stg.iad2.fedoraproject.org
- ipa01.stg.rdu3.fedoraproject.org
- ipa02.stg.rdu3.fedoraproject.org
- ipa03.stg.rdu3.fedoraproject.org
mirrors_centos_org_cert_file: mirrors.stg.centos.org.cert
# This is the mirrors.stg.centos.org certs
mirrors_centos_org_cert_name: mirrors.stg.centos.org

View File

@@ -0,0 +1,17 @@
---
datacenter: rdu3
eth0_ipv4_gw: 10.16.163.254
eth0_ipv4_ip: 10.16.163.54
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
ipa_initial: false
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
vmhost: vmhost-x86-01.rdu3.fedoraproject.org
volgroup: /dev/vg_guests
# Network configuration for RDU3
dns: 10.16.163.33
dns1: 10.16.163.33
dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search2: "vpn.fedoraproject.org"
dns_search3: "fedoraproject.org"

View File

@@ -0,0 +1,17 @@
---
datacenter: rdu3
eth0_ipv4_gw: 10.16.163.254
eth0_ipv4_ip: 10.16.163.55
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
ipa_initial: false
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
vmhost: vmhost-x86-02.rdu3.fedoraproject.org
volgroup: /dev/vg_guests
# Network configuration for RDU3
dns: 10.16.163.33
dns1: 10.16.163.33
dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search2: "vpn.fedoraproject.org"
dns_search3: "fedoraproject.org"

View File

@@ -0,0 +1,17 @@
---
datacenter: rdu3
eth0_ipv4_gw: 10.16.163.254
eth0_ipv4_ip: 10.16.163.104
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
ipa_initial: false
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
vmhost: vmhost-x86-03.rdu3.fedoraproject.org
volgroup: /dev/vg_guests
# Network configuration for RDU3
dns: 10.16.163.33
dns1: 10.16.163.33
dns2: 10.16.163.34
dns_search1: "rdu3.fedoraproject.org"
dns_search2: "vpn.fedoraproject.org"
dns_search3: "fedoraproject.org"