Upgrading OS
Perform the following operations on each arm-compute node of OpenStack.
- Modify the Yum configuration file to disable the kernel upgrade.
1 2
sed -i '$a exclude=kernel*' /etc/yum.conf sed -i '$a exclude=kernel centos-release' /etc/yum.conf
- Upgrade system software.
1yum -y update
Parent topic: Configuring the Deployment Environment