diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-11-08 08:09:04 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-11-08 08:29:48 +0000 |
commit | 89d71f87e989047d7fda653017d8f9ce0879174b (patch) | |
tree | 405b2127dd8330b936d928b48e70698b68ba2bfa /resources/tools/testbed-setup/ansible | |
parent | 0227e20f014f8ad2103000c1d91a37b6afba0fda (diff) |
FIX: Small ansible fixes
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I55e0f8c28ea166464026b61e3fd2b18faf8744f2
Diffstat (limited to 'resources/tools/testbed-setup/ansible')
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' |