Update git submodules
authorYifei Xue <xueyifei@huawei.com>
Wed, 24 Jan 2018 09:28:04 +0000 (09:28 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 24 Jan 2018 09:28:04 +0000 (09:28 +0000)
commit9c8712057fe12e89f3acf6b43856118791e5d614
tree9d52caf29d344b61db8064d49263ceb1b276ae33
parent58f69e592888546f834fa9994d5e1b4958044ee7
Update git submodules

* Update docs/submodules/compass4nfv from branch 'master'
  - Merge "deploy/cobbler: drop tcp_tw_recycle in sysctl.conf"
  - deploy/cobbler: drop tcp_tw_recycle in sysctl.conf

    Currently, tcp_tw_recycle is set explicitly in sysctl.conf when
    installing OS by cobbler. This option is removed in kernel4.12,
    current sysctl.conf breaks sysctl function and K8s deployment.

    Actually, tcp_tw_recycle is considered broken and not recommended to
    use. We may simply drop this option to be compatible with different
    kernel versions.

    References:
    - https://vincent.bernat.im/en/blog/2014-tcp-time-wait-state-linux
    - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4396e46187ca5070219b81773c4e65088dac50cc

    Change-Id: I2cd89db3d423c811ba58eb5960f3cc718475be5f
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
docs/submodules/compass4nfv