File: index.rst

package info (click to toggle)
condor 23.9.6%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60,012 kB
  • sloc: cpp: 528,272; perl: 87,066; python: 42,650; ansic: 29,558; sh: 11,271; javascript: 3,479; ada: 2,319; java: 619; makefile: 615; xml: 613; awk: 268; yacc: 78; fortran: 54; csh: 24
file content (31 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Cloud Computing
===============

Although HTCondor has long supported accessing cloud resources as though
they were part of the Grid, the differences between clouds and the Grid
have made it difficult to convert access into utility; a job in the Grid
universe starts a virtual machine, rather than the user's executable.

We offer two solutions to this problem.  The first, a tool called
:tool:`condor_annex`, helps users or administrators extend an existing HTCondor
pool with cloud resources.  The second is an easy way to create an
entire HTCondor pool from scratch on the cloud,
using our :ref:`google_cloud_hpc_toolkit`.

The rest of this chapter is concerned with using the :tool:`condor_annex` tool
to add nodes to an existing HTCondor pool; it includes instructions on
how to create a single-node HTCondor installation as a normal user so
that you can expand it with cloud resources.  It also discusses how to
manually construct a :ref:`condor_in_the_cloud` using :tool:`condor_annex`.

.. toctree::
   :maxdepth: 2
   :glob:

   introduction-cloud-computing
   annex-users-guide
   using-annex-first-time
   annex-customization-guide
   annex-configuration
   condor-in-the-cloud
   google-cloud-hpc-toolkit