commit 313a356c1d64427e517fc7c474f9e2e3ae19119e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 11 12:55:35 2017 +0200
Add host var for buildvm-03
.../host_vars/buildvm-03.online.rpmfusion.net | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git
a/inventory/host_vars/buildvm-03.online.rpmfusion.net
b/inventory/host_vars/buildvm-03.online.rpmfusion.net
new file mode 100644
index 0000000..99b7fe3
--- /dev/null
+++
b/inventory/host_vars/buildvm-03.online.rpmfusion.net
@@ -0,0 +1,12 @@
+---
+#vmhost:
hv01.online.rpmfusion.net
+eth0_ip: 192.168.102.101
+ks_url:
http://192.168.181.254/install/ks/buildvm-01.ks
+datacenter: virt
+
+#
+# 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"