This series of articles will teach you how to build an OpenStack development environment from scratch across multiple OpenStack systems. The installation version of OpenStack used in the current tutorial is version 20 Train (version T for short). Release Note Train, Originally Released: 16 October, 2019 13 May, 2020 Victoria, Originally Released: 14 October, 2020

The nuggets community


OpenStack Ussuri offline Deployment: OpenStack Train Offline Deployment: OpenStack Ussuri Offline deployment

OpenStack Train Offline deployment | 0 Local offline deployment yum OpenStack Train offline deployment | 1 Controller node – Environment Preparation OpenStack Train Offline deployment | 2 Compute node – Environment Preparation OpenStack Train offline deployment | 3 controller nodes -Keystone authentication service component OpenStack Train offline deployment | 4 controller nodes -Glance image service component OpenStack Train offline deployment | 5 Controller nodes -Placement service component OpenStack Train Offline deployment | 6.1 Controller Node -Nova Computing service component OpenStack Train Offline deployment | 6.2 Compute Node -Nova Computing service Component OpenStack Train Offline deployment | 6.3 Controller Node -Nova Computing service component OpenStack Train Offline Deployment | 7.1 Controller Node -Neutron Network service Component OpenStack Train Offline Deployment | 7.2 Compute Node -Neutron Network service Component OpenStack Train deployment | 7.3 Controller Node -Neutron Service component OpenStack Train Deployment | 8 Controller Node -Horizon Service component OpenStack Train Deployment | 9 Start an OpenStack instance Train Offline deployment | 10 Controller node -Heat service component OpenStack Train Offline deployment | 11.1 Controller Node -Cinder Storage Service Component OpenStack Train Offline deployment | 11.2 Storage node -Cinder storage service component OpenStack Train Offline Deployment | 11.3 Controller Node -Cinder Storage Service Component OpenStack Train Offline Deployment | 11.4 Compute Node -Cinder Storage Service Component OpenStack Offline Deployment of Train | 11.5 Instance Using -Cinder storage service components


Gold Mining community: Customizing OpenStack Images | Customizing OpenStack images | Environment Preparation Customizing OpenStack images | Windows7 Customizing OpenStack images | Windows10 Customizing OpenStack images | Linux Customize an OpenStack image | Windows Server2019


CSDN

CSDN: OpenStack Ussuri Offline Installation and Deployment Series (full) OpenStack Train Offline Installation and Deployment Series (full) Looking forward to making progress together with you.


OpenStack Train Offline Deployment | 11.3 Controller Node -Cinder Storage Service Component

Verify the Cinder storage service on the controller node

The official reference: docs.openstack.org/install-gui… Docs.openstack.org/train/insta… Docs.openstack.org/cinder/trai… Docs.openstack.org/cinder/trai… Docs.openstack.org/cinder/trai… Blog: yinwucheng.com/?p=491 www.cnblogs.com/tssc/p/9877…

1. The controller node verifies the Cinder service

1. Environment variables

cd
source admin-openrc.sh
Copy the code

2. View the storage volume list

openstack volume service list

Copy the code

The Cinder service has been installed on the controller

If the preceding information is displayed, cinder nodes are successfully installed

Use advice

  • 1. You can perform disk migration, capacity expansion, and capacity reduction on cloud disks. However, you are not advised to perform these operations in the production environment
  • 2. If important data is involved, try not to use the cloud disk, but use the local disk to store data. If problems occur, at least the data on each disk is separate, and the disk files are still there
  • 3. In general, deploy an enterprise private cloud using openstack. Use local disks in the production environment and try using cloud disks in the test environment