install crudini rpm in target nodes to support dpdk

Change-Id: Ibf02e25066d8278832f18c9b81bbdba12e8a8b1c
This commit is contained in:
00184532 2017-12-04 16:38:13 +08:00 committed by Yao Lu
parent 903a28a995
commit d2ea0465e9
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ systemctl restart docker
systemctl enable docker
yum install -y python2-docker
yum -y install ntp
yum -y install ntp crudini
systemctl enable ntpd.service
systemctl start ntpd.service
@ -55,3 +55,4 @@ docker load < $prepare_dir/registry-server.tar
#enlarge the TCP source port range to deal with functest thousands requests
sudo sysctl net.ipv4.ip_local_port_range="5000 65000"
echo -e "net.ipv4.ip_local_port_range='5000 65000'" >> /etc/sysctl.conf