Custom Search

Tuesday, June 10, 2014

OpenStack Icehouse Multi-Node Setup Tutorial Part-3 : Packages

F)
OpenStack packages
Configure machines to install the latest OpenStack packages.
------------------------------------------------


http://docs.openstack.org/icehouse/install-guide/install/apt/content/basics-packages.html


* Skip this if you are using Ubuntu 14.04 (Icehouse is in the main repository for 14.04).

* Please do following steps in Controller, Network and Compute nodes if you are using Ubuntu 12.04

f1)
Install the Ubuntu Cloud Archive for Icehouse:

# apt-get install python-software-properties
# add-apt-repository cloud-archive:icehouse


f2)
Update the package database and upgrade your system:

# apt-get update
# apt-get dist-upgrade


f3)
If you intend to use OpenStack Networking (neutron) with Ubuntu 12.04, you should install a backported Linux kernel to improve the stability of your system. This installation is not needed if you intend to use the legacy networking service (nova-network).

Install the Ubuntu 13.10 backported kernel:
# apt-get install linux-image-generic-lts-saucy linux-headers-generic-lts-saucy

f4)
Reboot the system for all changes to take effect:

# reboot






* Please do following steps in Controller, Network and Compute nodes if you are using Ubuntu 12.04














No comments:

Post a Comment