首页 > 其他分享 >十分钟搭建openstack平台

十分钟搭建openstack平台

时间:2023-07-01 10:32:26浏览次数:51  
标签:dnf sudo packstack 十分钟 DONE Preparing entries openstack 搭建


十分钟搭建openstack平台

https://www.rdoproject.org/install/packstack/

先决条件

在 CentOS Stream 8/RHEL 8 上:

network-scripts 已弃用且默认未安装,因此需要显式安装。

sudo dnf install network-scripts -y

禁用 firewalld 和 NetworkManager

sudo systemctl disable firewalld
sudo systemctl stop firewalld
sudo systemctl disable NetworkManager
sudo systemctl stop NetworkManager
sudo systemctl enable network
sudo systemctl start network
[root@gby ~]# echo "192.168.1.9 gby" >> /etc/hosts

第 1 步:软件存储库

在 CentOS Stream 8 上,首先您需要启用powertools存储库。然后,Extras存储库提供启用 OpenStack 存储库的 RPM。Extras在 CentOS 8 上默认启用,因此您可以简单地安装 RPM 来设置 OpenStack 存储库:

sudo dnf config-manager --enable powertools
sudo dnf install -y centos-release-openstack-yoga

在 CentOS Stream 9 上,首先您需要启用crb. 然后,extras-common存储库提供启用 OpenStack 存储库的 RPM。它在 CentOS Stream 9 上默认启用,因此您可以简单地安装 RPM 来设置 OpenStack 存储库:

sudo dnf config-manager --enable crb
sudo dnf install -y centos-release-openstack-yoga

在 RHEL 8 上,安装 RDO 存储库 RPM 以设置 Openstack 存储库,然后您必须启用以下codeready-builder选项subscription-manager

sudo dnf install -y https://www.rdoproject.org/repos/rdo-release.el8.rpm
subscription-manager repo --enable codeready-builder-for-rhel-8-x86_64-rpms

更新您当前的软件包:

sudo dnf update -y

第 2 步:安装 Packstack 安装程序

sudo dnf install -y openstack-packstack

第 3 步:禁用 selinux 强制模式

CentOS Stream 9 中的 selinux 策略和 rabbitmq 存在已知问题。禁用 selinux 强制模式:

sudo setenforce 0

第 4 步:运行 Packstack 以安装 OpenStack

Packstack 无需手动设置 OpenStack。对于单节点 OpenStack 部署,运行以下命令:

sudo packstack --allinone

如果您之前运行过 Packstack,您的主目录中会有一个文件,名称类似于packstack-answers-20130722-153728.txt您可能希望再次使用该文件,使用该--answer-file选项,以便您已经设置的任何密码(例如,mysql)将被重用. 安装程序将要求您输入要在网络上安装的每个主机节点的 root 密码,以启用主机的远程配置,以便它可以使用 Puppet 远程配置每个节点。 该过程完成后,您可以通过访问 登录到 OpenStack Web 界面 Horizon http://$YOURIP/dashboard。用户名为admin。密码可以在控制节点目录下的文件keystonerc_admin中找到。/root

命令总结

如果您使用的是非英语语言环境,请确保您/etc/environment已填充:

LANG=en_US.utf-8
LC_ALL=en_US.utf-8

如果您的系统满足下面提到的所有先决条件,请继续运行以下命令。

  • 在 CentOS Stream 8 上:
sudo dnf update -y
sudo dnf config-manager --enable powertools
sudo dnf install -y centos-release-openstack-yoga # Replace yoga by the desired release name
sudo dnf update -y
sudo dnf install -y openstack-packstack
sudo packstack --allinone
  • 在 CentOS Stream 9 上:
sudo dnf update -y
sudo dnf config-manager --enable crb
sudo dnf install -y centos-release-openstack-yoga
sudo setenforce 0
sudo dnf update -y
sudo dnf install -y openstack-packstack
sudo packstack --allinone
  • RHEL 的注意事项:虽然预计 RDO 在 RHEL 上可以正常工作,但目前尚未在 RHEL OS 中进行测试。在 RHEL 8 上:
sudo dnf install -y https://www.rdoproject.org/repos/rdo-release.el8.rpm
sudo dnf update -y
subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
sudo dnf install -y openstack-packstack
sudo packstack --allinone
[root@gby ~]# sudo packstack --allinone
Welcome to the Packstack setup utility

The installation log file is available at: /var/tmp/packstack/20220818-092458-knrg76me/openstack-setup.log
Packstack changed given value  to required value /root/.ssh/id_rsa.pub

Installing:
Clean Up                                             [ DONE ]
Discovering ip protocol version                      [ DONE ]
Setting up ssh keys                                  [ DONE ]
Preparing servers                                    [ DONE ]
Pre installing Puppet and discovering hosts' details [ DONE ]
Preparing pre-install entries                        [ DONE ]
Setting up CACERT                                    [ DONE ]
Preparing AMQP entries                               [ DONE ]
Preparing MariaDB entries                            [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Preparing Keystone entries                           [ DONE ]
Preparing Glance entries                             [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Preparing Cinder entries                             [ DONE ]
Preparing Nova API entries                           [ DONE ]
Creating ssh keys for Nova migration                 [ DONE ]
Gathering ssh host keys for Nova migration           [ DONE ]
Preparing Nova Compute entries                       [ DONE ]
Preparing Nova Scheduler entries                     [ DONE ]
Preparing Nova VNC Proxy entries                     [ DONE ]
Preparing OpenStack Network-related Nova entries     [ DONE ]
Preparing Nova Common entries                        [ DONE ]
Preparing Neutron API entries                        [ DONE ]
Preparing Neutron L3 entries                         [ DONE ]
Preparing Neutron L2 Agent entries                   [ DONE ]
Preparing Neutron DHCP Agent entries                 [ DONE ]
Preparing Neutron Metering Agent entries             [ DONE ]
Checking if NetworkManager is enabled and running    [ DONE ]
Preparing OpenStack Client entries                   [ DONE ]
Preparing Horizon entries                            [ DONE ]
Preparing Swift builder entries                      [ DONE ]
Preparing Swift proxy entries                        [ DONE ]
Preparing Swift storage entries                      [ DONE ]
Preparing Gnocchi entries                            [ DONE ]
Preparing Redis entries                              [ DONE ]
Preparing Ceilometer entries                         [ DONE ]
Preparing Aodh entries                               [ DONE ]
Preparing Puppet manifests                           [ DONE ]
Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.1.13_controller.pp
192.168.1.13_controller.pp:                          [ DONE ]         
Applying 192.168.1.13_network.pp
192.168.1.13_network.pp:                             [ DONE ]      
Applying 192.168.1.13_compute.pp
192.168.1.13_compute.pp:                             [ DONE ]      
Applying 192.168.1.13_controller_post.pp
192.168.1.13_controller_post.pp:                     [ DONE ]              
Applying Puppet manifests                            [ DONE ]
Finalizing                                           [ DONE ]

 **** Installation completed successfully ******

Additional information:
 * Parameter CONFIG_NEUTRON_L2_AGENT: You have chosen OVN Neutron backend. Note that this backend does not support the VPNaaS plugin. Geneve will be used as the encapsulation method for tenant networks
 * A new answerfile was created in: /root/packstack-answers-20220818-092459.txt
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.1.13. To use the command line tools you need to source the file.
 * To access the OpenStack Dashboard browse to http://192.168.1.13/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 * The installation log file is available at: /var/tmp/packstack/20220818-092458-knrg76me/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20220818-092458-knrg76me/manifests

结束之有话想说

既然看完了那就赶紧去试试吧骚年。

标签:dnf,sudo,packstack,十分钟,DONE,Preparing,entries,openstack,搭建
From: https://blog.51cto.com/u_15606628/6598291

相关文章

  • openstack
    一、https://docs.openstack.org/mitaka/zh_CN/install-guide-rdo/keystone-openrc.html     (官方文档)安装rabbitmq需要注意使用以下方法(1)安装rabbitmq:yuminstallrabbitmq-server-y启动服务:systemctlenablerabbitmq-server.servicesystemctlstartrabbitmq-ser......
  • Maven高级相关知识:模块,打包方式,依赖继承,聚合,私服搭建
    Maven高级相关知识:模块,打包方式,依赖继承,聚合,私服搭建01.Maven是一款构建和管理Java项目的工具1.Maven高级内容包括:1.分模块设计与开发2.继承与聚合3.私服02.分模块设计:我们在进行项目设计阶段,就可以将一个大的项目拆分成若干个模块,每一个模块都是独立的.分模块设计就是......
  • 基于GPT搭建私有知识库聊天机器人(一)实现原理
    1、成品演示支持微信聊天支持网页聊天支持微信语音对话支持私有知识文件训练,并针对文件提问步骤1:准备本地文件a.txt,支持pdf、txt、markdown、ppt等步骤2:上传a.txt,并选择要保存的在哪个知识库步骤3:对上传的a.txt文件进行训练步骤4:进行提问(网页和微信)2、实现原理目前......
  • 如何搭建独享的IP代理池?
    随着互联网技术的日趋成熟,爬虫已经成为一种常见的数据获取方法。在采集业务中,建立本地IP代理池是非常重要的。今天将与您探讨IP代理池的选择以及如何搭建独享的IP代理池。独享IP代理池与共享IP代理池,如何选择独享IP代理池是指由客户单独使用的IP池,优点是客户可以享受池中所有的IP地......
  • 项目的初始化和服务器的简单搭建
    ##项目初始化新建文件夹,命名为`students-system`(根据自己的情况命名),注意这里的命名不得为中文或其他特殊字符```shellnpminit-y(初始化命令)```##安装包```shellnpmijqueryexpressexpress-art-template(安装命令)```##新建文件夹新建public,views文件夹,public下新建img,js......
  • 中小企业怎么轻松搭建产品发行说明文档?
    发行说明是产品上线必备的文档,它包含了项目进度的跟踪和产品版本的基础信息以及新增功能的介绍。以下是为什么您需要发行说明的几个原因:1.通知用户新功能:发行说明是向用户传达团队正在进行的工作和产品更新的重要途径。定期更新发行说明可以回答用户的疑问,让他们知道您的团队仍在积......
  • 基于SpringBoot搭建WebSocker
    1.添加pom依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupI......
  • 基于SpringMVC搭建WebSocker
    SpringMVC的搭建请参考我以前的文章基于XML搭建SpringMVC项目基于Spring注解搭建SpringMVC项目(推荐)1.添加pom依赖本文使用最新的Spring6,一些依赖的问题需要自行解决<!--添加socket支持--><dependency><groupId>org.springframework</groupId><a......
  • .net6搭建websocket
    当使用.NET6构建WebSocket微服务时,可以按照以下步骤进行操作:1.创建新的.NET6项目:打开适用于.NET6的IDE(如VisualStudio2022或VisualStudioCode),创建一个新的空白项目。.net6默认引入了Microsoft.AspNetCore.WebSockets2,3步骤省略2.添加WebSocket支持:确保项目引用了`Mi......
  • 海外视频直播源码技术视频直播间的搭建
        在科技日渐发达的当今,网络将天南海北的连接到了一起,让人们之间的距离缩短,这其中就有一个技术它既把人们聚在一起,又可以让人们在其中进行社交,这个技术是什么那?听我往下面说。在一个源码平台中,有这么一个房间,他由一个人进行开始并主持,进入房间几乎没有限制,但大部分人都作......