mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[ipa] Add VMs for RDU3
Add VM definitions for IPA machines in RDU3.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
17
inventory/host_vars/ipa01.rdu3.fedoraproject.org
Normal file
17
inventory/host_vars/ipa01.rdu3.fedoraproject.org
Normal 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"
|
||||
17
inventory/host_vars/ipa02.rdu3.fedoraproject.org
Normal file
17
inventory/host_vars/ipa02.rdu3.fedoraproject.org
Normal 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"
|
||||
17
inventory/host_vars/ipa03.rdu3.fedoraproject.org
Normal file
17
inventory/host_vars/ipa03.rdu3.fedoraproject.org
Normal 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"
|
||||
Reference in New Issue
Block a user