batcave: redirect http to https
We hadn't done this in the past because virt-install couldn't do https urls, but thats long since no longer the case. So, move all the ks_url and ks_repo calls to use https and since they are using https, they need to use the valid infrastructure.fedoraproject.org name so they can verify the cert. Set batcave to redirect http to https now since that was the thing holding this back. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
48477a232c
commit
eafcece0cf
135 changed files with 271 additions and 273 deletions
|
@ -167,9 +167,9 @@ ipa_server_nodes:
|
|||
- ipa01.iad2.fedoraproject.org
|
||||
- ipa02.iad2.fedoraproject.org
|
||||
- ipa03.iad2.fedoraproject.org
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
# defaults for virt installs
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# most of our systems are 64bit.
|
||||
# Used to install various nagios scripts and the like.
|
||||
libdir: /usr/lib64
|
||||
|
|
|
@ -20,8 +20,8 @@ koji_root: "koji.fedoraproject.org/koji"
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 262144
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 15360
|
||||
|
|
|
@ -20,8 +20,8 @@ koji_root: "koji.fedoraproject.org/koji"
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/aarch64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/aarch64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 300000
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -26,8 +26,8 @@ koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/aarch64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/aarch64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 140000
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -12,8 +12,8 @@ dns_search1: iad2.fedoraproject.org
|
|||
dns_search2: fedoraproject.org
|
||||
eth0_ipv4_gw: 10.3.171.254
|
||||
external: false
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/39/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/39/Server/ppc64le/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 102400 # 100 GB
|
||||
main_bridge: br0
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -12,8 +12,8 @@ dns_search1: iad2.fedoraproject.org
|
|||
dns_search2: fedoraproject.org
|
||||
eth0_ipv4_gw: 10.3.171.254
|
||||
external: false
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/39/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/39/Server/ppc64le/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 102400 # 100 GB
|
||||
main_bridge: br0
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -21,8 +21,8 @@ koji_hub_nfs: "fedora_koji"
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/41/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/ppc64le/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 600000
|
||||
#
|
||||
# The ppc virthosts have different bridge names for the main and nfs bridges.
|
||||
|
|
|
@ -26,8 +26,8 @@ koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/41/Server/ppc64le/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/ppc64le/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 150000
|
||||
main_bridge: br0
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -20,8 +20,8 @@ koji_hub_nfs: "fedora_koji"
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 128000
|
||||
main_bridge: br0
|
||||
mem_size: 25600
|
||||
|
|
|
@ -4,8 +4,8 @@ dns2: 10.3.163.34
|
|||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
eth0_ipv4_gw: 10.16.0.254
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 102400
|
||||
main_bridge: vmbr
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -13,6 +13,6 @@ koji_hub_nfs: "fedora_koji"
|
|||
koji_server_url: "https://koji.stg.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora-secondary/releases/41/Server/s390x/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}"
|
||||
|
|
|
@ -26,8 +26,8 @@ koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
|||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
||||
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 150000
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 10240
|
||||
|
|
|
@ -11,8 +11,8 @@ ipa_shell_groups:
|
|||
- sysadmin-messaging
|
||||
ipa_client_sudo_groups:
|
||||
- sysadmin-messaging
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
|
|
|
@ -3,7 +3,7 @@ datacenter: iad2
|
|||
eth0_ipv4_gw: 10.3.167.254
|
||||
eth0_ipv4_ip: 10.3.167.29
|
||||
external: false
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
vmhost: bvmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -4,8 +4,8 @@ dns1: 10.3.163.33
|
|||
dns2: 10.3.163.34
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.31
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ssh_hostnames:
|
||||
- bastion.fedoraproject.org
|
||||
- bastion01.fedoraproject.org
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.32
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ssh_hostnames:
|
||||
- bastion.fedoraproject.org
|
||||
- bastion02.fedoraproject.org
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.35
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
sar_output_file: koji.json
|
||||
#host_backup_targets: ['/git', '/mnt/fedora/app/attachments']
|
||||
|
||||
|
|
|
@ -73,8 +73,8 @@ fedmsg_certs:
|
|||
group: ftpsync
|
||||
owner: root
|
||||
service: ftpsync
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
max_mem_size: 98304
|
||||
mem_size: 98304
|
||||
num_cpus: 30
|
||||
|
|
|
@ -18,7 +18,7 @@ fedmsg_certs:
|
|||
group: sysadmin-releng
|
||||
owner: apache
|
||||
service: releng
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: bvmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.46
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.38
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
vmhost: vmhost-x86-09.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.42
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
nagios_Can_Connect: false
|
||||
nagios_Check_Services:
|
||||
mail: false
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.43
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
nagios_Can_Connect: false
|
||||
nagios_Check_Services:
|
||||
mail: false
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.47
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
mem_size: 4096
|
||||
vmhost: vmhost-x86-04.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -38,8 +38,8 @@ koji_hub_nfs: "fedora_koji"
|
|||
kojihub_scheme: https
|
||||
kojihub_url: koji.fedoraproject.org/kojihub
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
virt_install_command: "{{ virt_install_command_one_nic_unsafe }}"
|
||||
vmhost: bvmhost-x86-02.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -22,8 +22,8 @@ fedmsg_certs:
|
|||
# This VM is the compose host for IoT Edition
|
||||
freezes: false
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/38/Everything/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
main_bridge: br0
|
||||
mem_size: 32768
|
||||
sudoers: "{{ private }}/files/sudo/sysadmin-secondary-sudoers"
|
||||
|
|
|
@ -39,8 +39,8 @@ koji_hub_nfs: "fedora_koji"
|
|||
kojihub_scheme: https
|
||||
kojihub_url: koji.fedoraproject.org/kojihub
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
virt_install_command: "{{ virt_install_command_one_nic_unsafe }}"
|
||||
vmhost: bvmhost-x86-03.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -45,8 +45,8 @@ koji_hub_nfs: "fedora_koji"
|
|||
kojihub_scheme: https
|
||||
kojihub_url: koji.fedoraproject.org/kojihub
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
#
|
||||
# These are 64bit
|
||||
#
|
||||
|
|
|
@ -13,7 +13,7 @@ koji_hub_nfs: "fedora_koji"
|
|||
kojihub_scheme: http
|
||||
kojihub_url: koji.stg.fedoraproject.org/kojihub
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/development/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/development/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: bvmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.113
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/37/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/37/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -8,8 +8,8 @@ eth0_ipv4_gw: 10.3.166.254
|
|||
eth0_ipv4_ip: 10.3.166.59
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 1000000
|
||||
max_mem_size: 98304
|
||||
|
|
|
@ -13,8 +13,8 @@ eth0_ipv4_gw: "10.3.163.254"
|
|||
eth0_ipv4_ip: 10.3.163.111
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 2000g
|
||||
max_cpu: "{{ num_cpus * 2 }}"
|
||||
|
|
|
@ -22,8 +22,8 @@ dbs_to_backup:
|
|||
effective_cache_size: "6GB"
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.42
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 100000
|
||||
max_stack_depth: "4MB"
|
||||
|
|
|
@ -24,8 +24,8 @@ dbs_to_backup:
|
|||
effective_cache_size: "3GB"
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.34
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 30000
|
||||
mem_size: 4096
|
||||
|
|
|
@ -17,8 +17,8 @@ eth0_ipv4_gw: 10.3.169.254
|
|||
eth0_ipv4_ip: 10.3.169.103
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 1750000
|
||||
max_cpu: 96
|
||||
|
|
|
@ -12,8 +12,8 @@ eth0_ipv4_gw: 10.3.167.254
|
|||
eth0_ipv4_ip: 10.3.167.65
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 1500000
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
|
|
|
@ -18,8 +18,8 @@ eth0_ipv4_ip: 10.3.174.51
|
|||
host_backup_targets: ['/backups']
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 300000
|
||||
mem_size: 16384
|
||||
|
|
|
@ -49,8 +49,8 @@ dbs_to_backup:
|
|||
effective_cache_size: "50GB"
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.41
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 1500000
|
||||
max_cpu: "{{ num_cpus }}"
|
||||
|
|
|
@ -19,8 +19,8 @@ datacenter: iad2
|
|||
effective_cache_size: "12GB"
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.32
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 500000
|
||||
mem_size: 16384
|
||||
|
|
|
@ -13,8 +13,8 @@ eth0_ipv4_ip: 10.3.163.44
|
|||
extra_enablerepos: ''
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 500000
|
||||
mariadb_root_password: "{{ db03_mysql_root_password }}"
|
||||
|
|
|
@ -9,8 +9,8 @@ eth0_ipv4_ip: 10.3.166.35
|
|||
extra_enablerepos: ''
|
||||
# kernel SHMMAX value
|
||||
kernel_shmmax: 68719476736
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# These are normally group variables, but in this case db servers are often different
|
||||
lvm_size: 500000
|
||||
# This is a more strict list, to be made publicly available
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.109
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
sar_script_user: root
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
vmhost: vmhost-x86-06.iad2.fedoraproject.org
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.62
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-08.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
dnf_automatic_type: default
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.49
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 20000
|
||||
max_mem_size: 20480
|
||||
mem_size: 16384
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.50
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 20000
|
||||
main_bridge: br0
|
||||
max_mem_size: 20480
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.51
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 20000
|
||||
main_bridge: br0
|
||||
max_mem_size: 20480
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.85
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 20000
|
||||
main_bridge: br0
|
||||
max_mem_size: 20480
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.84
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 20000
|
||||
main_bridge: br0
|
||||
nrpe_procs_crit: 1400
|
||||
|
|
|
@ -11,8 +11,8 @@ eth0_ipv6_ip: "2620:52:3:1:dead:beef:cafe:fed1"
|
|||
eth0_ipv6_nm: 64
|
||||
eth0_nm: 255.255.255.0
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 50000
|
||||
mac_address: "52:54:00:30:a6:43"
|
||||
max_mem_size: 49152
|
||||
|
|
|
@ -11,8 +11,8 @@ eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed6"
|
|||
eth0_ipv6_gw: "2600:2701:4000:5211::1"
|
||||
eth0_ipv6_nm: 104
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 150000
|
||||
max_mem_size: 49152
|
||||
mem_size: 32768
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.53
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
vmhost: vmhost-x86-03.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.39
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7-iad2
|
||||
vmhost: vmhost-x86-11.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.54
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -4,7 +4,7 @@ eth0_ipv4_gw: 10.3.166.254
|
|||
eth0_ipv4_ip: 10.3.166.21
|
||||
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
|
||||
ipa_initial: false
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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-11.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.55
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -4,7 +4,7 @@ eth0_ipv4_gw: 10.3.166.254
|
|||
eth0_ipv4_ip: 10.3.166.63
|
||||
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
|
||||
ipa_initial: false
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.104
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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-06.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -4,7 +4,7 @@ eth0_ipv4_gw: 10.3.166.254
|
|||
eth0_ipv4_ip: 10.3.166.68
|
||||
## REMEMBER ONLY SET THIS TO TRUE WHEN WIPING SYSTEM TO MINIMUM
|
||||
ipa_initial: false
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.105
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-04.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.30
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-11.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.106
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
vmhost: vmhost-x86-06.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -6,8 +6,8 @@ fedmsg_koji_instance: primary
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
|
|
|
@ -6,8 +6,8 @@ fedmsg_koji_instance: primary
|
|||
koji_server_url: "https://koji.stg.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.stg.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.stg.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 1.5t
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -6,8 +6,8 @@ fedmsg_koji_instance: primary
|
|||
koji_server_url: "https://koji.fedoraproject.org/kojihub"
|
||||
koji_topurl: "https://kojipkgs.fedoraproject.org/"
|
||||
koji_weburl: "https://koji.fedoraproject.org/koji"
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.106
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.107
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1000
|
||||
nrpe_procs_warn: 900
|
||||
virt_install_command: "{{ virt_install_command_one_nic }}"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.39
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-ext
|
||||
lvm_size: 1048576
|
||||
mem_size: 16384
|
||||
#host_backup_targets: ['/var/log']
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.57
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 1500000
|
||||
sar_output_file: mailinglists.json
|
||||
# GDPR SAR variables
|
||||
|
|
|
@ -3,8 +3,8 @@ datacenter: iad2
|
|||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.40
|
||||
external: false
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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-09.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
sar_output_file: mailinglists.json
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.59
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
vmhost: vmhost-x86-03.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.41
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
vmhost: vmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.130
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.77
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
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-05.stg.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -9,8 +9,8 @@ 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
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://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
|
||||
|
|
|
@ -8,8 +8,8 @@ custom_rules: [
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.10
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
|
|
|
@ -22,8 +22,8 @@ eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed9"
|
|||
eth0_ipv6_gw: "2600:2701:4000:5211::1"
|
||||
eth0_ipv6_nm: 104
|
||||
has_ipv6: yes
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
nagios_location: 'external'
|
||||
nagios_srcdir: 'nagios'
|
||||
network_connections:
|
||||
|
|
|
@ -6,7 +6,7 @@ eth0_ipv4_ip: 10.3.163.33
|
|||
# This host is externally reachable
|
||||
#
|
||||
external: true
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
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.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -24,8 +24,8 @@ eth0_ipv6_ip: "2600:2701:4000:5211:dead:beef:00fe:fed7"
|
|||
eth0_ipv6_gw: "2600:2701:4000:5211::1"
|
||||
eth0_ipv6_nm: 104
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -6,7 +6,7 @@ eth0_ipv4_ip: 10.3.163.34
|
|||
# This host is externally reachable
|
||||
#
|
||||
external: true
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
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.iad2.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -25,8 +25,8 @@ eth0_ipv6_ip: "2001:4178:2:1269:dead:beef:cafe:fed5"
|
|||
eth0_ipv6_nm: 64
|
||||
eth0_nm: 255.255.255.240
|
||||
has_ipv6: yes
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.102
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 50g
|
||||
max_mem_size: 16384
|
||||
mem_size: 16384
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
eth0_ipv4_ip: 10.3.167.34
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 120g
|
||||
max_mem_size: 16384
|
||||
mem_size: 8192
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.119
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 120g
|
||||
max_mem_size: 16384
|
||||
mem_size: 16384
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
eth0_ipv4_ip: 10.3.167.35
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 120g
|
||||
max_mem_size: 16384
|
||||
mem_size: 8192
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.127
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 120g
|
||||
max_mem_size: 16384
|
||||
mem_size: 16384
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.174.254
|
||||
eth0_ipv4_ip: 10.3.174.57
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/x86_64/os/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/os/
|
||||
############################################################
|
||||
# install
|
||||
############################################################
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-32-iad2
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-32-iad2
|
||||
############################################################
|
||||
# virtual machine
|
||||
############################################################
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.174.254
|
||||
eth0_ipv4_ip: 10.3.174.52
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/32/Server/x86_64/os/
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/32/Server/x86_64/os/
|
||||
############################################################
|
||||
# install
|
||||
############################################################
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-32-iad2
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-32-iad2
|
||||
############################################################
|
||||
# virtual machine
|
||||
############################################################
|
||||
|
|
|
@ -4,8 +4,8 @@ datacenter: iad2
|
|||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.65
|
||||
external: false
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 120g
|
||||
max_mem_size: 16384
|
||||
mem_size: 16384
|
||||
|
|
|
@ -3,8 +3,8 @@ baseiptables: true
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.50
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
lvm_size: 100g
|
||||
mem_size: 4096
|
||||
vmhost: vmhost-x86-11.stg.iad2.fedoraproject.org
|
||||
|
|
|
@ -13,8 +13,8 @@ keepalived_interface: eth0
|
|||
keepalived_ipaddress: 38.145.48.40
|
||||
keepalived_priority: 100
|
||||
keepalived_routerid: 20
|
||||
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/29/Server/x86_64/os/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora-29-ext
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/29/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-29-ext
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
num_cpus: 4
|
||||
|
|
|
@ -13,8 +13,8 @@ keepalived_interface: eth0
|
|||
keepalived_ipaddress: 38.145.48.40
|
||||
keepalived_priority: 50
|
||||
keepalived_routerid: 20
|
||||
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/31/Server/x86_64/os/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora-31-ext
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/31/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora-31-ext
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
num_cpus: 4
|
||||
|
|
|
@ -13,8 +13,8 @@ eth0_ipv6_ip: "2620:52:3:1:dead:beef:cafe:fed3"
|
|||
eth0_ipv6_nm: 64
|
||||
eth0_nm: 255.255.255.0
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-ext
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -12,8 +12,8 @@ eth0_ipv6_ip: "2620:52:3:1:dead:beef:cafe:fed8"
|
|||
eth0_ipv6_nm: 64
|
||||
eth0_nm: 255.255.255.0
|
||||
has_ipv6: yes
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-ext
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-ext
|
||||
max_stack_depth: "4MB"
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -15,8 +15,8 @@ freezes: false
|
|||
#host_backup_targets: ['/srv/web']
|
||||
|
||||
has_ipv6: yes
|
||||
ks_repo: http://38.145.60.16/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-people
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-people
|
||||
lvm_size: 2t
|
||||
mem_size: 8192
|
||||
network_connections:
|
||||
|
|
|
@ -5,8 +5,8 @@ datacenter: iad2
|
|||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_ip: 10.3.169.116
|
||||
host_backup_targets: ['/srv/cache/lookaside']
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
mem_size: 32768
|
||||
nagios_Check_Services:
|
||||
swap: false
|
||||
|
|
|
@ -4,8 +4,8 @@ baseiptables: False
|
|||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
eth0_ipv4_ip: 10.3.167.74
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
|
||||
# DB used by pagure
|
||||
pagure_db_host: db01.stg.iad2.fedoraproject.org
|
||||
ssh_hostnames:
|
||||
|
|
|
@ -13,8 +13,8 @@ eth0_ipv4_gw: 10.3.163.254
|
|||
external: true
|
||||
freezes: true
|
||||
has_ipv4: yes
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 100000
|
||||
mac0: 52:54:00:76:9f:85
|
||||
mem_size: 16384
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.74
|
||||
external: true
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
|
|
|
@ -13,8 +13,8 @@ eth0_ipv6_nm: 64
|
|||
freezes: true
|
||||
has_ipv4: yes
|
||||
has_ipv6: true
|
||||
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
max_mem_size: 65536
|
||||
mem_size: 24576
|
||||
network_connections:
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
eth0_ipv4_gw: 10.3.166.254
|
||||
eth0_ipv4_ip: 10.3.166.75
|
||||
external: true
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
# This is consumed by the roles/fedora-web/main role
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue