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:
parent
74c4b48b1e
commit
a3fbe41e95
9 changed files with 89 additions and 3 deletions
|
@ -70,8 +70,16 @@ buildhw-11.phx2.fedoraproject.org
|
||||||
buildhw-12.phx2.fedoraproject.org
|
buildhw-12.phx2.fedoraproject.org
|
||||||
|
|
||||||
[buildppc]
|
[buildppc]
|
||||||
buildppc-01.phx2.fedoraproject.org
|
#buildppc-01.phx2.fedoraproject.org
|
||||||
buildppc-02.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]
|
[buildppc64]
|
||||||
ppc8-01.qa.fedoraproject.org
|
ppc8-01.qa.fedoraproject.org
|
||||||
|
@ -236,6 +244,7 @@ buildvm
|
||||||
buildvm-ppc64
|
buildvm-ppc64
|
||||||
buildvm-ppc64le
|
buildvm-ppc64le
|
||||||
buildppc
|
buildppc
|
||||||
|
buildppcle
|
||||||
buildarm
|
buildarm
|
||||||
buildaarch64
|
buildaarch64
|
||||||
buildppc64
|
buildppc64
|
||||||
|
|
|
@ -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
|
host_group: kojibuilder
|
||||||
fas_client_groups: sysadmin-releng
|
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_server_url: "http://koji.fedoraproject.org/kojihub"
|
||||||
koji_weburl: "http://koji.fedoraproject.org/koji"
|
koji_weburl: "http://koji.fedoraproject.org/koji"
|
||||||
|
|
30
inventory/group_vars/buildppcle
Normal file
30
inventory/group_vars/buildppcle
Normal 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/"
|
4
inventory/host_vars/buildppc-03.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppc-03.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-03.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.27
|
||||||
|
eth1_ip: 10.5.127.137
|
4
inventory/host_vars/buildppc-04.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppc-04.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-04.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.28
|
||||||
|
eth1_ip: 10.5.127.138
|
4
inventory/host_vars/buildppcle-01.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppcle-01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-02.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.23
|
||||||
|
eth1_ip: 10.5.127.119
|
4
inventory/host_vars/buildppcle-02.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppcle-02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-02.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.24
|
||||||
|
eth1_ip: 10.5.127.120
|
4
inventory/host_vars/buildppcle-03.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppcle-03.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-03.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.25
|
||||||
|
eth1_ip: 10.5.127.121
|
4
inventory/host_vars/buildppcle-04.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/buildppcle-04.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
vmhost: ppc8-04.qa.fedoraproject.org
|
||||||
|
eth0_ip: 10.5.125.26
|
||||||
|
eth1_ip: 10.5.127.122
|
Loading…
Add table
Add a link
Reference in a new issue