You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/redesign/phase1-requirements/core-concepts-and-terminology.md
+27-28Lines changed: 27 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
## Overview
4
4
5
5
This document defines the fundamental concepts used throughout the Torrust Tracker
6
-
installer project. These definitions establish clear terminology for technical
6
+
installer project. These definitions es1. **Create Environment**: Define new environment with goal and provider profile 2. **Configure Application**: Set tracker-specific settings for environment
7
+
3.**Deploy Infrastructure**: Provision resources using provider profilelish clear terminology for technical
7
8
contributors and eliminate ambiguity in design discussions.
8
9
9
10
## Core Concepts
@@ -86,31 +87,29 @@ for deploying infrastructure.
86
87
implementation details, allowing environments to be portable across different
87
88
providers with minimal configuration changes.
88
89
89
-
### Provider Context
90
+
### Provider Profile
90
91
91
-
**Definition**: The complete set of provider-specific configuration, credentials,
92
-
and resource specifications needed to deploy to a specific provider account.
92
+
A Provider Profile represents a complete set of provider-specific configuration,
93
+
authentication credentials, and resource specifications for deploying
94
+
infrastructure to a particular cloud provider or virtualization platform.
93
95
94
-
**Purpose**: Contains all provider-specific details required for actual
95
-
deployment while keeping environment definitions provider-agnostic.
96
+
**Key Components:**
96
97
97
-
**Components**:
98
+
-**Authentication**: API tokens, service account keys, access credentials
0 commit comments