In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains the steps of installing openstack on redhat7.3 stand-alone. Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Now let the editor take you to learn the steps of installing openstack on a stand-alone redhat7.3.
Installation environment:
1. Virtual machine on vmware vsphere5.5
2. Operating system redhat 7. 3 (must be above version 7. 0, so is Centos)
3. Openstack ROD version
I just contacted openstack and tried to deploy it in the shortest possible time to continue my research, so I chose RDO which is easy to install.
Reference article:
1. Https://www.rdoproject.org/install/quickstart/ seems to be official
2. Http://www.aboutyun.com/thread-9195-1-1.html
Take a look at article 1 to understand the basic configuration you need so that you can take fewer detours. I installed rhel6.5 from the very beginning, and all kinds of things can't get through.
1. Mount the iso file of rhel7.3
Mount-t iso9660 / dev/cdrom / mnt
2. Configure yum source
Cd / etc/yum.repos.d
Vi rhel-source.repo
[rhel-source]
Name=Red Hat Enterprise Linux $releasever-$basearch-Source
# baseurl= ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/
Baseurl= file:///mnt/
Enabled=1
Gpgcheck=0
# gpgkey= file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
3. Yum install-y https://www.rdoproject.org/repos/rdo-release.rpm
4. Yum update-y
5. Yum install-y openstack-packstack
An error occurred, indicating that there is no python docutils,yum in the source.
The .rsc.rpm file was downloaded on the Internet. Different from the general method of installing rpm files
Assume that the file already exists under / usr/local/src/. Execute rpmbuild-- rebuild-- clean setarch-1.3-1.src.rpm under this directory
If the execution is successful, the rpm file setarch-1.3-1.i386.rpm will be generated in the / usr/src/redhat/RPMS/i386/ directory.
Then there is the installation process of rpm rpm-ivh *. Rpm
Use yum if it is missing during installation
6. Generate automated deployment configuration files
Packstack-gen-answer-file=answer.conf
7. Openstack automatic installation
Packstack-answer-file=./answer.conf
At this point, I believe that everyone on the "redhat7.3 stand-alone installation of openstack steps" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.