Setup rw fedora_koji mount on arm02-builder00, arm02-builder01, buildvm-01 and buildhw-01

These builders will be removed from other channels and added to the 'compose'
channel. This requires rw rights to the koji storage.
This commit is contained in:
Kevin Fenzi 2015-06-12 16:54:28 +00:00
parent e8da4ef9b2
commit 404430fb62
5 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
#
# We need to mount koji storage rw here so run_root can work.
# The rest of the group can be ro, it's only builders in the
# compose channel that need a rw mount
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -0,0 +1,7 @@
---
#
# We need to mount koji storage rw here so run_root can work.
# The rest of the group can be ro, it's only builders in the
# compose channel that need a rw mount
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -0,0 +1,7 @@
---
#
# We need to mount koji storage rw here so run_root can work.
# The rest of the group can be ro, it's only builders in the
# compose channel that need a rw mount
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -2,3 +2,10 @@
vmhost: buildvmhost-10.phx2.fedoraproject.org
eth0_ip: 10.5.125.98
eth1_ip: 10.5.127.158
#
# We need to mount koji storage rw here so run_root can work.
# The rest of the group can be ro, it's only builders in the
# compose channel that need a rw mount
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -15,6 +15,8 @@
roles:
- base
- { role: nfs/client, when: inventory_hostname.startswith('build') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs/client, when: inventory_hostname.startswith('arm02-builder00') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs/client, when: inventory_hostname.startswith('arm02-builder01') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' }
- { role: nfs/client, when: inventory_hostname.startswith('aarch64') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_arm/data' }
- { role: nfs/client, when: inventory_hostname.startswith('ppc8') , mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_ppc/data' }
- koji_builder