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

  • 相关阅读:
    SystemVerilog搭建测试平台---第一章:验证导论
    二线制I2C CMOS串行EEPROM续
    二线制I2C CMOS串行EEPROM
    Codeforces 777E:Hanoi Factory(贪心)
    2019HPU-ICPC-Training-1
    Codeforces 777B:Game of Credit Cards(贪心)
    Codeforces 777D:Cloud of Hashtags(暴力,水题)
    Codeforces 777C:Alyona and Spreadsheet(预处理)
    Codeforces 888D: Almost Identity Permutations(错排公式,组合数)
    Codeforces 888E:Maximum Subsequence(枚举,二分)
  • 原文地址:https://www.cnblogs.com/ruiy/p/5317650.html
Copyright © 2011-2022 走看看