Create new directories:
ceph
config
config-files
filesystem
kernel
kernel/kernel-modules
ldap
logging
strorage-drivers
tools
utilities
virt
Retire directories:
connectivity
core
devtools
support
extended
Delete two packages:
tgt
irqbalance
Relocated packages:
base/
dhcp
initscripts
libevent
lighttpd
linuxptp
memcached
net-snmp
novnc
ntp
openssh
pam
procps
sanlock
shadow
sudo
systemd
util-linux
vim
watchdog
ceph/
python-cephclient
config/
facter
puppet-4.8.2
puppet-modules
filesystem/
e2fsprogs
nfs-utils
nfscheck
kernel/
kernel-std
kernel-rt
kernel/kernel-modules/
mlnx-ofa_kernel
ldap/
nss-pam-ldapd
openldap
logging/
syslog-ng
logrotate
networking/
lldpd
iproute
mellanox
python-ryu
mlx4-config
python/
python-2.7.5
python-django
python-gunicorn
python-setuptools
python-smartpm
python-voluptuous
security/
shim-signed
shim-unsigned
tboot
strorage-drivers/
python-3parclient
python-lefthandclient
virt/
cloud-init
libvirt
libvirt-python
qemu
tools/
storage-topology
vm-topology
utilities/
tis-extensions
namespace-utils
nova-utils
update-motd
Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
# Parameters to be passed to nfs-utils (clients & server) service files.
|
|
#
|
|
|
|
# Options to pass to rpc.nfsd.
|
|
NFSD_OPTS=""
|
|
|
|
# Number of servers to start up; the default is 8 servers.
|
|
NFSD_COUNT=""
|
|
|
|
# Where to mount nfsd filesystem; the default is "/proc/fs/nfsd".
|
|
PROCNFSD_MOUNTPOINT=""
|
|
|
|
# Options used to mount nfsd filesystem; the default is "rw,nodev,noexec,nosuid".
|
|
PROCNFSD_MOUNTOPTS=""
|
|
|
|
# Options for rpc.mountd.
|
|
# If you have a port-based firewall, you might want to set up
|
|
# a fixed port here using the --port option.
|
|
MOUNTD_OPTS=""
|
|
|
|
# Parameters to be passed to nfs-common (nfs clients & server) init script.
|
|
#
|
|
|
|
# If you do not set values for the NEED_ options, they will be attempted
|
|
# autodetected; this should be sufficient for most people. Valid alternatives
|
|
# for the NEED_ options are "yes" and "no".
|
|
|
|
# Do you want to start the statd daemon? It is not needed for NFSv4.
|
|
NEED_STATD=""
|
|
|
|
# Options to pass to rpc.statd.
|
|
# N.B. statd normally runs on both client and server, and run-time
|
|
# options should be specified accordingly.
|
|
# STATD_OPTS="-p 32765 -o 32766"
|
|
STATD_OPTS=""
|