您的位置:首页 > 运维架构

openstack Installing the Cloud Controller

2012-03-31 17:02 120 查看
Installing the Cloud Controller

First, set up pre-requisites to use the Nova PPA (Personal Packages Archive) provided through https://launchpad.net/. The ‘python-software-properties’ package is a pre-requisite for setting
up the nova package repository. You can also use the trunk package built daily by adding the ppa:nova-core/trunk repository, but trunk changes rapidly and may not run any given day.

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:openstack-release/2011.3
Run update.

sudo apt-get update
Install the messaging queue server, RabbitMQ.

sudo apt-get install -y rabbitmq-server
Now, install the Python dependencies.

sudo apt-get install -y python-greenlet python-mysqldb


Note
You can use either MySQL or PostgreSQL.

Install the required nova- packages, and dependencies are automatically installed.

sudo apt-get install nova-volume nova-vncproxy nova-api nova-ajax-console-proxy

sudo apt-get install nova-doc nova-scheduler nova-objectstore

sudo apt-get install nova-network nova-compute

sudo apt-get install glance
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐