You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

@MIGU 补充应用安装相关部分

@huawei 补充控制面相关部分

Introduction


How to use this document


Deployment Architecture


Pre-Installation Requirements

  • Hardware Requirements

           64-bit CentOS 7

  • Software Perequisites

          docker-ce-20.10.11

          


N/A

  • Database Perequisites

schema scripts: N/A

  • Other Installation Requirements
    • Jump Host Requirements:N/A
    • Network Requirements: N/A
    • Bare Metal Node Requirements :N/A
    • Execution Requirements (Bare Metal Only) :N/A

Installation High-Level Overview

  • Bare Metal Deployment Guide 

    • Install Bare Metal Jump Host : N/A

    • Creating a Node Inventory File: N/A

    • Creating the Settings Files: N/A

    • Running: N/A

  • Virtual Deployment Guide

    • Install Docker Engine on CentOS7 

                     first, let’s update the package database:   yum -y update

                     uninstall older versions, along with associated dependencies: yum remove docker  docker-common docker-selinux docker-engine

                     Install the yum-utils package :yum install -y yum-utils

                     set up the repository: yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

                     List and sort the versions available in your repo: yum list docker-ce --showduplicates | sort -r

                    Install a specific version by its fully qualified package name: yum -y install docker-ce-20.10.11

                    Start Docker: systemctl start docker  && systemctl enable docker

                   


    • Install kubectl on Centos7
  •           
  •  
    • xxx

     

    • Standard Deployment Overview :N/A
    • Snapshot Deployment Overview:N/A
    • Special Requirements for Virtual Deployments
    • Install Jump Host: N/A
      • Verifying the Setup - VMs:N/A
  • Upstream Deployment Guide

    • Upstream Deployment Key Features :N/A
    • Special Requirements for Upstream Deployments :N/A
    • Scenarios and Deploy Settings for Upstream Deployments :N/A
    • Including Upstream Patches with Deployment:N/A
    • Running: N/A
    • Interacting with Containerized Overcloud: N/A

Developer Guide and Troubleshooting

  • Utilization of Images

N/A

  • Post-deployment Configuration

N/A

  • Debugging Failures 

N/A

  • Reporting a Bug

N/A

Uninstall Guide


Troubleshooting


Maintenance

  • Blue Print Package Maintenance

    • Software maintenance: N/A 
    • Hardware maintenance:N/A
  • Blue Print Deployment Maintenance (N/A)

Frequently Asked Questions

N/A

License

N/A

References

N/A

Definitions, acronyms and abbreviations

N/A



  • No labels