summaryrefslogtreecommitdiffstats
path: root/build/first-boot.yaml
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-05-02 20:38:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-02 20:38:56 +0000
commitf7e80c32e0456b0997cbe2c8ce6587f16750ac9b (patch)
treea21c4a44c73ccfa8b8fdbbd054ba35ed7907777c /build/first-boot.yaml
parent4c3ab00cb5d3fa5ea43dc0370ac7c20fa20441c1 (diff)
parentc9bde98a9729dbc442ce8c0cdbc29c7d35167db6 (diff)
Merge "Fixes bugs in ovs dpdk"
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}