[OpenStack (Train version) installation and deployment] win7 virtual machine creation, specified volume production, Mount test
This article is published by the public account [development pigeon]! Welcome to pay attention!!!
Old rules - sister town building:
1. win7 virtual machine test in grace
(1) - failed to upload the image in qcow2 format of win7 glance
Upload the created qcow2 format image to the Controller node:
&nb ...
Posted on Mon, 04 Oct 2021 21:59:29 -0400 by scliburn
centos7 installation and configuration of openstack Zun components (Stein version)
1, Basic environmental parameters
Environment: CentOS 7.6Opentack Zun version steinpython2.7.5/python3.6 are all built-in Python environmentsThe default zun database and zun service password are 123456, which can be changed as needed
2, controller node zun installation
2.1 creating database
Login database: mysql -uroot -p123456
# Creat ...
Posted on Fri, 24 Sep 2021 06:22:40 -0400 by savetime
OpenStack wallaby installation - Basic Service grace installation
precondition
Before installing and configuring the image service, you must create a database, service credentials, and API endpoints. To create a database, complete the following steps:
Connect to the database server as root using the database access client
mysql -u root -p
Create the grace database:
CREATE DATABASE glance;
Grant correc ...
Posted on Mon, 20 Sep 2021 08:31:55 -0400 by haynest
OpenStack wallaby installation - front environment configuration
1, Network and firewall configuration
Because the second network card is added later, it is a newly added configuration file. Run uuidgen ens19 to obtain uuid controller - the first network card: VIM / etc / sysconfig / network scripts / ifcfg-ens18
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=static
DEFROUTE=yes
IPADDR=192.168.1 ...
Posted on Sun, 19 Sep 2021 18:27:01 -0400 by fukas
Day77 ~ 79 openstack manual distributed deployment
openstack manual distributed deployment
1, Environmental preparation
reference resources: https://docs.openstack.org/zh_CN/install-guide/
1. Static IP(NetworkManager service can be turned off)
2. Host name and binding
192.168.122.11 controller
192.168.122.12 compute
192.168.122.13 cinder
3. Turn off the firewall and selinux
4. Time syn ...
Posted on Wed, 15 Sep 2021 02:29:30 -0400 by Major Tom
The records of server deployment process and step-by-step records of kolla's openstack
Article catalog
preface
Experimental environment
preparation
Start deployment
network configuration
Simple method of creating instance and Internet
References
preface
I am a little white, because the course requires building a cloud platform environment, and then I choose the container based ope ...
Posted on Sun, 21 Jun 2020 23:17:27 -0400 by GBS
openstack Learning Notes 5: Introduction to nova and Manual Installation Deployment
1. Nova architecture
Nova is the core component of openstack, which manages the life cycle of the entire VM.The other components of openstack ultimately serve Nova components and provide computing resource management for VMs based on user needs.The Nova logical architecture is shown in the red box section of the following figure
2. Logical Mod ...
Posted on Sat, 02 May 2020 15:58:34 -0400 by brucensal
Local multi node installation of openstack rock
Local multi node installation of openstack rockPreface:Openstack rocky multi node one key installation deploymentFirst, I will show you how to build a set of openstack cloud platform automatically and quickly, then I will start to explain each component of openstack in detail, and then I will start to explain a complete virtual machine creatio ...
Posted on Sat, 18 Apr 2020 00:23:27 -0400 by coops
Build local OpenStack source
Build local OpenStack source1, Installation systemThe configuration is as follows:One Centos 7.6 virtual machineCPU: dual core and dual threadMemory: 2GHard disk: 30G system disk + 300G mount diskInstall desktop - development toolsTurn off firewall and core protection2, Synchronizing OpenStack production environment sourcesyum source of backup ...
Posted on Mon, 13 Apr 2020 03:26:42 -0400 by coffejor
How to use Rancher to create K8S cluster on OpenStack
Undeniably, openstack is still a viable cloud operating system and is used by many Internet service providers around the world. Rancher is the most widely used Kubernetes management platform in the industry, which manages multiple Kubernetes clusters in enterprise IT through simple and intuitive GUI. Rancher also provides integration tools for ...
Posted on Fri, 10 Apr 2020 08:22:58 -0400 by neuro4848