云计算平台运维与开发-第五章私有云技术(wlw)

这篇具有很好参考价值的文章主要介绍了云计算平台运维与开发-第五章私有云技术(wlw)。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

用脚本部署OpenStack平台

虚拟机安装教程

1.新建虚拟机

please reboot or reconnect the terminal,运维,云计算,centos

2.自定义

please reboot or reconnect the terminal,运维,云计算,centos

3.下一步

please reboot or reconnect the terminal,运维,云计算,centos

4.稍后安装操作系统

please reboot or reconnect the terminal,运维,云计算,centos

5.选择CentOS7 64位

please reboot or reconnect the terminal,运维,云计算,centos

6.改名称,下一步

please reboot or reconnect the terminal,运维,云计算,centos

7.下一步 

please reboot or reconnect the terminal,运维,云计算,centos

8.

please reboot or reconnect the terminal,运维,云计算,centos

9.

please reboot or reconnect the terminal,运维,云计算,centos

10.

please reboot or reconnect the terminal,运维,云计算,centos

 11.

please reboot or reconnect the terminal,运维,云计算,centos

12.

please reboot or reconnect the terminal,运维,云计算,centos

 13.

please reboot or reconnect the terminal,运维,云计算,centos

14.

please reboot or reconnect the terminal,运维,云计算,centos

15.自定义硬件

please reboot or reconnect the terminal,运维,云计算,centos

 16.添加-网络适配器-完成

please reboot or reconnect the terminal,运维,云计算,centos

17.设置网络适配器2为NAT模式

please reboot or reconnect the terminal,运维,云计算,centos

18.点击完成

please reboot or reconnect the terminal,运维,云计算,centos

 19.

please reboot or reconnect the terminal,运维,云计算,centos

20.点击 X

please reboot or reconnect the terminal,运维,云计算,centos

21.点击设置

please reboot or reconnect the terminal,运维,云计算,centos

22.

please reboot or reconnect the terminal,运维,云计算,centos

23.

please reboot or reconnect the terminal,运维,云计算,centos

24.

please reboot or reconnect the terminal,运维,云计算,centos 25.回车(enter) please reboot or reconnect the terminal,运维,云计算,centos

26.点击Continue 

please reboot or reconnect the terminal,运维,云计算,centos

27.

please reboot or reconnect the terminal,运维,云计算,centos

28.选中-Done

please reboot or reconnect the terminal,运维,云计算,centos

29.

please reboot or reconnect the terminal,运维,云计算,centos

30.只设置ROOT PASSWORD

31.密码:123456,Done

please reboot or reconnect the terminal,运维,云计算,centos

32.

please reboot or reconnect the terminal,运维,云计算,centos

33.关闭客户机

 please reboot or reconnect the terminal,运维,云计算,centos

34.克隆

please reboot or reconnect the terminal,运维,云计算,centos

35.

please reboot or reconnect the terminal,运维,云计算,centos

36.

please reboot or reconnect the terminal,运维,云计算,centos

37.

please reboot or reconnect the terminal,运维,云计算,centos

38.

please reboot or reconnect the terminal,运维,云计算,centos

39.

please reboot or reconnect the terminal,运维,云计算,centos

 40.

please reboot or reconnect the terminal,运维,云计算,centos

41.

please reboot or reconnect the terminal,运维,云计算,centos

42.

please reboot or reconnect the terminal,运维,云计算,centos 43.开启此虚拟机

please reboot or reconnect the terminal,运维,云计算,centos

44.开启此虚拟机

please reboot or reconnect the terminal,运维,云计算,centos

44.

45.

please reboot or reconnect the terminal,运维,云计算,centos

46.

please reboot or reconnect the terminal,运维,云计算,centos

47.

please reboot or reconnect the terminal,运维,云计算,centos 48.计算节点 

please reboot or reconnect the terminal,运维,云计算,centos

 49.计算节点 

please reboot or reconnect the terminal,运维,云计算,centos

50.计算节点

please reboot or reconnect the terminal,运维,云计算,centos

51.计算节点

please reboot or reconnect the terminal,运维,云计算,centos

52.

please reboot or reconnect the terminal,运维,云计算,centos

53.CRT连接控制节点

please reboot or reconnect the terminal,运维,云计算,centos

54.接受并保存,密码123456

please reboot or reconnect the terminal,运维,云计算,centos

please reboot or reconnect the terminal,运维,云计算,centos

55.连接计算节点

please reboot or reconnect the terminal,运维,云计算,centos

 56.接受并保存,密码123456

please reboot or reconnect the terminal,运维,云计算,centos

 please reboot or reconnect the terminal,运维,云计算,centos

57.控制节点上传两个镜像 

please reboot or reconnect the terminal,运维,云计算,centos

please reboot or reconnect the terminal,运维,云计算,centos

please reboot or reconnect the terminal,运维,云计算,centos  

 58.视图-打开本地窗口

please reboot or reconnect the terminal,运维,云计算,centos

 59.选择镜像,拖动至root下        

please reboot or reconnect the terminal,运维,云计算,centos

 60.完成后关闭窗口

 61.挂在ISO文件 

mkdir /opt/centos7.2
mkdir /opt/iaas
mount /root/CentOS-7-x86_64-DVD-1511.iso /mnt/
cp -rvf /mnt/* /opt/centos7.2/
umount /mnt/
mount /root/XianDian-IaaS-v2.2.iso /mnt
cp -rvf /mnt/* /opt/iaas/
umount /mnt/

62.配置yum源文件,首先删除原CentOS-下的所有文件,*前不带空格

please reboot or reconnect the terminal,运维,云计算,centos

rm -rf /etc/yum.repos.d/CentOS-*

 63.[root@localhost ~]# vi /etc/yum.repos.d/local.repo

please reboot or reconnect the terminal,运维,云计算,centos

 代码如下

vi /etc/yum.repos.d/local.repo
[centos]
name=centos
baseurl=file:///opt/centos7.2
gpgcheck=0
enabled=1
[iaas]
name=iaas
baseurl=file:///opt/iaas/iaas-repo
gpgcheck=0
enabled=1

64. 

65.[root@localhost ~]# vi /etc/yum.repos.d/local.repo

please reboot or reconnect the terminal,运维,云计算,centos

代码如下

vi /etc/yum.repos.d/local.repo
[centos]
name=centos
baseurl=ftp://192.168.10.10/centos7.2
gpgcheck=0
enabled=1
[iaas]
name=iaas
baseurl=ftp://192.168.10.10/iaas/iaas-repo
gpgcheck=0
enabled=1

 66.在控制节点安装vsftpd——[root@localhost ~]# yum install vsftpd -y

yum install vsftpd -y

please reboot or reconnect the terminal,运维,云计算,centos

安装成功

在/etc/vsftpd/vsftpd.conf配置中添加一行代码

cd /etc/vsftpd
vi vsftpd.conf 

第二行写入anon_root=/opt

anon_root=/opt

67.控制节点——[root@localhost ~]# systemctl restart vsftpd

systemctl restart vsftpd

68.控制节点

please reboot or reconnect the terminal,运维,云计算,centos

systemctl restart vsftpd
setenforce 0
iptables -F
iptables -X
iptables -Z
systemctl stop firewalld

69.计算节点

please reboot or reconnect the terminal,运维,云计算,centos

setenforce 0
iptables -F
iptables -X
iptables -Z
systemctl stop firewalld

70.在控制节点——[root@localhost ~]#yum install iaas-xiandian -y

yum install iaas-xiandian -y

please reboot or reconnect the terminal,运维,云计算,centos

71.在计算节点——[root@localhost ~]#yum install iaas-xiandian -y

yum install iaas-xiandian -y

please reboot or reconnect the terminal,运维,云计算,centos

 72.控制节点

please reboot or reconnect the terminal,运维,云计算,centos

代码如下

cd /etc/xiandian/
vi openrc.sh
HOST_IP=192.168.10.10
HOST_NAME=controller
HOST_IP_NODE=192.168.10.20
HOST_NAME_NODE=compute
RABBIT_USER=openstack
RABBIT_PASS=000000
DB_PASS=000000
DOMAIN_NAME=demo
ADMIN_PASS=000000
DEMO_PASS=000000
KEYSTONE_DBPASS=000000
GLANCE_DBPASS=000000
GLANCE_PASS=000000
NOVA_DBPASS=000000
NOVA_PASS=000000
NEUTRON_DBPASS=000000
NEUTRON_PASS=000000
METADATA_SECRET=000000
INTERFACE_NAME=eno33554960
CINDER_DBPASS=000000
CINDER_PASS=000000
BLOCK_DISK=sda3
SWIFT_PASS=000000
OBJECT_DISK=sda4
STORAGE_LOCAL_NET_IP=192.168.10.20

加到最后一行后面

please reboot or reconnect the terminal,运维,云计算,centos

 73.控制节点openrc.sh复制到计算节点openrc.sh

scp root@192.168.10.10:/etc/xiandian/openrc.sh root@192.168.10.20:/etc/xiandian/openrc.sh

74.控制节点——[root@controller ~]# iaas-pre-host.sh 

iaas-pre-host.sh

成功 

please reboot or reconnect the terminal,运维,云计算,centos

Please Reboot or Reconnect the terminal

Ctrl + D退出并重新登录,使主机名生效

75.计算节点——[root@compute ~]# iaas-pre-host.sh 

成功

please reboot or reconnect the terminal,运维,云计算,centos

Please Reboot or Reconnect the terminal

Ctrl + D退出并重新登录,使主机名生效

76.控制节点——[root@controller ~]# iaas-install-mysql.sh 

iaas-install-mysql.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

77.控制节点—— [root@controller ~]# iaas-install-keystone.sh 

iaas-install-keystone.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

78.控制节点—— [root@controller ~]# iaas-install-glance.sh 

iaas-install-glance.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

79.控制节点—— [root@controller ~]# iaas-install-nova-controller.sh

iaas-install-nova-controller.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

80.计算节点—— [root@compute ~]# iaas-install-nova-compute.sh 

iaas-install-nova-compute.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

81.控制节点——[root@controller ~]# iaas-install-neutron-controller.sh 

iaas-install-neutron-controller.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

 控制节点——[root@controller ~]# iaas-install-neutron-controller-gre.sh 

iaas-install-neutron-controller-gre.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

82.计算节点—— [root@compute ~]#iaas-install-neutron-compute.sh

iaas-install-neutron-compute.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

计算节点—— [root@compute ~]# iaas-install-neutron-compute-gre.sh 

iaas-install-neutron-compute-gre.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

 

控制节点和计算节点分别添加两个硬盘,添加硬盘时一直点击next就可以

please reboot or reconnect the terminal,运维,云计算,centos

lsblk查看一下sdb添加成功了没,图示为成功

 please reboot or reconnect the terminal,运维,云计算,centos

控制节点与计算节点做如下操作

fdisk /dev/sdb

 please reboot or reconnect the terminal,运维,云计算,centos

please reboot or reconnect the terminal,运维,云计算,centos

控制节点与计算节点改为sdb1、sdb2

 please reboot or reconnect the terminal,运维,云计算,centos

控制节点——[root@controller ~]#iaas-install-dashboard.sh

iaas-install-dashboard.sh

please reboot or reconnect the terminal,运维,云计算,centos

84.控制节点——[root@controller ~]# iaas-install-cinder-controller.sh 

iaas-install-cinder-controller.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

85.计算节点——[root@compute ~]# iaas-install-cinder-compute.sh 

iaas-install-cinder-compute.sh

成功

please reboot or reconnect the terminal,运维,云计算,centos

86.控制节点——[root@controller ~]# iaas-install-swift-controller.sh 

iaas-install-swift-controller.sh

成功 

 please reboot or reconnect the terminal,运维,云计算,centos

87.计算节点——[root@compute ~]# iaas-install-swift-compute.sh 

iaas-install-swift-compute.sh

please reboot or reconnect the terminal,运维,云计算,centos

输入yes

 please reboot or reconnect the terminal,运维,云计算,centos

 密码123456

成功

please reboot or reconnect the terminal,运维,云计算,centos

88.浏览器登录192.168.10.10/dashboard

192.168.10.10/dashboard

please reboot or reconnect the terminal,运维,云计算,centos

 密码000000,点击连接please reboot or reconnect the terminal,运维,云计算,centos

 89.恭喜你,配置成功

please reboot or reconnect the terminal,运维,云计算,centos文章来源地址https://www.toymoban.com/news/detail-760421.html

到了这里,关于云计算平台运维与开发-第五章私有云技术(wlw)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包