summaryrefslogtreecommitdiffstats
path: root/build/first-boot.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-05-03 02:58:57 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-03 02:58:57 +0000
commitd7cd79b099f71d5f1d46498222d9bb0c7cbdcc6a (patch)
tree12f7498c4ce00671651c4250260aa90ffcea22c7 /build/first-boot.yaml
parentd94215f00bafd38466e3eaa7d2724bb8c42e0fe3 (diff)
parent30a55e6318d11150869bd6ae01e2ea6191004363 (diff)
Merge "Fixes bugs in ovs dpdk" into stable/danube
Diffstat (limited to 'build/first-boot.yaml')
-rw-r--r--build/first-boot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/first-boot.yaml b/build/first-boot.yaml
index 6cd874cc..d4ac5df6 100644
--- a/build/first-boot.yaml
+++ b/build/first-boot.yaml
@@ -39,7 +39,7 @@ resources:
echo vm.hugetlb_shm_group=0 >> /usr/lib/sysctl.d/00-system.conf
echo vm.max_map_count=$(printf "%.0f" $(echo 2.2*$hugepage_count | bc)) >> /usr/lib/sysctl.d/00-system.conf
echo kernel.shmmax=$(($hugepage_count * 2 * 1024 * 1024)) >> /usr/lib/sysctl.d/00-system.conf
-
+ rm -f /etc/sysconfig/network-scripts/ifcfg-*
reboot
params:
$KERNEL_ARGS: {get_param: ComputeKernelArgs}