install crudini rpm in target nodes to support dpdk
Change-Id: Ibf02e25066d8278832f18c9b81bbdba12e8a8b1c
This commit is contained in:
parent
903a28a995
commit
d2ea0465e9
@ -32,7 +32,7 @@ systemctl restart docker
|
|||||||
systemctl enable docker
|
systemctl enable docker
|
||||||
yum install -y python2-docker
|
yum install -y python2-docker
|
||||||
|
|
||||||
yum -y install ntp
|
yum -y install ntp crudini
|
||||||
systemctl enable ntpd.service
|
systemctl enable ntpd.service
|
||||||
systemctl start 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
|
#enlarge the TCP source port range to deal with functest thousands requests
|
||||||
sudo sysctl net.ipv4.ip_local_port_range="5000 65000"
|
sudo sysctl net.ipv4.ip_local_port_range="5000 65000"
|
||||||
echo -e "net.ipv4.ip_local_port_range='5000 65000'" >> /etc/sysctl.conf
|
echo -e "net.ipv4.ip_local_port_range='5000 65000'" >> /etc/sysctl.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user