From e3cdca34974c1abb40d0af4225488ec872c3eb36 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 30 Nov 2015 21:16:18 +0000 Subject: [PATCH] Make sure arm02-builder00 and 01 mount fedora_koji rw as they are now in the compose channel. --- inventory/host_vars/arm02-builder00.arm.fedoraproject.org | 7 +++++++ inventory/host_vars/arm02-builder01.arm.fedoraproject.org | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 inventory/host_vars/arm02-builder00.arm.fedoraproject.org create mode 100644 inventory/host_vars/arm02-builder01.arm.fedoraproject.org diff --git a/inventory/host_vars/arm02-builder00.arm.fedoraproject.org b/inventory/host_vars/arm02-builder00.arm.fedoraproject.org new file mode 100644 index 0000000000..0ddade218a --- /dev/null +++ b/inventory/host_vars/arm02-builder00.arm.fedoraproject.org @@ -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" diff --git a/inventory/host_vars/arm02-builder01.arm.fedoraproject.org b/inventory/host_vars/arm02-builder01.arm.fedoraproject.org new file mode 100644 index 0000000000..0ddade218a --- /dev/null +++ b/inventory/host_vars/arm02-builder01.arm.fedoraproject.org @@ -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"