You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 42 Next »

Apache VCL

The Apache VCL incubator project.

VCL, Virtual Computing Lab. The VCL can be many things, first and foremost it is a open-source system used to dynamically provision and broker remote access to a dedicated compute environment for an end-user. The provisioned computers are typically housed in a data center and may be physical blade servers, traditional rack mounted servers, or virtual machines. VCL can also broker access to standalone machines such as a lab computers on a university campus.

One of the primary goals of VCL is to deliver a dedicated compute environment to a user for a limited time through a web interface. This compute environment can range from something as simple as a virtual machine running productivity software to a machine room blade running high end software (i.e. a CAD, GIS,statistical package or an Enterprise level application) to a cluster of interconnected physical (bare metal) compute nodes.

Also using the scheduling API it can be used to automate the provisioning of servers in a server farm or HPC cluster.

User Documentation

Community

Mailing lists

Archives

Project Resources

Confluence

http://cwiki.apache.org/confluence/display/VCL

Subversion Repository

https://svn.apache.org/repos/asf/incubator/vcl

JIRA

http://issues.apache.org/jira/browse/VCL

VCL 2.1 Information

VCL 2.1 (unreleased)

Release Roadmap

ASF VCL JIRA Roadmap

User Documentation

Documentation (work in progress: Diagrams, Install guide)

Architecture Diagram

VCL Architecture

Conceptual Overview

The conceptual overview below shows that remote users connect to the VCL Scheduling Application (the web VCL portal) and request access to a desired application environment. The application environment consists of an operating system and a suite of applications. The computer types are machine room blade servers, vmware virtual machines, and standalone machines.

 VCL Feature list

  • Automated provisioning, on-demand or future based
  • Brokers user sessions
  • Block allocations - provisioning larger number of compute environments for a specific event
    • For the class room
    • For a conference workshop
  • Physical (bare-metal) provisioning using xCAT
  • Virtual machine provisioning on VMware ESXi, VMware ESX Standard server, VMware Free Server
  • Image creation - allow end-users to create custom environments
  • Image revision control - create multiple revisions of an image
  • Statistics of environment usage
  • Privilege control - grant varying levels of control to end-users through web interface
    • Image checkout, image creation, manage users, manage resources, manage resource schedules
  • Set available/unavailable schedules for nodes
  • Multiple Management Nodes for scalability
  • API support for making requests and provisioning resources

Terminology: Bare-metal = a physical server (such as a blade server) as opposed to a virtual machine Node = a computer Resource = a compute node, an image, a management node, or a schedule Management Node = a process server or the machine where vcld is running; processes user requests assigned by the scheduler; does the provisioning

System Requirements

See the VCL Installation documentation for more information

Web Frontend

Database

  • MySQL 5.0 or later (GPL)

Management Node Backend

  • Operating system - tested on CentOS 5 (GPL), RedHat Advanced Server 4 and 5 (Red Hat), and RedHat Fedora Core 7 and 9 (GPL)
  • Operating system packages:
  • MySQL 5 client
  • perl-DBD-MySQL
  • Nmap security scanner
  • OpenSSH client
  • Perl 5.8.x
  • Perl modules available from CPAN
    • Class-Data-Inheritable
    • Compress-Raw-Zlib
    • Crypt-SSLeay
    • DBI
    • Devel-StackTrace
    • Exception-Class
    • HTML-Parser
    • IO-Compress
    • libwww-perl
    • MailTools
    • Object-InsideOut
    • RPC-XML
    • XML-Parser
    • YAML
  • No labels