Preparing Rocky Server For Openstack Neutron
Supported Operating System Version
Step 1 - Install Rocky Operating System and install some pre-requisite packages
sudo dnf install -y tar
sudo dnf install -y yum wget vim net-tools python3-libselinux sshpass nfs-utils
sudo dnf install initscripts.x86_64 initscripts-service.noarch python3-dnf-plugin-versionlock -y
sudo dnf upgrade --exclude=centos-release* --exclude=redhat-release* --exclude=kernel* --exclude=rocky-release* --exclude=rocky-repos* -y
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -yStep 2 - Ensure Virtualization is Enabled
Step 3 - Ensure the System Clock is Synchronized

Step 4 - Set SELinux to permissive and update crypto policies to legacy mode
Step 5 - Add the Openvswitch YUM Repo
Step 6 - Install Openvswitch and openstack-network-scripts packages
Step 7 - Disable Firewalld and NetworkManager
Step 8 - Enable Network and Openvswitch
Step 9 - Load the modules needed for Neutron
Step 10 - Add sysctl options
Step 11 - Install QEMU KVM EV
Step 12 - Install Router Advertisement Daemon
Step 13 - Configure host networking
Last updated
Was this helpful?
