openstack-mitaka基础环境介绍

针对openstack环境的搭建,大致涉及如下内容

  • 安全

主要包括各项服务使用的密码,这里为了防止密码混乱,我建议使用同一个密码(生产环境中,不建议这么操作)

  • 主机网络配置如下图,仅供参考学习

时间同步设置

针对controller控制器,时间同步默认使用外网的时间同步器

1)安装时间同步软件包,执行命令如下:

2)编辑/etc/chrony.conf,修改如下: 

3)在/etc/chrony.conf文件添加如下字段,允许10.0.00/24网段主机与controller进行时间同步

4)设置时间同步开机自启动

针对其他所有节点

1)安装时间同步软件包

2)编辑/etc/chrony.conf,时间同步需要使用controller节点时间同步器

3)设置时间同步开机自启动

  • openstack软件包(安装在所有节点)

环境中使用centos7.2最小安装,系统默认使用LVM,同时禁用SELINUX、禁用firewalld以及iptables、在centos系统的各个节点,均执行如下操作:

安装升级包,建议完成安装后,重启系统

安装openstack client软件包

安装openstack SELINUX,该软件包将会接替系统自身的SELINUX,当然我为了安全起见,我是默认禁用了所有主机的SELINUX

  • 在controller节点主机上面安装SQL数据库,并进行配置

1)安装相关软件包,执行命令如下:

2)在/etc/my.cnf.d/下创建openstack.cnf,具体内容如下:

3)设置开机自启动,并启动数据库服务

4)数据库初始化,在命令行输入如下

初始化过程命令输出如下:

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL

SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MySQL to secure it, we‘ll need the current

password for the root user.  If you‘ve just installed MySQL, and

you haven‘t set the root password yet, the password will be blank,

so you should just press enter here.

Enter current password for root (enter for none): (第一次输入为回车,因为没有密码)

OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MySQL

root user without the proper authorisation.

Set root password? [Y/n] y(第二次输入为y,然后设置数据库密码)

New password:

Re-enter new password:

Password updated successfully!

Reloading privilege tables..

... Success!

By default, a MySQL installation has an anonymous user, allowing anyone

to log into MySQL without having to have a user account created for

them.  This is intended only for testing, and to make the installation

go a bit smoother.  You should remove them before moving into a

production environment.

Remove anonymous users? [Y/n] y(第三次输入为y)

... Success!

Normally, root should only be allowed to connect from ‘localhost‘.  This

ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] n(第四次输入为n)

... skipping.

By default, MySQL comes with a database named ‘test‘ that anyone can

access.  This is also intended only for testing, and should be removed

before moving into a production environment.

Remove test database and access to it? [Y/n] y(第五次输入为y)

- Dropping test database...

... Success!

- Removing privileges on test database...

... Success!

Reloading the privilege tables will ensure that all changes made so far

will take effect immediately.

Reload privilege tables now? [Y/n] y(第六次输入为y)

... Success!

Cleaning up...

  • 安装NoSQL数据库(仅在controller节点操作)

1)安装软件包,执行命令如下:

2)编辑/etc/mongod.conf,修改bind_ip为控制器的管理IP,即10.0.0.11,并去掉smallfiles=true的前面的注释符号

官方说法如下

在目录/var/lib/mongodb/下默认是不存在journal目录的,当我们修改载/etc/mongod.conf目录去掉smallfiles=true的前面的注释符号后,并启动mongod服务

就会在/var/lib/mongodb/下自动生成journal目录

  • 消息队列服务(仅在controller节点操作)

1)安装软件包

2)将消息队列服务启动并设置为开机自启动

3)添加openstack用户

4)为openstack用户授予读写权限;

  • 缓存服务(仅在controller节点操作)

1)安装软件包

2)启动缓存服务并设置为开机自启动

后面将对各个组件安装配置进行讲述,更多精彩,敬请期待。

参考http://docs.openstack.org/mitaka/zh_CN/install-guide-rdo/environment.html

时间: 2024-10-17 03:14:28

openstack-mitaka基础环境介绍的相关文章

python基础环境介绍

一:诞生 1989年,为了打发圣诞节假期,Guido(创始人)开始写Python语言的编译/解释器.Python来 自Guido所挚爱的电视剧Monty Python's Flying Circus (BBC1960-1970年代播放的室内情景幽默剧,以当时的英国生活为素材).他希望这个新的叫做Python的语言,能实现他的理念(一种C和 shell之间,功能全面,易学易用,可拓展的语言).Guido作为一个语言设计爱好者,已经有过设计语言的(不很成功)的尝试.这一次,也不过是一次 纯粹的hac

Redis学习-基础环境介绍(二)

1.通过VMware安装了Centos6.8系统 2.Reids安装过程,需要GCC环境 ?通过下面命令,根据提示直接安装 1 yum install gcc 3.Redis选用的是3.2.4(建议使用3.0及以上版本) 4.Ruby环境2.3.1(配置集群需要) 如果安装,建议使用2.0及以上版本 1 wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz 2 tar xvf /ruby-2.3.1.tar.gz 3 cd

openstack之基础环境准备(L版)

centos7.1   openstack L版本,环境规划如下 [[email protected] ~]# ansible web -a 'hostname' 172.16.80.131 | SUCCESS | rc=0 >> computer1 172.16.80.130 | SUCCESS | rc=0 >> controller [[email protected] ~]# ansible web -a 'cat /etc/hosts' 172.16.80.131 | S

OpenStack之基础环境配置(1静态ip、网络接口)

 配置主机静态IP地址.网络接口.主机名 $ vim /etc/network/interfaces auto lo  # 回环网络接口iface lo inet loopback auto ens33 # 网络接口的名称 iface ens33 inet static # 将dhcp修改为staticaddress 192.168.xxx.xxx # 静态IP地址,除默认网关以外的有效IP地址 注意,此为虚拟机IP 需要根据自己的虚拟机修改文章中的IP 地址 netmask 255.255.2

Fuel 5.1安装openstack I版本号环境

声明:本博客欢迎转载,但请保留原作者信息! 作者:傅斌杰 团队:华为杭州OpenStack团队 Fuel 简单介绍 Fuel是Mirantis公司开发的部署openstack集群工具,主要功能为裸机PXE安装操作系统,master节点提供DHCP.TFTP服务,可以实现openstack服务编排,通过puppet进行配置服务管理,此外还提供了openstack关键服务的健康检查和log实时查看等基础运维服务.支持openstack服务HA部署.有比較友好的交互式的web界面. 使用Fuel 5.

Fuel 5.1安装openstack I版本环境 (ESXi)

Fuel 简介 Fuel是Mirantis公司开发的部署openstack集群工具,主要功能为裸机PXE安装操作系统,master节点提供DHCP. TFTP服务,能够实现openstack服务编排,通过puppet进行配置服务管理,此外还提供了openstack关键服务的健康检查和log实时 查看等基础运维服务.支持openstack服务HA部署,有比较友好的交互式的web界面. 使用Fuel 5.1 安装openstack Icehouse版本 环境介绍 本次环境搭建硬件采用一台通用服务器,

OpenStack基础环境 [一]

OpenStack基础环境 [一] openstack 时间:2016年11月22日 openstack介绍 openstack是一个云平台管理的项目,它不是一个软件.也就是说我们可以使用openstack来管理我们一个数据中心大量资源池.它里面包含了很多子项目 openstack包含三大项:计算 网络 存储 openstack主要目标是来简化资源的管理和分配,把计算 网络 存储.三大项虚拟成三大资源池,例如需要计算资源我这里可以提供,需要网络资源这里也可以提供以及存储资源的需求,对外提供api

OpenStack 学习笔记(一):OpenStack 环境介绍

备注:      参考官方:http://docs.openstack.org/mitaka/install-guide-rdo/environment-packages.html OpenStack是一个支持所有类型的云环境的一个开源云计算平台.该项目的目的是为实现简单,大规模可扩展性,以及丰富的功能集.来自世界各地的云计算专家项目作出贡献. OpenStack是一个支持所有类型的云环境的一个开源云计算平台.该项目的目的是为实现简单,大规模可扩展性,以及丰富的功能集.来自世界各地的云计算专家项

Openstack之一:环境准备及基础服务

一.配置基础环境: 环境准备: 两台或以上服务器,操作系统Centos 7.2,最小化安装,安装完成之后进行基础配置如下: 1.在mysql数据库服务器修改hosts文件,或公司内部有DNS解析主机名: [[email protected] ~]#vim /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomai