zoukankan      html  css  js  c++  java
  • ovirt简介

    oVirt Overview

    Physical architecture

    oVirt consists of the following bits:

    1. A stripped-down Fedora build that installs and runs off a CD, a usb key, or a ramdisk (over PXE) on a physical host. The build contains all the necessary pieces to support hosting and managing virtual machines on the host.
    2. A web-based management UI application for oVirt hosts, users, and vms.
    3. The FreeIPA ldap/kerberos identity, policy, and audit application.

    Logical architecture

    The bits above connect in the following ways:

    • The FreeIPA application handles kerberos administration, authentication, and authorization for the entire app.
    • An oVirt host image is provided with the application. On boot (via cdrom, flash drive, or PXE), the host image loads its keytab and kerberos configuration from the oVirt management application and announces itself.
    • The oVirt management application authenticates with FreeIPA and can then communicate with the libvirtd running on each oVirt host via an encrypted SASL connection using the libvirt SASL infrastructure.
    • An iSCSI target, running on any machine reachable from the oVirt host, provides disk storage for oVirt guests. The oVirt host will automatically make the storage targets on the iSCSI server it is configured for available for oVirt guest installs.

    采用libvirt进行管理,带iscsi存储,web ui 和 ldap等,不知道性能怎样,研究好libvirt后研究一下这个。

  • 相关阅读:
    P1495 曹冲养猪
    luoguP4281[AHOI2008]紧急集合 / 聚会
    NOIP1997 代数表达式
    luogu P3709大爷的字符串题
    luoguP3912 素数个数
    POJ 1065 Wooden Sticks
    POJ 1063 Flip and Shift
    POJ 1062 昂贵的聘礼
    POJ 1003 Hangover
    POJ 1001 Exponentiation
  • 原文地址:https://www.cnblogs.com/chinacloud/p/2127097.html
Copyright © 2011-2022 走看看