码迷,mamicode.com
首页 > 其他好文 > 详细

ubuntuOS

时间:2014-09-30 18:46:50      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   io   os   ar   for   sp   div   

OpenStack icehource for Ubuntu OS

1,网络规划

2,Ntp apt-get install ntp

3,generate secure passwd

apt-get install pwgen or openssl rand -hex 10

bubuko.com,布布扣

4,deployment automation tools such as Ansible, Chef, and Puppet(自动化初始化各个OpenStack Services components 裸机)

5,database to store information for OpenStack Services core components(supporting service or options services);

install MySQL Python library on any additional nodes that access MySQL,

controller node, install the MySQL client and server packages, and the Python
library.

bubuko.com,布布扣

bubuko.com,布布扣

配置mysql服务

enable InnoDB, UTF-8
character set, and UTF-8 collation,bind-address(Management Ip address enable other host access)

bubuko.com,布布扣

5,OpenStack apt-get repository

How to Enable and Use

 

Folsom

 

sudo add-apt-repository cloud-archive:folsom

 

Grizzly

 

sudo add-apt-repository cloud-archive:grizzly

 

Havana

 

sudo add-apt-repository cloud-archive:havana

 

Icehouse

 

sudo add-apt-repository cloud-archive:icehouse

Now run:

sudo apt-get update

to update your package listings and then proceed to install/upgrade your openstack packages.

 

Reporting Bugs

To report bugs against packages from the Ubuntu Cloud Archive, please use the ‘ubuntu-bug‘ tool, for example:

 

ubuntu-bug nova-compute

This will ensure that bugs are raised against the cloud-archive project on Launchpad.

6,Ubuntu ssh 登录慢问题

Ubuntu 中 ssh 登录非常缓慢,输入用户名后要等好一阵先出现提示输入密码, 这是Ubuntu默认开启了 SSH 的 DNS反解析造成的原因,只要将此选项关闭, 重新启动sshd后反应非常快。

vi /etc/ssh/sshd_config

在最后添加下面一行,关闭 SSH 的 DNS 反解析:

UseDNS no

bubuko.com,布布扣

service ssh restart即可搞定;

7,修改rabbitmq Message broker 用户密码

bubuko.com,布布扣

Functions test Environment or production Environment;

8,OpenStack packages for Ubuntu 相关组件的配置信息存储在sqlite中

bubuko.com,布布扣

bubuko.com,布布扣

 

ubuntuOS

标签:des   blog   http   io   os   ar   for   sp   div   

原文地址:http://www.cnblogs.com/ruiy/p/4002283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!