Virtual Workspaces - VWS

  Home
  Overview
  Features
  Documentation   
  Downloads
  Clouds
  Publications
  Talks
  Marketplace
  Contributors
  Roadmap
  Funding
  Contact
  News rss feed
Home -> VWS -> TP1.2.1

DEPRECATED: The most recent version is TP1.3.3.1


Version TP1.2.1 - Virtual Machines Technology Preview 1.2.1

This is a technology preview of the virtual machine based Workspace Service. The workspace service provides a gateway to a set of resources configured with the Xen (2.0.7 or 3.0.x) implementation of virtual machines.

The infrastructure is composed of:

  1. The Workspace Factory Service implemented for the GT4 Java container that allows a grid client to deploy a Xen-based workspace (described by workspace metadata and a Xen image) according to a deployment request specifying resource allocation and length of deployment.

  2. The Workspace Service implemented for the GT4 Java container that allows a Grid client to manage a workspace by starting, stopping, pausing, or destroying it.

Workspace metadata and the interfaces for the two Grid Services are discussed in the interfaces section. The Administrator's Guide discusses the installation of the service and the required backend component.

A discussion of the available plugins and an authorization overview is in this section.

The sample service client is distributed with several sample metadata files, deployment requests, and sample client invocations. These have inline comments and can be reviewed and modified to quickly try out some of the major features.

You can download the software from the downloads page.

Changelog vs. TP1.2

  • Resolved Bug 4792 (propagation via globus-url-copy adds extra file URL scheme)

  • Resolved Bug 4793 (xenlocal arg parsing error)

  • Resolved Bug 4879 (issue with database jars that were already installed)

  • Resolved Bug 4880 (extra semicolons being sent in network information)

  • Fixed client build invocation (WS stubs weren't deployed by default)

  • Minor internal refactoring