Repository: vcl Updated Branches: refs/heads/asf-site-test [created] 05174eadb
initial test of generating documentation using jekyll Project: http://git-wip-us.apache.org/repos/asf/vcl/repo Commit: http://git-wip-us.apache.org/repos/asf/vcl/commit/05174ead Tree: http://git-wip-us.apache.org/repos/asf/vcl/tree/05174ead Diff: http://git-wip-us.apache.org/repos/asf/vcl/diff/05174ead Branch: refs/heads/asf-site-test Commit: 05174eadb6ecbf9b29d0bf259d97b582b8349017 Parents: Author: Josh Thompson <[email protected]> Authored: Mon Jun 4 15:56:39 2018 -0400 Committer: Josh Thompson <[email protected]> Committed: Mon Jun 4 15:56:39 2018 -0400 ---------------------------------------------------------------------- images/remote-access.png | Bin 0 -> 144927 bytes images/remote-connection.png | Bin 0 -> 35886 bytes images/ss-select-environment.png | Bin 0 -> 57144 bytes index.html | 17 +++++++++++++++++ 4 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vcl/blob/05174ead/images/remote-access.png ---------------------------------------------------------------------- diff --git a/images/remote-access.png b/images/remote-access.png new file mode 100644 index 0000000..9fb5218 Binary files /dev/null and b/images/remote-access.png differ http://git-wip-us.apache.org/repos/asf/vcl/blob/05174ead/images/remote-connection.png ---------------------------------------------------------------------- diff --git a/images/remote-connection.png b/images/remote-connection.png new file mode 100644 index 0000000..9fac7bc Binary files /dev/null and b/images/remote-connection.png differ http://git-wip-us.apache.org/repos/asf/vcl/blob/05174ead/images/ss-select-environment.png ---------------------------------------------------------------------- diff --git a/images/ss-select-environment.png b/images/ss-select-environment.png new file mode 100644 index 0000000..5aa3ba1 Binary files /dev/null and b/images/ss-select-environment.png differ http://git-wip-us.apache.org/repos/asf/vcl/blob/05174ead/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html new file mode 100644 index 0000000..b8b53a8 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ +<p>VCL stands for Virtual Computing Lab. It is a free & open-source cloud computing platform with the primary goal of delivering dedicated, custom compute environments to users.</p> + +<p>The compute environments can range from something as simple as a virtual machine running productivity software to a cluster of powerful physical servers running complex HPC simulations.</p> + +<p><img src="images/remote-access.png" width="600" border="0" /></p> + +<p>VCL supports provisioning several different types of compute resources including physical bare-metal machines, virtual machines hosted on several different hypervisors, and traditional computing lab computers you would normally find on a university campus.</p> + +<p>The user interface consists of a self-service web portal. Using the portal, users select from a list of customized environments and make reservations.</p> + +<p><img src="images/ss-select-environment.png" width="600" border="1" /></p> + +<p>Behind the scenes, the scheduling components built into the web portal determine which compute resources to assign to the reservations. The requested environment is then dynamically provisioned, secured, and configured to allow remote access by the user. The user then remotely connects to the remote compute environment using remote desktop, SSH, or any of the other supported protocols.</p> + +<p><img src="images/remote-connection.png" width="600" border="0" /></p> + +<p>VCL became an Apache Software Foundation top level project on June 20, 2012.</p>
