try and add in new ppc64/ppc64le builders with no nfs/createrepo for now

This commit is contained in:
Kevin Fenzi 2017-03-08 22:12:14 +00:00
parent cc0448409b
commit 7bbcf534c7
8 changed files with 10 additions and 1 deletions

View file

@ -238,3 +238,6 @@ collectd_apache: true
# assume vpn is false # assume vpn is false
vpn: False vpn: False
# assume createrepo is true and this builder has the koji nfs mount to do that
createrepo: True

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.118
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.119
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.120
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.136
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.137
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -5,3 +5,4 @@ eth1_ip: 10.5.127.138
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1 # This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
main_bridge: br1 main_bridge: br1
nfs_bridge: br0 nfs_bridge: br0
createrepo: False

View file

@ -22,7 +22,7 @@
- base - base
- hosts - hosts
- apache - apache
- { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" } - { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}", when: createrepo }
- { role: fas_client, when: not inventory_hostname.startswith('bkernel') } - { role: fas_client, when: not inventory_hostname.startswith('bkernel') }
- { role: sudo, when: not inventory_hostname.startswith('bkernel') } - { role: sudo, when: not inventory_hostname.startswith('bkernel') }
- koji_builder - koji_builder