Repository: vcl Updated Branches: refs/heads/documentation [created] d9d67dca9
testing out a documentation branch to use for generating documentation through jenkins running jekyll -initial add of _config.yml, 3 images, and index.md Project: http://git-wip-us.apache.org/repos/asf/vcl/repo Commit: http://git-wip-us.apache.org/repos/asf/vcl/commit/d9d67dca Tree: http://git-wip-us.apache.org/repos/asf/vcl/tree/d9d67dca Diff: http://git-wip-us.apache.org/repos/asf/vcl/diff/d9d67dca Branch: refs/heads/documentation Commit: d9d67dca90d1f1828b6f95504fdc5ac471d5cd34 Parents: Author: Josh Thompson <[email protected]> Authored: Mon Jun 4 15:04:50 2018 -0400 Committer: Josh Thompson <[email protected]> Committed: Mon Jun 4 15:04:50 2018 -0400 ---------------------------------------------------------------------- _config.yml | 10 ++++++++++ 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.md | 22 ++++++++++++++++++++++ 5 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vcl/blob/d9d67dca/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..7a0adcb --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +# Site settings +title: VCL Documentation +email: [email protected] +description: > # this means to ignore newlines until "baseurl:" + Documentation for the Apache VCL (Virtual Computing Lab) project +baseurl: "" # the subpath of your site, e.g. /blog/ +url: "http://vcl.apache.org" # the base hostname & protocol for your site + +# Build settings +markdown: kramdown http://git-wip-us.apache.org/repos/asf/vcl/blob/d9d67dca/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/d9d67dca/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/d9d67dca/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/d9d67dca/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md new file mode 100644 index 0000000..88bf6f5 --- /dev/null +++ b/index.md @@ -0,0 +1,22 @@ +--- +layout: page +title: "Apache VCL" +date: 2017-06-13 12:00:00 -0400 +--- +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. + +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. + +<img src="images/remote-access.png" width="600" border="0"> + +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. + +The user interface consists of a self-service web portal. Using the portal, users select from a list of customized environments and make reservations. + +<img src="images/ss-select-environment.png" width="600" border="1"> + +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. + +<img src="images/remote-connection.png" width="600" border="0"> + +VCL became an Apache Software Foundation top level project on June 20, 2012.
