forked from infra/ansible
also add new host files
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
76288074d6
commit
c7555e5646
3 changed files with 39 additions and 0 deletions
15
inventory/host_vars/compose-eln01.rdu3.fedoraproject.org
Normal file
15
inventory/host_vars/compose-eln01.rdu3.fedoraproject.org
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
datacenter: rdu3
|
||||
eth0_ipv4_gw: 10.16.169.254
|
||||
eth0_ipv4_ip: 10.16.169.125
|
||||
# eln is never frozen, the compose box should not be so we can make needed changes
|
||||
freezes: false
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
koji_instance: "primary"
|
||||
kojihub_scheme: https
|
||||
kojihub_url: koji.fedoraproject.org/kojihub
|
||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/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-05.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
12
inventory/host_vars/sundries01.stg.rdu3.fedoraproject.org
Normal file
12
inventory/host_vars/sundries01.stg.rdu3.fedoraproject.org
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
datacenter: rdu3
|
||||
eth0_ipv4_gw: 10.16.166.254
|
||||
eth0_ipv4_ip: 10.16.166.33
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# This overrides a group var and lets the playbook know that we should
|
||||
# install special cron jobs here.
|
||||
master_sundries_node: True
|
||||
mirrorlist_procs: 45
|
||||
vmhost: vmhost-x86-02.stg.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
12
inventory/host_vars/sundries02.stg.rdu3.fedoraproject.org
Normal file
12
inventory/host_vars/sundries02.stg.rdu3.fedoraproject.org
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
datacenter: rdu3
|
||||
eth0_ipv4_gw: 10.16.166.254
|
||||
eth0_ipv4_ip: 10.16.166.71
|
||||
ks_repo: https://infrastructure.fedoraproject.org/repo/rhel/RHEL9-x86_64/
|
||||
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel
|
||||
# This overrides a group var and lets the playbook know that we should
|
||||
# install special cron jobs here.
|
||||
master_sundries_node: True
|
||||
mirrorlist_procs: 45
|
||||
vmhost: vmhost-x86-02.stg.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
Loading…
Add table
Add a link
Reference in a new issue