Merge "install crudini rpm in target nodes to support dpdk"

This commit is contained in:
Zuul 2017-12-13 02:41:15 +00:00 committed by Gerrit Code Review
commit 1c3743e84e
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