www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  2912 随笔 :: 9 文章 :: 51 评论 :: 185万 阅读

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

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.

配置mysql服务

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

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

service ssh restart即可搞定;

7,修改rabbitmq Message broker 用户密码

Functions test Environment or production Environment;

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

 

sqlite3程序通过查找分号来决定一个SQL语句的结束

sqlite3中sql必须要以;结尾,sql语句就是以;判断语句句尾的,但sqlite命令尾部则不用加;

SQLite数据库的框架被保存在一个名叫"sqlite_master"的特殊的表中

 

posted on   秦瑞It行程实录  阅读(411)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
历史上的今天:
2013-09-30 nginx正向代理访问百度地图API
www.cnblogs.com/ruiyqinrui
点击右上角即可分享
微信分享提示