Glossary#
See the deployment process for an overview of the primary stages of a deployment, and the deployment area for the on-disk layout these terms refer to.
Term |
Definition |
|---|---|
Environment Modules |
A standard package for Linux that provides the commands for loading and unloading ‘Environment Modules’ (each defined by a Modulefile). Note that while we are using this system, our definition of Module is separate. If we are referring to an Environment Module, we will use the full name. |
Modulefile |
Used by the Environment Modules package to specify all details of an Environment Module. This can include executables to add to the path, environment variables to set, etc. |
Module |
A set of files that can be used to provide applications on your path, provide configuration, and set environment variables. We do this using the Environment Modules system by providing a Modulefile with the relevant configuration. |
Application |
Each Module can be configured with multiple Applications, each one providing one or more executables. There are 3 types of Application: |
Release (noun) |
A Module, including version, alongside its lifecycle (i.e. deprecation) status. |
Deployment |
The declared configuration for a Deployment Area: all Releases (deprecated or not) to be maintained there, plus global settings. Written to the |
Deployment Step |
Refers to one of the primary steps that make up the deployment process. See the deployment process for a breakdown. |
End User |
Refers to anybody who is intending to make use of a deployed Module. This can include the people modifying configuration themselves. |
Area |
One of the filesystem locations that |
(Area) Root |
Refers to the filesystem path at the root of the given Area; e.g. the Deployment Root is the root of the Deployment Area. |
Deployment Area |
The top-level location where all Modules are to be deployed. This is typically a shared filesystem location for general use by multiple people. Note that there are several subdirectories which are used by |
Build Area |
The filesystem location used for building modules. This should ideally be on the same filesystem as the Deployment Area to ensure that later move operations are atomic, so by default it is the |
Modules Area |
Refers to the |
Modulefiles Area |
Refers to the |
Deprecate |
Moving a modulefile into the Deprecated Area, to indicate that its use should be discouraged. See the release lifecycle. |
Deprecated Area |
Refers to the |