zoukankan      html  css  js  c++  java
  • openstack

    Provides a web-based self-service portal to interact wi th underlying
    launching an instance,assigning ip addresses and configuring access controls

    Compute nova Manages the lifecycle of compute instances in an openstack environment
    Responsibilities include spawning,scheduling and decommissioning of virtual machines on demand;
    virtual machines on demand
    manages the lifecycle of compute instance in an openstack
    responsibilityes include spawning,scheduling and decommissioning of virtual machines on demand;
    Networking neutron enables network-connectivity-as-a-service for other openstack services
    such as openstack compute
    provides an API for users to define networks and the attachments into them
    has a pluggable architecture that supports many popular networking vendors and technologies;
    pluggable architecture that supports many popular networking vendors and technologies;
    stores and retrieves arbitrary
    stores and retrieves arbitrary unstructured data objects via a RESTful http base
    highly 高故障  容忍
    highly fault tolerant fault tolerant data replication and scale-out architecture
    fault tolerant data replication and scale-out architecture
    implementation is not like a file server with mountable directories
    in this case
    it writes objects and files to multiple drives
    writes objects and files to multiple drives
    ensuring the data is replicated across a server cluster;
    provides persistent block storae to running instances
    provides persistent block storage to running instances
    its pluggable driver architecture facilitates the
    storage shared services  higher-level services;
    identity service provides an authentication and authorization service for other openstack services
    provides a catalog of endpoints for all openstack services;
    image service glance
    stores and retrieves virtual machine disk images
    stores and retrieves virtual machines disk images
    storages

    compute make use of thhis deuing instance provisioning;
    Telemetry ceilometer
    monitor and meters the openstack cloud for billing benchmarking scalability
    and statistical purposes;
    Monitor and meters the openstack cloud for billing benchmarking scalability and statistical purposes;
    aafter becoming familiar with basic installation configuration operation and troubleshooting of these
    you should consider the following steps toward deployment using a production architecture

    determine and implement the necessary

  • 相关阅读:
    C# 进程 与 线程
    Micro 设计文档
    asp.net core 3.0 身份认证 替换为自已的提供程序 AuthenticationStateProvider replace to SelfAuthenticationStateProvider
    https://github.com/commonsensesoftware/More
    .net core中使用Automapper
    使用EntityFramework Core和Enums作为字符串的ASP.NET Core Razor页面——第三部分
    ABP邮件发送
    .net Core中实现SHA加密
    .net c# 文件分片/断点续传之下载--客户端
    .net core 下监控Sql的执行语句
  • 原文地址:https://www.cnblogs.com/ruiy/p/5317650.html
Copyright © 2011-2022 走看看