中文
注册

部署ovirt-engine服务

安装ovirt-engine软件包后,还需要在管理节点部署ovirt-engine服务,才能使ovirt-engine软件可用。

  1. 创建软链接。
    ln -sf /usr/lib64/libpq.so.private13-5.13 /usr/lib64/libpq.so.5
  2. 执行部署命令。
    engine-setup --offline

    部署过程中返回如下信息,此外还需要执行一定的操作,请参考如下信息配置。

    [ INFO  ] Stage: Initializing 
    [ INFO  ] Stage: Environment setup 
              Configuration files: /etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf, /etc/ovirt-engine-setup.conf.d/10-packaging.conf 
              Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20211109101534-5yokxt.log 
              Version: otopi-1.9.4 (otopi-1.9.4-2.oe1) 
    [ INFO  ] Stage: Environment packages setup 
    [ INFO  ] Stage: Programs detection 
    [ INFO  ] Stage: Environment setup (late) 
    [WARNING] Unsupported distribution disabling nfs export 
    [ INFO  ] Stage: Environment customization 
     
              --== PRODUCT OPTIONS ==-- 
     
              Configure Cinderlib integration (Currently in tech preview) (Yes, No) [No]: 
              Configure Engine on this host (Yes, No) [Yes]: 
     
              Configuring ovirt-provider-ovn also sets the Default cluster's default network provider to ovirt-provider-ovn. 
              Non-Default clusters may be configured with an OVN after installation. 
              Configure ovirt-provider-ovn (Yes, No) [Yes]: No
              Configure WebSocket Proxy on this host (Yes, No) [Yes]: 
     
              * Please note * : Data Warehouse is required for the engine. 
              If you choose to not configure it on this host, you have to configure 
              it on a remote host, and then configure the engine on this host so 
              that it can access the database of the remote Data Warehouse host. 
              Configure Data Warehouse on this host (Yes, No) [Yes]: 
              Configure Grafana on this host (Yes, No) [Yes]: 
              Configure VM Console Proxy on this host (Yes, No) [Yes]: 
     
              --== NETWORK CONFIGURATION ==-- 
     
              Host fully qualified DNS name of this server [controller]: 
    [WARNING] Host name controller has no domain suffix 
     
    [WARNING] Failed to resolve controller using DNS, it can be resolved only locally 
     
              Setup can automatically configure the firewall on this system. 
              Note: automatic configuration of the firewall may overwrite current settings. 
              Do you want Setup to configure the firewall? (Yes, No) [Yes]:
              The following firewall managers wer detected on this system: firewalld 
              Firewall manager to configure (firewalld): firewalld
    [ INFO  ] firewalld will be configured as firewall manager. 
    [WARNING] Host name controller has no domain suffix 
    [WARNING] Host name controller has no domain suffix 
     
              --== DATABASE CONFIGURATION ==-- 
     
              Where is the DWH database located? (Local, Remote) [Local]: 
     
              Setup can configure the local postgresql server automatically for the DWH to run. This may conflict with existing applications. 
              Would you like Setup to automatically configure postgresql and create DWH database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 
              Where is the Engine database located? (Local, Remote) [Local]: 
     
              Setup can configure the local postgresql server automatically for the engine to run. This may conflict with existing applications. 
              Would you like Setup to automatically configure postgresql and create Engine database, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 
     
              --== OVIRT ENGINE CONFIGURATION ==-- 
     
              Engine admin password: 
              Confirm engine admin password: 
    [WARNING] Password is weak: The password is shorter than 8 characters 
              Use weak password? (Yes, No) [No]: yes 
              Application mode (Virt, Gluster, Both) [Both]: 
     
              --== STORAGE CONFIGURATION ==-- 
     
              Default SAN wipe after delete (Yes, No) [No]: 
     
              --== PKI CONFIGURATION ==-- 
     
              Organization name for certificate [Test]: 
     
              --== APACHE CONFIGURATION ==-- 
     
              Setup can configure the default page of the web server to present the application home page. This may conflict with existing applications. 
              Do you wish to set the application as the default page of the web server? (Yes, No) [Yes]: 
     
              Setup can configure apache to use SSL using a certificate issued from the internal CA. 
              Do you wish Setup to configure that, or prefer to perform that manually? (Automatic, Manual) [Automatic]: 
     
              --== SYSTEM CONFIGURATION ==-- 
     
     
              --== MISC CONFIGURATION ==-- 
     
              Please choose Data Warehouse sampling scale: 
              (1) Basic 
              (2) Full 
              (1, 2)[1]: 
              Use Engine admin password as initial Grafana admin password (Yes, No) [Yes]: 
     
              --== END OF CONFIGURATION ==-- 
     
    [ INFO  ] Stage: Setup validation 
     
              --== CONFIGURATION PREVIEW ==-- 
     
              Application mode                        : both 
              Default SAN wipe after delete           : False 
              Host FQDN                               : controller 
              Firewall manager                        : firewalld 
              Update Firewall                         : True 
              Set up Cinderlib integration            : False 
              Configure local Engine database         : True 
              Set application as default page         : True 
              Configure Apache SSL                    : True 
              Engine database host                    : localhost 
              Engine database port                    : 5432 
              Engine database secured connection      : False 
              Engine database host name validation    : False 
              Engine database name                    : engine 
              Engine database user name               : engine 
              Engine installation                     : True 
              PKI organization                        : Test 
              Set up ovirt-provider-ovn               : False 
              Grafana integration                     : True 
              Grafana database user name              : ovirt_engine_history_grafana 
              Configure WebSocket Proxy               : True 
              DWH installation                        : True 
              DWH database host                       : localhost 
              DWH database port                       : 5432 
              DWH database secured connection         : False 
              DWH database host name validation       : False 
              DWH database name                       : ovirt_engine_history 
              Configure local DWH database            : True 
              Configure VMConsole Proxy               : True 
     
              Please confirm installation settings (OK, Cancel) [OK]: 
    [ INFO  ] Stage: Transaction setup 
    [ INFO  ] Stopping engine service 
    [ INFO  ] Stopping ovirt-fence-kdump-listener service 
    [ INFO  ] Stopping dwh service 
    [ INFO  ] Stopping vmconsole-proxy service 
    [ INFO  ] Stopping websocket-proxy service 
    [ INFO  ] Stage: Misc configuration (early) 
    [ INFO  ] Stage: Package installation 
    [ INFO  ] Stage: Misc configuration 
    [ INFO  ] Upgrading CA 
    [ INFO  ] Creating PostgreSQL 'engine' database 
    [ INFO  ] Configuring PostgreSQL 
    [ INFO  ] Creating PostgreSQL 'ovirt_engine_history' database 
    [ INFO  ] Configuring PostgreSQL 
    [ INFO  ] Creating CA: /etc/pki/ovirt-engine/ca.pem 
    [ INFO  ] Creating CA: /etc/pki/ovirt-engine/qemu-ca.pem 
    [ INFO  ] Updating OVN SSL configuration 
    [ INFO  ] Updating OVN timeout configuration 
    [ INFO  ] Creating/refreshing DWH database schema 
    [ INFO  ] Setting up ovirt-vmconsole proxy helper PKI artifacts 
    [ INFO  ] Setting up ovirt-vmconsole SSH PKI artifacts 
    [ INFO  ] Configuring WebSocket Proxy 
    [ INFO  ] Creating/refreshing Engine database schema 
    [ INFO  ] Creating a user for Grafana 
    [ INFO  ] Creating/refreshing Engine 'internal' domain database schema 
    [ INFO  ] Creating default mac pool range 
    [ INFO  ] Adding default OVN provider to database 
    [ INFO  ] Adding OVN provider secret to database 
    [ INFO  ] Setting a password for internal user admin 
    [ INFO  ] Install SELinux module /usr/share/ovirt-engine/SELinux/ansible-runner-service.cil 
    [ INFO  ] Generating post install configuration file '/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf' 
    [ INFO  ] Stage: Transaction commit 
    [ INFO  ] Stage: Closing up 
    [ INFO  ] Starting engine service 
    [ INFO  ] Starting dwh service 
    [ INFO  ] Starting Grafana service 
    [ INFO  ] Restarting ovirt-vmconsole proxy service 
     
              --== SUMMARY ==-- 
     
    [ INFO  ] Restarting httpd 
              Please use the user 'admin@internal' and password specified in order to login 
              Web access is enabled at: 
                  http://controller:80/ovirt-engine 
                  https://controller:443/ovirt-engine 
              Internal CA BF:AC:74:64:80:7F:8A:A1:22:91:C3:D7:79:9A:E8:18:3F:D6:BD:39 
              SSH fingerprint: SHA256:VT2Ygy2uTEA4h+s0RfhLjaGu33Zd2o9De7uJSOohB/0 
              Web access for grafana is enabled at: 
                  https://controller/ovirt-engine-grafana/ 
              Please run the following command on the engine machine controller, for SSO to work: 
              systemctl restart ovirt-engine 
     
              --== END OF SUMMARY ==-- 
     
    [ INFO  ] Stage: Clean up 
              Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20211109101534-5yokxt.log 
    [ INFO  ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20211109102045-setup.conf' 
    [ INFO  ] Stage: Pre-termination 
    [ INFO  ] Stage: Termination 
    [ INFO  ] Execution of setup completed successfully

    返回successfully信息表示成功部署ovirt-engine服务。

  3. 验证ovirt-engine是否已经部署成功。
    1. 打开本地PC的“C:\windows\system32\drivers\etc\hosts”文件,添加如下内容。
      节点IP地址    controller
    2. 通过浏览器访问“https://controller/ovirt-engine”,进入oVirt管理前端页面。您也可以在此页面切换语言。
    3. 在oVirt管理前端页面单击“管理门户”进入ovirt-engine登录界面。如果可以进入ovirt-engine登录界面,表示ovirt-engine已经部署成功。

    4. 在ovirt-engine登录界面输入登录用户名和密码。密码是安装ovirt-engine如下过程中自行设置的,根据实际情况修改。在本例中用户名为admin,密码为123456。

      • 本例中主机名是“controller”,Web管理界面URL是“http://controller:80/ovirt-engine”或者“https://controller:443/ovirt-engine”。
      • 如果无法访问URL,需要在ovirt engine节点关闭防火墙。
        systemctl disable firewalld.service
        systemctl stop firewalld.service
搜索结果
找到“0”个结果

当前产品无相关内容

未找到相关内容,请尝试其他搜索词