Skip to content

Releases: ovirt-china/iso-uploader-plugin

Upload Working

30 Mar 10:30
Compare
Choose a tag to compare
Upload Working Pre-release
Pre-release

What's new ?

  • Add the Java Servlet to upload the .iso files on the server.

Description

This is the first release containing the Java Servlet. However, only the upload of the .iso file on the server is supported (the .iso file is not uploaded in oVirt yet).

Installation

Deploying the UIPlugin

  1. Move all what is inside the directory /UIPlugin to the directory /usr/share/ovirt-engine/ui-plugins on the ovirt-engine server.
  2. In the file isouploader-resources/tab.html, replace flow-init="{target: '//192.168.3.154:8080/isoUploaderPlugin/upload' with the address of the servlet.

Deploying the Servlet

  1. Move the file Servlet/iso-uploader-plugin/target/isoUploaderPlugin.war to the directory /usr/share/ovirt-engine-jboss-as/standalone/deployments on the server.
  2. Go to /usr/share/ovirt-engine-jboss-as/bin and run $./standalone.sh.

Static Design

10 Dec 06:10
Compare
Choose a tag to compare
Static Design Pre-release
Pre-release

What's New ?

  • Design of the UI

Description

This first release is only the static implementation of the UI.

Installation

  1. Copy all what is inside the directory /UIPlugin to the directory /usr/share/ovirt-engine/ui-plugins on the ovirt-engine server.