加入收藏 | 设为首页 | 会员中心 | 我要投稿 云计算网_泰州站长网 (http://www.0523zz.com/)- 视觉智能、AI应用、CDN、行业物联网、智能数字人!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

Centos 6.4下openstack-grizzly安装:计算节点

发布时间:2016-01-17 18:08:44 所属栏目:Linux 来源:网络整理
导读:这一章节直接就是官方文档了,我没做什么更改。要说明的前面的两篇已经说明了。因为服务器紧张,所以我是把所有装在一台服务器上了。一切正常。 Compute Node I

这一章节直接就是官方文档了,我没做什么更改。要说明的前面的两篇已经说明了。因为服务器紧张,所以我是把所有装在一台服务器上了。一切正常。

Compute Node

Introduction

Common services

OpenStack Compute(Compute Node services)

OpenStackNetworking (Compute Node)

Introduction

The Compute nodewill provide :

Hypervisor (KVM)

nova-compute

Quantum OVS Agent

Common services

Operating System

Operating System

Install Fedora 18 . Just like with the Cloud Controller, the exact steps are outside the scope of this document, but please note the following options:

Time zone: UTC

Hostname: c01

Packages: OpenSSH-Server

Once installation has finished, the server will reboot.

Use the Fedora repositories for Grizzly:

3.# wgethttp://repos.fedorapeople.org/repos/openstack/openstack-grizzly/fedora-openstack-grizzly.repo

# yum install -yhttp://repos.fedorapeople.org/repos/openstack/openstack-grizzly/rdo-release-grizzly-1.noarch.rpm

Configure the network:

spacer.gif

Note

This will change later on in the guide when Open vSwitch is configured

Set up old ethernet nic device names:

# sed -i 's/#GOTO="netdevicename_end"/GOTO="netdevicename_end"/g' /lib/udev/rules.d/71-biosdevname.rules

Edit /etc/sysconf/network-scripts/ifcfg-eth0:

# Internal Network

DEVICE=eth0

TYPE=Ethernet

BOOTPROTO=static

IPADDR=10.10.10.11

NETMASK=255.255.255.0

GATEWAY=10.10.10.9

DNS1=8.8.8.8

DEFROUTE=yes

ONBOOT=yes

Reboot.

Edit the /etc/hosts file and add cloud, network and c01 hostnames with correct IP.

·127.0.0.1 localhost

·10.10.10.10 cloud

·10.10.10.9 network

10.10.10.11 c01

Install NTP:

·#yum install -y ntp

OpenStack Compute (Compute Node services)

Just like with theCloud Controller, the OpenStack Compute service is installed on the ComputeNode. However, this time the nova-computeservice is installed. This provides theCompute Node the capability to host virtual machines.

Install the Nova Compute package:

# yum install openstack-nova-compute

Configure Nova:

Edit /etc/nova/api-paste.ini:

·[filter:authtoken]

·auth_host = 10.10.10.10

·admin_tenant_name = service

·admin_user = nova

admin_password = password

Edit /etc/nova/nova.conf:

·[DEFAULT]

·

·# General

·verbose=True

·qpid_hostname=192.168.206.130

·

·auth_strategy=keystone

·ec2_host=10.10.10.10

·ec2_url=http://10.10.10.10:8773/services/Cloud

·

·# Networking

(编辑:云计算网_泰州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读