builders: initial new PPC EPEL builders commit, comment out existing builders for now (will be rebuilt to new VMs RSN)

This commit is contained in:
Peter Robinson 2015-10-28 12:42:44 +00:00
parent 74c4b48b1e
commit a3fbe41e95
9 changed files with 89 additions and 3 deletions

View file

@ -70,8 +70,16 @@ buildhw-11.phx2.fedoraproject.org
buildhw-12.phx2.fedoraproject.org
[buildppc]
buildppc-01.phx2.fedoraproject.org
buildppc-02.phx2.fedoraproject.org
#buildppc-01.phx2.fedoraproject.org
#buildppc-02.phx2.fedoraproject.org
buildppc-03.phx2.fedoraproject.org
buildppc-04.phx2.fedoraproject.org
[buildppcle]
buildppcle-01.phx2.fedoraproject.org
buildppcle-02.phx2.fedoraproject.org
buildppcle-03.phx2.fedoraproject.org
buildppcle-04.phx2.fedoraproject.org
[buildppc64]
ppc8-01.qa.fedoraproject.org
@ -236,6 +244,7 @@ buildvm
buildvm-ppc64
buildvm-ppc64le
buildppc
buildppcle
buildarm
buildaarch64
buildppc64

View file

@ -1,6 +1,29 @@
---
# common items for the buildvm-* koji builders
volgroup: /dev/vg_guests
lvm_size: 150000
mem_size: 10240
num_cpus: 4
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-21-ppc64
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/21/Server/ppc64/os/
nm: 255.255.255.0
gw: 10.5.125.254
eth1_gw: 10.5.127.254
dns: 10.5.126.21
virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
--network=bridge=br0,model=virtio --autostart --noautoconsole; sleep 5
# 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/ppc-releng-sudoers"
sudoers: "{{ private }}/files/sudo/arm-releng-sudoers"
koji_server_url: "http://koji.fedoraproject.org/kojihub"
koji_weburl: "http://koji.fedoraproject.org/koji"

View file

@ -0,0 +1,30 @@
---
# common items for the buildvm-* koji builders
volgroup: /dev/vg_guests
lvm_size: 150000
mem_size: 10240
num_cpus: 4
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-21-ppc64le
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/21/Server/ppc64le/os/
nm: 255.255.255.0
gw: 10.5.125.254
eth1_gw: 10.5.127.254
dns: 10.5.126.21
virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
--network=bridge=br0,model=virtio --autostart --noautoconsole; sleep 5
# 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/arm-releng-sudoers"
koji_server_url: "http://koji.fedoraproject.org/kojihub"
koji_weburl: "http://koji.fedoraproject.org/koji"
koji_topurl: "http://kojipkgs.fedoraproject.org/"

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-03.qa.fedoraproject.org
eth0_ip: 10.5.125.27
eth1_ip: 10.5.127.137

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-04.qa.fedoraproject.org
eth0_ip: 10.5.125.28
eth1_ip: 10.5.127.138

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-02.qa.fedoraproject.org
eth0_ip: 10.5.125.23
eth1_ip: 10.5.127.119

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-02.qa.fedoraproject.org
eth0_ip: 10.5.125.24
eth1_ip: 10.5.127.120

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-03.qa.fedoraproject.org
eth0_ip: 10.5.125.25
eth1_ip: 10.5.127.121

View file

@ -0,0 +1,4 @@
---
vmhost: ppc8-04.qa.fedoraproject.org
eth0_ip: 10.5.125.26
eth1_ip: 10.5.127.122