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
openstack Learning Notes 3: Kestone Installation Deployment
1. Keystone's architecture
Keystone(OpenStack Identity Service) is the module in the OpenStack framework responsible for managing authentication, service rules, and service token functions.Keystone is the core module of Openstack, providing authentication and authorization services for Nova, Glance, Swift, Cinder, Neutron, and Horizon.The Keys ...
Posted on Mon, 30 Mar 2020 17:06:53 -0400 by phreek
OpenStack multi-node one-click deployment (super-detailed)
OpenStack Multi-Node One-Click Deployment in Experimental Environment (Ultra-Detailed)
Preface
The OpenStack project is an open source cloud computing platform project, a distributed system that controls computing, networking, and storage of three resources.Building such a cloud platform system can provide us with cloud services in the IaaS (I ...
Posted on Sun, 08 Mar 2020 12:44:49 -0400 by bretx
OpenStack maintenance commands and application examples
Catalog
1, OenStack common service view command
On and off of OpenStack node
openstack view command
View the status of Nova computing service
View the status of the Neutron network service
View the status of glance image service
View cinder block storage status
2, OpenStack application ...
Posted on Tue, 03 Mar 2020 04:57:59 -0500 by kingman65
How to build the yum source of local OpenStack? Practice show!
Article directory
Preface
1: OpenStack overview
1.1: Overview
1.2: Why build OpenStack local yum source?
2: Local yum source building practice
2.1: Environment
2.2: topology
2.3: purpose of the experiment
2.4: experiment process
2.4.1: local source configuration
2.4.2: client configuration
2.4. ...
Posted on Wed, 19 Feb 2020 23:59:12 -0500 by nevesgodnroc
Create qcow2 image
Article directory
Creating a virtual machine with vmware
Set up virtual machine network
Install virtual machine software
VNC connection
Operational mirroring
Using qcow2 file to generate virtual machine
Reference articles
Creating a virtual machine with vmware
Set up virtual machine network
Be ...
Posted on Tue, 18 Feb 2020 05:42:27 -0500 by fatalcure