Home OpenStack-Ansible Installation Guide
Check the kernel version, install additional software packages, and configure NTP.
Check the kernel version. It should be 3.13.0-34-generic or later.
Install additional software packages if not already installed during operating system installation:
# apt-get install bridge-utils debootstrap ifenslave ifenslave-2.6 \
lsof lvm2 ntp ntpdate openssh-server sudo tcpdump vlan
Add the appropriate kernel modules to the /etc/modules file to enable VLAN and bond interfaces:
# echo 'bonding' >> /etc/modules
# echo '8021q' >> /etc/modules
Configure NTP to synchronize with a suitable time source.
Reboot the host to activate the changes.