summaryrefslogtreecommitdiffstats
path: root/build/first-boot.yaml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-04-28 10:26:35 -0400
committerTim Rozet <trozet@redhat.com>2017-04-28 10:26:35 -0400
commitc9bde98a9729dbc442ce8c0cdbc29c7d35167db6 (patch)
tree07bcb9b8d54624e87b840cc8fb729ccfbeecd226 /build/first-boot.yaml
parente74b8e1e863e9d0e541a897e5681275cad40db8a (diff)
Fixes bugs in ovs dpdk
Changes Include: - Fixes an issue where using non-1st nic admin network deployment would result in loss of network connectivity during deployment. - Fixes an issue where not specifying cores to pin to in performance options would result in an incorrect '0' value used for core mask. JIRA: APEX-452 JIRA: APEX-453 Change-Id: I413290161abd9b2fa39b659d5ff989da9554f603 Signed-off-by: Tim Rozet <trozet@redhat.com>
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}