diff --git a/inventory/builders b/inventory/builders index 70abc71ec3..ced9668ec5 100644 --- a/inventory/builders +++ b/inventory/builders @@ -313,6 +313,8 @@ buildvm-ppc64le-28.ppc.fedoraproject.org buildvm-ppc64le-29.ppc.fedoraproject.org buildvm-ppc64le-30.ppc.fedoraproject.org buildvm-ppc64le-31.ppc.fedoraproject.org + +[buildvm_ppc64le_iad2] buildvm-ppc64le-01.iad2.fedoraproject.org buildvm-ppc64le-02.iad2.fedoraproject.org buildvm-ppc64le-03.iad2.fedoraproject.org @@ -391,6 +393,7 @@ buildvm buildvm_aarch64 buildvm_armv7 buildvm_ppc64le +buildvm_ppc64le_iad2 buildvm_s390x bkernel diff --git a/inventory/group_vars/buildvm_ppc64le_iad2 b/inventory/group_vars/buildvm_ppc64le_iad2 new file mode 100644 index 0000000000..ccaebd5615 --- /dev/null +++ b/inventory/group_vars/buildvm_ppc64le_iad2 @@ -0,0 +1,48 @@ +--- +# common items for the buildvm-* koji builders +volgroup: /dev/vg_guests +lvm_size: 145000 +mem_size: 12288 +max_mem_size: 12288 +num_cpus: 6 + +ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ +ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 + +ipa_server: ipa01.iad2.fedoraproject.org +nm: 255.255.255.0 +gw: 10.3.171.254 +dns: 10.3.163.33 +datacenter: iad2 + +# +# The ppc virthosts have different bridge names for the main and nfs bridges. +# +main_bridge: br0 +nfs_bridge: br1 + +virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" + +# for systems that do not match the above - specify the same parameter in +# the host_vars/$hostname file +host_group: kojibuilder +fas_client_groups: sysadmin-releng +sudoers: "{{ private }}/files/sudo/00releng-sudoers" + +koji_hub_nfs: "fedora_koji" +koji_server_url: "https://koji.fedoraproject.org/kojihub" +koji_weburl: "https://koji.fedoraproject.org/koji" +koji_topurl: "https://kojipkgs.fedoraproject.org/" + +# These variables are pushed into /etc/system_identification by the base role. +# Groups and individual hosts should ovveride them with specific info. +# See http://infrastructure.fedoraproject.org/csi/security-policy/ + +csi_security_category: High +csi_primary_contact: Fedora Admins - admin@fedoraproject.org +csi_purpose: Koji service employs a set of virtual machines to build packages for the Fedora project. This group builds packages for ppcle architecture. +csi_relationship: | + * Relies on koji-hub, Packages, PkgDB, apache, fedmsg, fas, virthost, and is monitored by nagios + * Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver. + * Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new + * virtual instances diff --git a/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org index 168a650471..1073c80d3c 100644 --- a/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-01.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.41 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org index 306629c6ba..424097c376 100644 --- a/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-02.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.42 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org index c6d1d3167d..eb67b4a6a7 100644 --- a/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-03.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.43 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org index acea262f21..5781cfaf81 100644 --- a/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-04.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.44 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org index 6515ff960d..c25706388e 100644 --- a/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-05.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.45 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org index 9f5e714a5c..04fd6c80ab 100644 --- a/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-06.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.46 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org index 54638941c9..7ebb4b6489 100644 --- a/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-07.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.47 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org index ea7e555469..6dba3a551f 100644 --- a/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-08.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.48 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org index f52692f4a7..d8f3f59fc4 100644 --- a/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-09.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.49 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org index 7e9e7f9900..2d4c7c5ae7 100644 --- a/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-10.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.50 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org index 17786252d2..62d5e4c469 100644 --- a/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-11.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.51 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org index cfa2cc8bd6..1ce565e34a 100644 --- a/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-12.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.52 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org index da9006e0fd..bef9b15a46 100644 --- a/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-13.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.53 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org index 1280154280..15f4f90d6a 100644 --- a/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-14.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.54 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org index 0f267a21e0..6b0b08222e 100644 --- a/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-15.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.55 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org index 268f5ff83d..e678a60121 100644 --- a/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-16.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.56 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org index d4afcf0708..122c6866d8 100644 --- a/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-17.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.57 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org index 1e65964150..afe8244c46 100644 --- a/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-18.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.58 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org index 92140b1fca..4b5405186c 100644 --- a/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-19.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.59 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org index 36e7443767..311d63f604 100644 --- a/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-20.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.60 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org index 84188ee006..840bfa88cb 100644 --- a/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-21.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.61 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org index 1c517d8b0e..fea4e6f499 100644 --- a/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-22.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.62 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org index 2a40579662..295ce764e7 100644 --- a/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-23.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.63 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org index 23f2585d7d..66d438e421 100644 --- a/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-24.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.64 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org index 688821e152..29162715d3 100644 --- a/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-25.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.65 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org index 2ffdc82695..2fe9050c33 100644 --- a/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-26.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-01.iad2.fedoraproject.org eth0_ip: 10.3.171.66 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org index 540da37b9e..1b4b65a34d 100644 --- a/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-27.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.67 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org index 0a445ca2b4..bfc6f21a68 100644 --- a/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-28.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.68 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org index ab824a0e0e..578a239040 100644 --- a/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-29.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.69 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org index 9bed53b0cf..10b2457691 100644 --- a/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-30.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.70 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org index b2b12bd766..7b48aefb65 100644 --- a/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-31.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.71 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org index 10b9a6fb89..dcc79bf6cf 100644 --- a/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-32.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.72 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org index 3465323323..d2502ee81d 100644 --- a/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-33.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.73 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org index 0cc4e9dfa7..31d6e7a686 100644 --- a/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-34.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.74 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org index 3defd41c74..5f4a3a4aa9 100644 --- a/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-35.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.75 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org index 4396b3ffae..5d9f5da89c 100644 --- a/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-36.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.76 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org index 9bb42991cb..9b55f2501e 100644 --- a/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-37.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.77 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org index 6b2241a8a2..82e6fe561d 100644 --- a/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-38.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.78 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org index 99de259493..44c120ab88 100644 --- a/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-39.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.79 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org b/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org index 0d6cfe35d8..68a0f57851 100644 --- a/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org +++ b/inventory/host_vars/buildvm-ppc64le-40.iad2.fedoraproject.org @@ -1,10 +1,3 @@ --- vmhost: bvmhost-p09-02.iad2.fedoraproject.org eth0_ip: 10.3.171.80 -main_bridge: br0 -mem_size: 12288 -max_mem_size: 12288 -num_cpus: 6 -ks_repo: http://10.3.163.35/pub/fedora-secondary/releases/32/Server/ppc64le/os/ -ks_url: http://10.3.163.35/repo/rhel/ks/buildvm-fedora-32-ppc64le-iad2 -virt_install_command: "{{ virt_install_command_one_nic_unsafe }}" diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index c32582f2f0..549c65f367 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -3,10 +3,10 @@ # NOTE: make sure there is room/space for this builder on the buildvmhost # NOTE: most of these vars_path come from group_vars/buildvm or from hostvars -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64le:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x_stg:buildvm-s390x-15.s390.fedoraproject.org:buildvm-s390x-16.s390.fedoraproject.org:buildvm-s390x-17.s390.fedoraproject.org:buildvm-s390x-18.s390.fedoraproject.org:buildvm-s390x-19.s390.fedoraproject.org:buildvm-s390x-20.s390.fedoraproject.org:buildvm-s390x-21.s390.fedoraproject.org:buildvm-s390x-22.s390.fedoraproject.org:buildvm-s390x-23.s390.fedoraproject.org:buildvm-s390x-24.s390.fedoraproject.org" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64le:buildvm_ppc64le_iad2:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x_stg:buildvm-s390x-15.s390.fedoraproject.org:buildvm-s390x-16.s390.fedoraproject.org:buildvm-s390x-17.s390.fedoraproject.org:buildvm-s390x-18.s390.fedoraproject.org:buildvm-s390x-19.s390.fedoraproject.org:buildvm-s390x-20.s390.fedoraproject.org:buildvm-s390x-21.s390.fedoraproject.org:buildvm-s390x-22.s390.fedoraproject.org:buildvm-s390x-23.s390.fedoraproject.org:buildvm-s390x-24.s390.fedoraproject.org" - name: make koji builder(s) - hosts: buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64le:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x:buildvm_s390x_stg + hosts: buildvm:buildvm_stg:buildvm_aarch64:buildvm_armv7:buildvm_ppc64le:buildvm_ppc64le_iad2:buildvm_ppc64le_stg:buildvm_aarch64_stg:buildvm_armv7_stg:buildvm_s390x:buildvm_s390x_stg user: root gather_facts: True