openstack-ansible/doc/source/install-guide/targethosts-add.rst
kevin f9f907732e Port basic installation guide
Convert RPC installation guide from DocBook to RST,
remove content specific to Rackspace, and create initial
OSAD installation guide.

Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
2015-06-11 09:17:56 -05:00

36 lines
938 B
ReStructuredText

`Home <index.html>`__ OpenStack Ansible Installation Guide
Configuring the operating system
--------------------------------
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:
.. code-block:: bash
# 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:
.. code-block:: bash
# echo 'bonding' >> /etc/modules
# echo '8021q' >> /etc/modules
#. Configure NTP to synchronize with a suitable time source.
#. Reboot the host to activate the changes.
--------------
.. include:: navigation.txt