Reference: onestack script
This article provides a summary of openstack learning in the last month, including the problem record during installation and deployment in a standalone environment and the source code learning process. It is suitable for beginners.
I. openstack installation and deployment
Currently, the official installation and deployment documents and the onestack script in Chinese are displaye
/archive.ubuntu.com,g//Replace with local sourceand comment out all the security.ubuntu.com related optionsYou can add a MongoDB sourceDeb Http://192.168.1.108/downloads-distro.mongodb.org/repo/ubuntu-upstart Dist 10genNetwork Update Source:#vim/etc/apt/sources.list:%s,us.archive.ubuntu.com,cn.archive.ubuntu.com,gComment out Zib#apt-get UpdateCopy openstack-ubuntu
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
= Keystoneadmin_auth_url = Http://controller:35357/v2. 0Admin_tenant_name = Serviceadmin_username = Neutronadmin_password = Neutron_pass (my password is NEUTRON)
Restart compute service and OVS Agent
service nova-compute restartservice neutron-plugin-openvswitch-agent restart6. Control node Validation
Load Environment
source admin-openrc.sh
List the created neutron agents
Neutron agent-list+------------------------------------+------------------+-------
After 2 days of groping, finally solved the ~ ~1. First, put the Eclipse+pydev inside the ubuntu14.042. Second, the code has a from paste import deploy,eclipse always displayunresoled Import3. Workaround:Pip Install pasteDownload Pastedeploy pastescript on official websiteAfter tar, python setup.py installThis 3-step installation, in Eclipse will have the pop-up window to show whether to apply the transformation, if not pop-up instructions have a prob
1:devstack
This is actually for developers. Directly through the source installation, under the Ubuntu 11.10 installation configuration. Directly git the latest beta version of the code.
Currently the entire script is already very mature. Single deployment, deployed in virtual machines, is already very convenient.
This set of scripts is a network using FLATDHCP. This is a need to pay attention to. A single block card is OK. Only suitable for deve
There are many ways to install openstack! Manual and automatic deployment;
Rdo is the openstack deployment method provided by RedHat. It is very simple, and the latest version of openstack RedHat seems to be the first to appear. It is currently version I!
I recorded the installation of version h this time because I use
command:
Yum install-y http://rdo.fedorapeople.org/openstack-icehouse/rdo-release-icehouse.rpm
Install epel Source
Select a 64-bit system and run the following command:
Rpm-IVH http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
The foreman. Repo source is generated when the above source is installed. This source can be deleted d
OpenStack deployment Summary: On CentOS 6.5, use RDO to install the icehouse (ovs + vlan) and rdoicehouse on the dual settlement Node
This article describes how to install a dual-computing node icehouse environment through RDO on CentOS6.5. The installation process involves a lot of software and complex dependencies, we recommend that you use a new operating syst
1. Download
Https://launchpad.net/openstack-dashboard
2. Installation
2.1
Python tools/install_venv.py
Unable to download and install openstack and openstackx through git due to network problems during installation
The modification is as follows,
2.2 download to the response directory:
Wget https://github.com/jacobian/openstack.compute/tarball/masterMv jacobian
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 quickly in devstack under Centos7
Prepare the environment
Selinux and iptables disabledmkdir-p~/.pip# Using Douban pip Sourcevim~/.pip/pip.conf[global]index-url=http://pypi.douban.com/simple/yuminstall-ygit# Install gitcd/homegitclonehttps://github.com/openstack-dev/devstack.gitcd/home/devstack/tools/
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
Difference between mysql-authorized localhost % and persistent authorization error solution (install openstack), mysqllocalhostFirst, we will attach the openstack document to illustrate why permission errors are reported when % is granted!Mysql-u root-pyunjisuanCreate database keystone;
Grant all privileges on keystone. * TO 'keystone '@ 'localhost' identified b
1. Introduction1.1. Note: Because memcached does not have its own cluster scheme, so this step is very simple, direct installation can be enabled. The popular online is the use of magent, but also a scheduler and other software. Since OpenStack is self-balancing, this demo is not configured to be highly available1.2. Cluster Scheme Link: (later write)2. Environment2.1. List of machines
Features and Components
Machine name
Ser
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.