From 89d71f87e989047d7fda653017d8f9ce0879174b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 8 Nov 2019 08:09:04 +0000 Subject: [PATCH] FIX: Small ansible fixes Signed-off-by: Peter Mikus Change-Id: I55e0f8c28ea166464026b61e3fd2b18faf8744f2 --- .../tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml | 1 + .../tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit | 2 +- .../tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml index d5e8cb1d52..2db85cf086 100644 --- a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml @@ -14,6 +14,7 @@ - 'build-essential' - 'cgroup-bin' - 'dkms' + - 'libpcap-dev' - 'python-all' - 'python-apt' - 'python-cffi' diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit b/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit index 0c9036e936..a0404c20d7 100644 --- a/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit +++ b/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit @@ -15,7 +15,7 @@ vm.max_map_count={{ sysctl.vm.max_map_count }} # hugetlb_shm_group contains group id that is allowed to create sysv # shared memory segment using hugetlb page. -vm.hugetlb_shm_group=0 +vm.hugetlb_shm_group=1000 # this control is used to define how aggressive the kernel will swap # memory pages. higher values will increase agressiveness, lower values diff --git a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml index c109695db0..ec2e6fcdd1 100644 --- a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml @@ -10,7 +10,6 @@ - 'libmbedtls10' - 'libmbedx509-0' - 'libnuma-dev' - - 'libpcap-dev' - 'libpixman-1-dev' - 'libtool' - 'lxc' -- 2.16.6