try and add in new ppc64/ppc64le builders with no nfs/createrepo for now
This commit is contained in:
parent
cc0448409b
commit
7bbcf534c7
8 changed files with 10 additions and 1 deletions
|
@ -238,3 +238,6 @@ collectd_apache: true
|
|||
|
||||
# assume vpn is false
|
||||
vpn: False
|
||||
|
||||
# assume createrepo is true and this builder has the koji nfs mount to do that
|
||||
createrepo: True
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.118
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.119
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.120
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.136
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.137
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -5,3 +5,4 @@ eth1_ip: 10.5.127.138
|
|||
# This is a lie, but the Power64 kernel/qemu/libvirt flips the eth0/eth1
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
createrepo: False
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
- base
|
||||
- hosts
|
||||
- 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: sudo, when: not inventory_hostname.startswith('bkernel') }
|
||||
- koji_builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue