Move most netapp nfs mounts to nfsv4
This commit is contained in:
parent
a32f8b9e4a
commit
9596023246
28 changed files with 26 additions and 92 deletions
|
@ -137,7 +137,7 @@ env: production
|
||||||
env_suffix:
|
env_suffix:
|
||||||
|
|
||||||
# nfs mount options, override at the group/host level
|
# nfs mount options, override at the group/host level
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# by default set become to false here We can override it as needed.
|
# by default set become to false here We can override it as needed.
|
||||||
# Note that if become is true, you need to unset requiretty for
|
# Note that if become is true, you need to unset requiretty for
|
||||||
|
|
|
@ -12,7 +12,7 @@ fas_client_groups: sysadmin-ask,sysadmin-build,sysadmin-cvs,sysadmin-main,sysadm
|
||||||
|
|
||||||
ansible_base: /srv/web/infra
|
ansible_base: /srv/web/infra
|
||||||
freezes: false
|
freezes: false
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: shell
|
- service: shell
|
||||||
|
|
|
@ -8,6 +8,6 @@ nrpe_procs_crit: 1000
|
||||||
host_group: download-phx2
|
host_group: download-phx2
|
||||||
|
|
||||||
# nfs mount options, overrides the all/default
|
# nfs mount options, overrides the all/default
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=4"
|
||||||
|
|
||||||
blocked_ips: [ '8.39.100.100', '46.29.92.6', '69.47.68.211', '83.110.159.237', '103.193.116.147', '130.193.57.106', '130.193.60.205', '158.39.4.2', '169.53.165.245', '193.52.32.69', '195.23.131.253', '198.11.167.9', '202.202.43.41' ]
|
blocked_ips: [ '8.39.100.100', '46.29.92.6', '69.47.68.211', '83.110.159.237', '103.193.116.147', '130.193.57.106', '130.193.60.205', '158.39.4.2', '169.53.165.245', '193.52.32.69', '195.23.131.253', '198.11.167.9', '202.202.43.41' ]
|
||||||
|
|
|
@ -41,7 +41,7 @@ fedmsg_certs:
|
||||||
- buildsys.task.state.change
|
- buildsys.task.state.change
|
||||||
- buildsys.untag
|
- buildsys.untag
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
osbs_fqdn: "osbs.fedorainfracloud.org"
|
osbs_fqdn: "osbs.fedorainfracloud.org"
|
||||||
|
|
|
@ -35,7 +35,7 @@ fedmsg_certs:
|
||||||
- buildsys.untag
|
- buildsys.untag
|
||||||
|
|
||||||
# NOTE -- staging mounts read-only
|
# NOTE -- staging mounts read-only
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||||
|
|
||||||
koji_server_url: "http://koji.stg.fedoraproject.org/kojihub"
|
koji_server_url: "http://koji.stg.fedoraproject.org/kojihub"
|
||||||
|
|
|
@ -1,46 +0,0 @@
|
||||||
---
|
|
||||||
# common items for the releng-* boxes
|
|
||||||
lvm_size: 100000
|
|
||||||
mem_size: 16384
|
|
||||||
num_cpus: 16
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.125.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
|
||||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
|
||||||
|
|
||||||
# With 16 cpus, theres a bunch more kernel threads
|
|
||||||
nrpe_procs_warn: 900
|
|
||||||
nrpe_procs_crit: 1000
|
|
||||||
|
|
||||||
host_group: releng
|
|
||||||
|
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
||||||
fedmsg_certs:
|
|
||||||
- service: shell
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
can_send:
|
|
||||||
- logger.log
|
|
||||||
- service: bodhi
|
|
||||||
owner: root
|
|
||||||
group: masher
|
|
||||||
can_send:
|
|
||||||
- bodhi.mashtask.complete
|
|
||||||
- bodhi.mashtask.mashing
|
|
||||||
- bodhi.mashtask.start
|
|
||||||
- bodhi.mashtask.sync.done
|
|
||||||
- bodhi.mashtask.sync.wait
|
|
||||||
- bodhi.errata.publish
|
|
||||||
- bodhi.update.eject
|
|
||||||
- service: ftpsync
|
|
||||||
owner: root
|
|
||||||
group: ftpsync
|
|
||||||
can_send:
|
|
||||||
- bodhi.updates.epel.sync
|
|
||||||
- bodhi.updates.fedora.sync
|
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
|
|
@ -16,7 +16,7 @@ fas_client_groups: sysadmin-releng
|
||||||
freezes: true
|
freezes: true
|
||||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# For the mock config
|
# For the mock config
|
||||||
kojipkgs_url: kojipkgs.fedoraproject.org
|
kojipkgs_url: kojipkgs.fedoraproject.org
|
||||||
|
|
|
@ -6,7 +6,7 @@ nrpe_procs_warn: 900
|
||||||
nrpe_procs_crit: 1000
|
nrpe_procs_crit: 1000
|
||||||
|
|
||||||
# nfs mount options, overrides the all/default
|
# nfs mount options, overrides the all/default
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actimeo=600,nfsvers=4"
|
||||||
|
|
||||||
fas_client_groups: sysadmin-noc,alt-sugar,alt-k12linux,altvideos,hosted-content,mips-content,s390_content,fi-apprentice,qa-deltaisos
|
fas_client_groups: sysadmin-noc,alt-sugar,alt-k12linux,altvideos,hosted-content,mips-content,s390_content,fi-apprentice,qa-deltaisos
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ fedmsg_certs:
|
||||||
- wiki.article.edit
|
- wiki.article.edit
|
||||||
- wiki.upload.complete
|
- wiki.upload.complete
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
csi_security_category: Moderate
|
csi_security_category: Moderate
|
||||||
csi_primary_contact: #fedora-admin
|
csi_primary_contact: #fedora-admin
|
||||||
|
|
|
@ -30,4 +30,4 @@ fedmsg_certs:
|
||||||
- wiki.article.edit
|
- wiki.article.edit
|
||||||
- wiki.upload.complete
|
- wiki.upload.complete
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
#
|
|
||||||
# These are 32bit
|
|
||||||
#
|
|
||||||
libdir: /usr/lib
|
|
||||||
|
|
||||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
|
||||||
|
|
||||||
eth0_ip: 10.5.78.10
|
|
||||||
gw: 10.5.78.254
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
#
|
|
||||||
# These are 32bit
|
|
||||||
#
|
|
||||||
libdir: /usr/lib
|
|
||||||
|
|
||||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
|
||||||
|
|
||||||
eth0_ip: 10.5.78.12
|
|
||||||
gw: 10.5.78.254
|
|
|
@ -4,5 +4,5 @@
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
koji_hub_nfs: "fedora_koji"
|
koji_hub_nfs: "fedora_koji"
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
koji_hub_nfs: "fedora_koji"
|
koji_hub_nfs: "fedora_koji"
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
koji_hub_nfs: "fedora_koji"
|
koji_hub_nfs: "fedora_koji"
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
koji_hub_nfs: "fedora_koji"
|
koji_hub_nfs: "fedora_koji"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
gw: 10.5.125.254
|
gw: 10.5.125.254
|
||||||
eth0_ip: 10.5.125.94
|
eth0_ip: 10.5.125.94
|
||||||
|
|
|
@ -8,4 +8,4 @@ eth1_ip: 10.5.127.158
|
||||||
# The rest of the group can be ro, it's only builders in the
|
# The rest of the group can be ro, it's only builders in the
|
||||||
# compose channel that need a rw mount
|
# compose channel that need a rw mount
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
|
@ -28,7 +28,7 @@ kojipkgs_url: kojipkgs.fedoraproject.org
|
||||||
kojihub_url: koji.fedoraproject.org/kojihub
|
kojihub_url: koji.fedoraproject.org/kojihub
|
||||||
kojihub_scheme: https
|
kojihub_scheme: https
|
||||||
|
|
||||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4
|
||||||
|
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: releng
|
- service: releng
|
||||||
|
|
|
@ -5,7 +5,7 @@ freezes: false
|
||||||
# this box mounts a large share from the netapp to store combined http
|
# this box mounts a large share from the netapp to store combined http
|
||||||
# logs from the proxies.
|
# logs from the proxies.
|
||||||
|
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# general configs
|
# general configs
|
||||||
nrpe_procs_warn: 900
|
nrpe_procs_warn: 900
|
||||||
|
|
|
@ -13,7 +13,7 @@ vmhost: virthost03.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
# nfs mount options, overrides the all/default
|
# nfs mount options, overrides the all/default
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# We define this here to override the global one because we need eth1
|
# We define this here to override the global one because we need eth1
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
|
@ -14,7 +14,7 @@ vmhost: virthost16.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
# nfs mount options, overrides the all/default
|
# nfs mount options, overrides the all/default
|
||||||
nfs_mount_opts: "ro,hard,bg,intr,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "ro,hard,bg,intr,nodev,nosuid,nfsvers=4"
|
||||||
|
|
||||||
# We define this here to override the global one because we need eth1
|
# We define this here to override the global one because we need eth1
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
|
@ -17,4 +17,4 @@ num_cpus: 8
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
host_backup_targets: ['/srv']
|
host_backup_targets: ['/srv']
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
- gnome_backups
|
- gnome_backups
|
||||||
- { role: nfs/client,
|
- { role: nfs/client,
|
||||||
mnt_dir: '/gnome_backups',
|
mnt_dir: '/gnome_backups',
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4",
|
||||||
nfs_src_dir: 'gnome_backups' }
|
nfs_src_dir: 'gnome_backups' }
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -49,5 +49,5 @@
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_stats'
|
mnt_dir: '/mnt/fedora_stats'
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
nfs_src_dir: 'fedora_stats'
|
nfs_src_dir: 'fedora_stats'
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
- git/server
|
- git/server
|
||||||
- git/hooks
|
- git/hooks
|
||||||
- clamav
|
- clamav
|
||||||
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3' }
|
- { role: nfs/client, when: env != "staging", mnt_dir: '/srv/cache/lookaside', nfs_src_dir: 'fedora_sourcecache', nfs_mount_opts='rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4' }
|
||||||
- role: distgit
|
- role: distgit
|
||||||
tags: distgit
|
tags: distgit
|
||||||
|
|
||||||
|
|
|
@ -25,11 +25,11 @@
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/archive' }
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/archive' }
|
||||||
- { role: nfs/client,
|
- { role: nfs/client,
|
||||||
mnt_dir: '/srv/pub/alt',
|
mnt_dir: '/srv/pub/alt',
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4",
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/alt' }
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/alt' }
|
||||||
- { role: nfs/client,
|
- { role: nfs/client,
|
||||||
mnt_dir: '/srv/pub/fedora-secondary',
|
mnt_dir: '/srv/pub/fedora-secondary',
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4",
|
||||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
|
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
|
||||||
|
|
||||||
- role: apache
|
- role: apache
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
roles:
|
roles:
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/fedora_stats'
|
mnt_dir: '/mnt/fedora_stats'
|
||||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4"
|
||||||
nfs_src_dir: 'fedora_stats'
|
nfs_src_dir: 'fedora_stats'
|
||||||
- geoip
|
- geoip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue