Huawei Cloud Computing Notes (Essays)

fusionSphere

1.fusion Computer SV

(1) VRM

(2) CNA (1) and (2) together are called FusionSphere

2.Fusion Manger tenant management

3.Fusion Cube Huawei's cloud together machine

4.Fusion Isight Huawei's big data platform

The above 4 sets of products form Huawei's Fusion Cloud

FusionSphere openstack supports heterogeneous

FusionComputer-DC

      EatOne 

                1. ServiceCenter Operation Center

                 2.OperationCenter operation and maintenance center

Functions of openstack9 major components

1.Horizion interface  

2.Nova compute node  

        (1) Nova controller Huawei requires at least three nodes

         (2) nova computer

3.Glance image service support format QCOW VMDK VHD ISO OVF AMI/AKI

4.Swift object storage

5. Cinder block storage

6.Ceilometer measurement

7. Neutron network

8.Keystone identity management

9. Heat template, batch production template

yum insrtall openstack-packstack centos install openstack

pacjstack --gen-answer-file /root/answers.txt

packstack --answer-file /root/answers.txt

openstack + ceph   

An openstack can contain multiple available partitions, which can use different virtual environments

The host in openstack corresponds to the computing cluster in FC one-to-one. The cluster name configured on openstack is the same as the cluster name on FC, and is case sensitive

The openstack back-end storage should correspond to the FC data storage one-to-one, and the data storage name should be exactly the same as the FC data storage name

The host group can contain multiple hosts, requiring these hosts to use the same DVS and storage

After Control01 is installed, two files need to be modified, one of which is vim /opt/fusionplatform/data/fusionsphere/cfg/hostname.ini

hostname mac
controler01 84:12:ER:5T:Y6:OP After the
modification is completed, execute the command cps hostname-file-upload --localfile /home/fsp
                                cps commit
cpssafe  

cd /opt/fusionplatform/data/fusionsphere/cfg/

cp hostname.ini /home/fsp
cd /usr/bin/install_tool
vim set-env

source set-env

vim hostname.ini adds the MAC addresses of controller02 and controller03d

cps hostname-file-upload --localfile /home/fsp
    hostname-file-update
cps commit
internal_base  controler 之间通讯用

external_om (openstack managerment) for all components, such as FC, FM
external_api for external interconnection

RabbitMQ uses external_om network 


SC FM configuration is accessed via api network

domian0 CNA reserved resources for their own use

When VRM is connected to CNA, it must be connected to openstack first

Keystone address Log in to the controller node and switch to the root user, cat .bash_profile

auth_url is the address of keystaone https://identify.az.dc1.domainname.com:443/v2.0

OS_REGION_NAME is the region name, the
username is neutron, and the password is fusionsphere123

Nova's URL is to replace the identify in the URL of Keystone with computer https://computer.az.dc1.domainname.com:443/v2.0

Neutron's address https://network.az.dc1.domainname.com:443/v2.0

After the above docking is completed, log in to Fc to create a docking user and create a network pool, which is a distributed switch. The name of the distributed switch must be consistent with the name of the CPS system network plane.
 

 

 

 

 

 

 

Guess you like

Origin blog.csdn.net/zjc801/article/details/81385269