debian_nfs_server job from cf/201
The NFS Server provides a storage server that can be used with the Cloud Controllers to store uploaded application source code and compiled application assets.
              Github source:
              57248e3a or
              master branch
            
Properties¶
nfs_server¶
  
  
    
allow_from_entries¶An array of Hosts, Domains, Wildcard Domains, CIDR Networks and/or IPs from which /var/vcap/store is accessible
idmapd_domain¶Domain name for NFS idmapd
- Default
  localdomain
no_root_squash¶Exports /var/vcap/store with no_root_squash when set to true
- Default
  false
pipefs_directory¶Pipefs directory for NFS idmapd
- Default
  /var/lib/nfs/rpc_pipef
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/debian_nfs_server/ directory
            (learn more).
          
bin/rpc_mountd_ctl(fromrpc_mountd_ctl)bin/rpc_nfsd_ctl(fromrpc_nfsd_ctl)config/exports(fromexports.erb)config/idmapd.conf(fromidmapd.conf.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.