We are building a swift environment on our own these days. After reading some documents and combining my own practices, I wrote it down:
1. Physical Environment Description:
Linux: Ubuntu server 12.04 Proxy Server IP: 10.214.0.181storage server one: 10.214.0.179storage server two: 10.214.0.180storage server three: 10.214.0.182
2. important components:
Node: runs one or more object storage services.
Proxy node: Run proxy services
Auth node: Run auth Service
Storage: Run account, container, and
Well, we've already installed fuel master, and now we're ready to install OpenStack, so you can see the OpenStack main interface when the installation is complete.Continue yesterday, we went into the fuel UI and then "new OpenStack Environment" to create the OpenStack deploy
, create the corresponding repo file, take the Icehouse file as an example, create a rdo-release.repo file (one thing to note is that the container name in centos_local_repo must be base, the container name in epel_local_repo must be epel. You can start anything else)
[openstack-icehouse]name=OpenStackIcehouse Repositorybaseurl=ftp://192.168.40.148/icehouseenabled=1gpgcheck=0
Upload the generated repo file to the/etc/yum. Repos. d/directory of the cl
During the installation process, a source problem was encountered and the Web page for the package could not be found: reopen the preloaded source address, open the Epel-openstack-havana.repo file, and display the following:# Place this file in Your/etc/yum.repos.d/directory[openstack-havana]name=openstack Havana Repository for EPEL 6baseurl= http://repos.fedorap
environment. This is also true for the next set of commands that will be installed: Create an OpenStack Client environment script You can configure environment variables if you do not want to run these commands with token or do not want to place them in the command business. Use the following command to create two script files. VI admin-openrc.sh Export os_tenan
Install openstack on devstack
Devstack is a set of scripts for developers to quickly deploy the Openstack development environment. In fact, there is nothing to say about the entire installation process, because the script is well written, there are no major problems with brainless installation. However, due to the poor
.
The first step in the authentication operation on the official website is to set the way to disable temporary token authentication as follows (lazy translation)
The second step cancels the environment variables we set in Operation 4.1: unset Os_token Os_url
The third step, enter a complete command to get the Admin user token, in fact, the Admin user authentication, and then return a token, the command is as follows:
OpenStack--os-auth-url http://co
For OpenStack beginners, installation is often a big headache for getting started. Before the E version, to build a basic can use OpenStack environment that is quite troublesome, their own to install, their own source, according to the document to knock orders, and no reliable documents, the official document still have a lot of holes, and language problems are o
All along, for OpenStack beginners, installation is often the first big problem of getting started. Before the E version, to build a basic OpenStack environment that is quite troublesome, they have to install, their own source, according to the document to knock orders, and there is no reliable documents, the official documents still have a lot of pits, and langu
I. Understanding RDOWhat is RDO?RDO is the community version of Red Hat Enterprise Linux OpenStack platform, similar to the relationship between Rhel and Fedora,rhev and Ovirt. To put it bluntly, Red Hat supports an open source project that allows you to step on the pit and get a mature and stable version of Red Hat to make money for an Enterprise edition.This is the Red Hat business model, in fact, many benefits, the user has an open source free soft
This article describes the process of installing Mitaka Nova in Ubuntu 16.04 under a single point
Step 1:root identity into MySQL, create two databases
CREATE DATABASE Nova_api;
CREATE DATABASE Nova;
Step 2: Still in the database, create a Nova user and give permissions, the following command to set a consistent Nova_dbpass value, and then quit MySQL
GRANT all privileges on nova_api.* to ' nova ' @ ' localhost ' identified by ' nova_dbpass ';
GRANT all privileges the nova_api.* to ' Nova ' @ ' p
1:vmware Basic SettingsI'm using the VMware Workstation 8.0 version, and the other versions should all be fine. I am the network that puts the virtual machine on the NAT.Virtual machine on a single block card can be.You can also create virtual machines in dashboard if you wish. Then you will allocate more memory, hard disk.I am the minimum configuration 1G memory, 20G HDD, complete devstack, whole OpenStack, no problem.If the condition permits, more t
Apt-get install openstack pkg troubleshooting
The operating system is Ubuntu 14.04.
During the installation of the Openstack software package, the DNS of the host is correct and the repository of the software source is correct. Why is there always a software package installation error?
The following error is reported:
# Apt-get
Install openstack in centos 7.0
Reference official documents: http://docs.openstack.org/juno/install-guide/install/yum/content /#
Ip address information of three Nodes
Controller: 192.168.100.10
Network: 192.168.100.20
Compute1: 192.168.100.30
Modify the/etc/hosts file of each node
Test the connectivity between each n
1. Environmental preparednessPrepare a larger memory host, 12G or moreDownload the installation VirtualBox and its matching expansion packVirtualBoxHttp://download.virtualbox.org/virtualbox/4.3.28/VirtualBox-4.3.28-100309-Win.exeExpansion pack (extension): ( the version of the extension package is consistent with VirtualBox )Http://download.virtualbox.org/virtualbox/4.3.28/Oracle_VM_VirtualBox_Extension_Pack-4.3.28-100309.vbox-extpackDownload VirtualBox Batch Create fuel
Install openstack in centos1. Installation prompt
In this article, the system used to install openstack is centos7. The download path on the official website is centos-minimal. For the installation process, refer to the installation documentation on the official website. The URL is: centos-based
1. Environmental preparednessPrepare a larger memory host, 12G or moreDownload the installation VirtualBox and its matching expansion packVirtualBoxHttp://download.virtualbox.org/virtualbox/4.3.28/VirtualBox-4.3.28-100309-Win.exeExpansion pack (extension): ( the version of the extension package is consistent with VirtualBox )Http://download.virtualbox.org/virtualbox/4.3.28/Oracle_VM_VirtualBox_Extension_Pack-4.3.28-100309.vbox-extpackDownload VirtualBox Batch Create fuel
, the virtual machine to provide external network3, 192.168.4.0: This is the management, storage, and VM internal network of OpenStackSince these networks are already defined in the fuel network, personal experimentation is not moving, and if it is a deployment environment, you can define the network according to the specific environment.In this section, we'll install fuel master, a toolset that installs OpenStack
OpenStack, the installation of the threshold is relatively high, and quite troublesome, many of the installation document author saved a lot of installation steps. This brings a lot of trouble to beginners, perhaps the author easy to save a step, will create a subsequent installation failure. and beginners because of the openstack is not very understanding, errors can not be checked, so many people are half
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.