runroot: add grooup and move RW nfs option there so it's consistent
This commit is contained in:
parent
395069b293
commit
9eb4f54ac0
10 changed files with 6 additions and 42 deletions
6
inventory/group_vars/runroot
Normal file
6
inventory/group_vars/runroot
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
# 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=4"
|
|
@ -10,8 +10,6 @@ koji_server_url: "http://arm.koji.fedoraproject.org/kojihub"
|
|||
koji_weburl: "http://arm.koji.fedoraproject.org/koji"
|
||||
koji_topurl: "http://armpkgs.fedoraproject.org/"
|
||||
|
||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4
|
||||
|
||||
fedmsg_certs:
|
||||
- service: releng
|
||||
owner: root
|
||||
|
|
|
@ -3,5 +3,4 @@ koji_server_url: "http://koji.stg.fedoraproject.org/kojihub"
|
|||
koji_weburl: "http://koji.stg.fedoraproject.org/koji"
|
||||
koji_topurl: "http://kojipkgs.stg.fedoraproject.org/"
|
||||
datacenter: staging
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -3,5 +3,4 @@ koji_server_url: "http://koji.stg.fedoraproject.org/kojihub"
|
|||
koji_weburl: "http://koji.stg.fedoraproject.org/koji"
|
||||
koji_topurl: "http://kojipkgs.stg.fedoraproject.org/"
|
||||
datacenter: staging
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
---
|
||||
#
|
||||
# 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=4"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
---
|
||||
#
|
||||
# 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=4"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
---
|
||||
#
|
||||
# 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=4"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
---
|
||||
#
|
||||
# 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=4"
|
||||
koji_hub_nfs: "fedora_koji"
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
---
|
||||
#
|
||||
# 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=4"
|
||||
|
||||
gw: 10.5.125.254
|
||||
eth0_ip: 10.5.125.94
|
||||
eth1_ip: 10.5.127.154
|
||||
|
|
|
@ -2,10 +2,3 @@
|
|||
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=4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue