- 1、本文档共29页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
云计算系统安装essexquantum完整篇
云计算平台IAAS之
Openstack Essex Guide
for Ubuntu Precise
详情参照
/15242/863088
OpenStack Guide for Ubuntu Precise
v1.1, 2 May 2012
Emilien Macchi
??StackOps?? and the StackOps Logo are registered trademarks of StackOps Technologies.
Mail Feedback to?: emilien.macchi@
Released under Creative Commons – Attribution-ShareAlike 3.0.
Preface
Introduction
Im doing my internship with StackOps-Technologies in Madrid.
My project is about Networking as a Service in OpenStack with Quantum.
This documentation helps anybody who wants to install Essex in single-node or dual node.
N.B. : This document will evolve in the future.
Requirements
- One or two physical(s) / virtual(s) server(s).
- 2 disks for ESSEX-1 (for nova-volumes)
- 2 NIC on each server
- Ubuntu 12.04 LTS that you can download here.
- Configuration files scripts that you can download here.
Contents
Architecture
Essex-1 : Installation Configuration
OS, Networking, Nova, Glance, Quantum, Keystone, Horizon, Open-vSwitch
Essex-2 : Installation Configuration (optional)
OS, Networking, Nova (Compute), Quantum, Open-vSwitch
Conclusion
Credits
Architecture
For this documentation, Im working in a dual-node configuration.
All the services will run on ??ESSEX-1?? server, and ??ESSEX-2?? will run nova-compute.
Essex-1 : 0
Essex-2 : 5
Router : 54
N.B.?: Public Network is here in a private class, but its for the example.
ESSEX-1?: Installation Configuration
OS Installation
Install Ubuntu with this parameters?:
Time zone?: UTC
Hostname?: essex-1
Packages to install?: OpenSSH-Server Virtual Host Machine
After OS Installation, reboot the server .
N.B. : During the documentation, Im always logged with root (sudo -i).
OS Preparation
apt-get update apt-get -y dist-upgrade
Reboot the server.
Network configuration
Edit /etc/network/interfaces :
auto eth0
iface eth0 inet static
address 0
netmask
gateway 54
dns-nameservers
Restart the service :
/etc/init.d/networking restart
Assumption : two NIC, eth0 for public network and eth1 used
文档评论(0)