Installation - ovirt-china/manage-domains-plugin GitHub Wiki

💡 The installation procedure is described precisely for each release in its release note.
💬 You can use this installation procedure from the version 0.4.2

Deploying the UIPlugin

  1. Copy all what is inside the directory /UIPlugin to the directory /usr/share/ovirt-engine/ui-plugins on the ovirt-engine server.
  2. Change https://0.0.0.0 with the address of the ovirt-engine server in the config file emdplugin.json here : "config": {"allowedMessageOriginsJSON":{"allowedMessageOrigins": "https://0.0.0.0"}}

💡 It is recommended to enter the ip address of your machine and its domain name in case it is possible to use both: "config": {"allowedMessageOriginsJSON":{"allowedMessageOrigins": ["https://<IP_ADDRESS>", "https://<DOMAIN_NAME>"]}}

Deploying the Servlet

  1. Copy the file ovirt-plugin-emd.conf in the directory /etc/httpd/conf.d on the server and run $service httpd restart.
  2. Copy the file Servlet/engine-manage-domains/target/engineManageDomains.war to the directory /usr/share/ovirt-engine-jboss-as/standalone/deployments on the server.
  3. Go to /usr/share/ovirt-engine-jboss-as/bin and run $./standalone.sh.
⚠️ **GitHub.com Fallback** ⚠️