doc(stacks): added stacks documentation farme according to IPCEICIS-6729
This commit is contained in:
parent
44b722b087
commit
829895fa73
7 changed files with 393 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ weight: 10
|
||||||
{{% alert title="Draft" color="warning" %}}
|
{{% alert title="Draft" color="warning" %}}
|
||||||
**Editorial Status**: This page is currently being developed.
|
**Editorial Status**: This page is currently being developed.
|
||||||
|
|
||||||
* **Jira Ticket**: https://jira.telekom-mms.com/browse/IPCEICIS-6731
|
* **Jira Ticket**: [TICKET-6731](https://jira.telekom-mms.com/browse/IPCEICIS-6731)
|
||||||
* **Assignee**: Daniel
|
* **Assignee**: Daniel
|
||||||
* **Status**: Draft
|
* **Status**: Draft
|
||||||
* **Last Updated**: 2025-11-17
|
* **Last Updated**: 2025-11-17
|
||||||
|
|
|
||||||
128
content/en/docs/components/orchestration/application.md
Normal file
128
content/en/docs/components/orchestration/application.md
Normal file
|
|
@ -0,0 +1,128 @@
|
||||||
|
---
|
||||||
|
title: "Application Orchestration"
|
||||||
|
linkTitle: "Application Orchestration"
|
||||||
|
weight: 50
|
||||||
|
description: >
|
||||||
|
Application-level component provisioning via Stacks
|
||||||
|
---
|
||||||
|
|
||||||
|
{{% alert title="Draft" color="warning" %}}
|
||||||
|
**Editorial Status**: This page is currently being developed.
|
||||||
|
|
||||||
|
* **Jira Ticket**: [TICKET-XXX](https://your-jira/browse/TICKET-XXX)
|
||||||
|
* **Assignee**: [Name or Team]
|
||||||
|
* **Status**: Draft
|
||||||
|
* **Last Updated**: YYYY-MM-DD
|
||||||
|
* **TODO**:
|
||||||
|
* [ ] Add detailed component description
|
||||||
|
* [ ] Include usage examples and code samples
|
||||||
|
* [ ] Add architecture diagrams
|
||||||
|
* [ ] Review and finalize content
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
[Detailed description of the component - what it is, what it does, and why it exists]
|
||||||
|
|
||||||
|
## Key Features
|
||||||
|
|
||||||
|
* [Feature 1]
|
||||||
|
* [Feature 2]
|
||||||
|
* [Feature 3]
|
||||||
|
|
||||||
|
## Purpose in EDP
|
||||||
|
|
||||||
|
[Explain the role this component plays in the Edge Developer Platform and how it contributes to the overall platform capabilities]
|
||||||
|
|
||||||
|
## Repository
|
||||||
|
|
||||||
|
**Code**: [Link to source code repository]
|
||||||
|
|
||||||
|
**Documentation**: [Link to component-specific documentation]
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
* [Prerequisite 1]
|
||||||
|
* [Prerequisite 2]
|
||||||
|
|
||||||
|
### Quick Start
|
||||||
|
|
||||||
|
[Step-by-step guide to get started with this component]
|
||||||
|
|
||||||
|
1. [Step 1]
|
||||||
|
2. [Step 2]
|
||||||
|
3. [Step 3]
|
||||||
|
|
||||||
|
### Verification
|
||||||
|
|
||||||
|
[How to verify the component is working correctly]
|
||||||
|
|
||||||
|
## Usage Examples
|
||||||
|
|
||||||
|
### [Use Case 1]
|
||||||
|
|
||||||
|
[Example with code/commands showing common use case]
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Example commands
|
||||||
|
```
|
||||||
|
|
||||||
|
### [Use Case 2]
|
||||||
|
|
||||||
|
[Another common scenario]
|
||||||
|
|
||||||
|
## Integration Points
|
||||||
|
|
||||||
|
* **[Component A]**: [How it integrates]
|
||||||
|
* **[Component B]**: [How it integrates]
|
||||||
|
* **[Component C]**: [How it integrates]
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
[Optional: Add architectural diagrams and descriptions]
|
||||||
|
|
||||||
|
### Component Architecture (C4)
|
||||||
|
|
||||||
|
[Add C4 Container or Component diagrams showing the internal structure]
|
||||||
|
|
||||||
|
### Sequence Diagrams
|
||||||
|
|
||||||
|
[Add sequence diagrams showing key interaction flows with other components]
|
||||||
|
|
||||||
|
### Deployment Architecture
|
||||||
|
|
||||||
|
[Add infrastructure and deployment diagrams showing how the component is deployed]
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
[Key configuration options and how to set them]
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### [Common Issue 1]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
### [Common Issue 2]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
**Maturity**: [Production / Beta / Experimental]
|
||||||
|
|
||||||
|
## Additional Resources
|
||||||
|
|
||||||
|
* [Link to external documentation]
|
||||||
|
* [Link to community resources]
|
||||||
|
* [Link to related components]
|
||||||
|
|
||||||
|
## Documentation Notes
|
||||||
|
|
||||||
|
[Instructions for team members filling in this documentation - remove this section once complete]
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Infrastructure Provisioning"
|
title: "Infrastructure Orchestration"
|
||||||
linkTitle: "Infrastructure"
|
linkTitle: "Infrastructure Orchestration"
|
||||||
weight: 10
|
weight: 20
|
||||||
description: >
|
description: >
|
||||||
Infrastructure deployment and catalog management (infra-deploy, infra-catalogue)
|
Infrastructure deployment and catalog management (infra-deploy, infra-catalogue)
|
||||||
---
|
---
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Platform Provisioning"
|
title: "Platform Orchestration"
|
||||||
linkTitle: "Platform"
|
linkTitle: "Platform Orchestration"
|
||||||
weight: 20
|
weight: 30
|
||||||
description: >
|
description: >
|
||||||
Platform-level component provisioning via Stacks
|
Platform-level component provisioning via Stacks
|
||||||
---
|
---
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Stacks"
|
title: "Stacks"
|
||||||
linkTitle: "Stacks"
|
linkTitle: "Stacks"
|
||||||
weight: 20
|
weight: 10
|
||||||
description: >
|
description: >
|
||||||
Platform-level component provisioning via Stacks
|
Platform-level component provisioning via Stacks
|
||||||
---
|
---
|
||||||
|
|
@ -9,7 +9,7 @@ description: >
|
||||||
{{% alert title="Draft" color="warning" %}}
|
{{% alert title="Draft" color="warning" %}}
|
||||||
**Editorial Status**: This page is currently being developed.
|
**Editorial Status**: This page is currently being developed.
|
||||||
|
|
||||||
* **Jira Ticket**: [TICKET-6418](https://your-jira/browse/TICKET-XXX)
|
* **Jira Ticket**: [TICKET-6729](https://jira.telekom-mms.com/browse/IPCEICIS-6729)
|
||||||
* **Assignee**: [Name or Team]
|
* **Assignee**: [Name or Team]
|
||||||
* **Status**: Draft
|
* **Status**: Draft
|
||||||
* **Last Updated**: YYYY-MM-DD
|
* **Last Updated**: YYYY-MM-DD
|
||||||
128
content/en/docs/components/orchestration/stacks/component-1.md
Normal file
128
content/en/docs/components/orchestration/stacks/component-1.md
Normal file
|
|
@ -0,0 +1,128 @@
|
||||||
|
---
|
||||||
|
title: "Component 1"
|
||||||
|
linkTitle: "Component 1"
|
||||||
|
weight: 20
|
||||||
|
description: >
|
||||||
|
Component 1
|
||||||
|
---
|
||||||
|
|
||||||
|
{{% alert title="Draft" color="warning" %}}
|
||||||
|
**Editorial Status**: This page is currently being developed.
|
||||||
|
|
||||||
|
* **Jira Ticket**: [TBD]
|
||||||
|
* **Assignee**: [Name or Team]
|
||||||
|
* **Status**: Draft
|
||||||
|
* **Last Updated**: YYYY-MM-DD
|
||||||
|
* **TODO**:
|
||||||
|
* [ ] Add detailed component description
|
||||||
|
* [ ] Include usage examples and code samples
|
||||||
|
* [ ] Add architecture diagrams
|
||||||
|
* [ ] Review and finalize content
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
[Detailed description of the component - what it is, what it does, and why it exists]
|
||||||
|
|
||||||
|
## Key Features
|
||||||
|
|
||||||
|
* [Feature 1]
|
||||||
|
* [Feature 2]
|
||||||
|
* [Feature 3]
|
||||||
|
|
||||||
|
## Purpose in EDP
|
||||||
|
|
||||||
|
[Explain the role this component plays in the Edge Developer Platform and how it contributes to the overall platform capabilities]
|
||||||
|
|
||||||
|
## Repository
|
||||||
|
|
||||||
|
**Code**: [Link to source code repository]
|
||||||
|
|
||||||
|
**Documentation**: [Link to component-specific documentation]
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
* [Prerequisite 1]
|
||||||
|
* [Prerequisite 2]
|
||||||
|
|
||||||
|
### Quick Start
|
||||||
|
|
||||||
|
[Step-by-step guide to get started with this component]
|
||||||
|
|
||||||
|
1. [Step 1]
|
||||||
|
2. [Step 2]
|
||||||
|
3. [Step 3]
|
||||||
|
|
||||||
|
### Verification
|
||||||
|
|
||||||
|
[How to verify the component is working correctly]
|
||||||
|
|
||||||
|
## Usage Examples
|
||||||
|
|
||||||
|
### [Use Case 1]
|
||||||
|
|
||||||
|
[Example with code/commands showing common use case]
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Example commands
|
||||||
|
```
|
||||||
|
|
||||||
|
### [Use Case 2]
|
||||||
|
|
||||||
|
[Another common scenario]
|
||||||
|
|
||||||
|
## Integration Points
|
||||||
|
|
||||||
|
* **[Component A]**: [How it integrates]
|
||||||
|
* **[Component B]**: [How it integrates]
|
||||||
|
* **[Component C]**: [How it integrates]
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
[Optional: Add architectural diagrams and descriptions]
|
||||||
|
|
||||||
|
### Component Architecture (C4)
|
||||||
|
|
||||||
|
[Add C4 Container or Component diagrams showing the internal structure]
|
||||||
|
|
||||||
|
### Sequence Diagrams
|
||||||
|
|
||||||
|
[Add sequence diagrams showing key interaction flows with other components]
|
||||||
|
|
||||||
|
### Deployment Architecture
|
||||||
|
|
||||||
|
[Add infrastructure and deployment diagrams showing how the component is deployed]
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
[Key configuration options and how to set them]
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### [Common Issue 1]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
### [Common Issue 2]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
**Maturity**: [Production / Beta / Experimental]
|
||||||
|
|
||||||
|
## Additional Resources
|
||||||
|
|
||||||
|
* [Link to external documentation]
|
||||||
|
* [Link to community resources]
|
||||||
|
* [Link to related components]
|
||||||
|
|
||||||
|
## Documentation Notes
|
||||||
|
|
||||||
|
[Instructions for team members filling in this documentation - remove this section once complete]
|
||||||
128
content/en/docs/components/orchestration/stacks/component-2.md
Normal file
128
content/en/docs/components/orchestration/stacks/component-2.md
Normal file
|
|
@ -0,0 +1,128 @@
|
||||||
|
---
|
||||||
|
title: "Component 2"
|
||||||
|
linkTitle: "Component 2"
|
||||||
|
weight: 30
|
||||||
|
description: >
|
||||||
|
Component 2
|
||||||
|
---
|
||||||
|
|
||||||
|
{{% alert title="Draft" color="warning" %}}
|
||||||
|
**Editorial Status**: This page is currently being developed.
|
||||||
|
|
||||||
|
* **Jira Ticket**: [TBD]
|
||||||
|
* **Assignee**: [Name or Team]
|
||||||
|
* **Status**: Draft
|
||||||
|
* **Last Updated**: YYYY-MM-DD
|
||||||
|
* **TODO**:
|
||||||
|
* [ ] Add detailed component description
|
||||||
|
* [ ] Include usage examples and code samples
|
||||||
|
* [ ] Add architecture diagrams
|
||||||
|
* [ ] Review and finalize content
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
[Detailed description of the component - what it is, what it does, and why it exists]
|
||||||
|
|
||||||
|
## Key Features
|
||||||
|
|
||||||
|
* [Feature 1]
|
||||||
|
* [Feature 2]
|
||||||
|
* [Feature 3]
|
||||||
|
|
||||||
|
## Purpose in EDP
|
||||||
|
|
||||||
|
[Explain the role this component plays in the Edge Developer Platform and how it contributes to the overall platform capabilities]
|
||||||
|
|
||||||
|
## Repository
|
||||||
|
|
||||||
|
**Code**: [Link to source code repository]
|
||||||
|
|
||||||
|
**Documentation**: [Link to component-specific documentation]
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
* [Prerequisite 1]
|
||||||
|
* [Prerequisite 2]
|
||||||
|
|
||||||
|
### Quick Start
|
||||||
|
|
||||||
|
[Step-by-step guide to get started with this component]
|
||||||
|
|
||||||
|
1. [Step 1]
|
||||||
|
2. [Step 2]
|
||||||
|
3. [Step 3]
|
||||||
|
|
||||||
|
### Verification
|
||||||
|
|
||||||
|
[How to verify the component is working correctly]
|
||||||
|
|
||||||
|
## Usage Examples
|
||||||
|
|
||||||
|
### [Use Case 1]
|
||||||
|
|
||||||
|
[Example with code/commands showing common use case]
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Example commands
|
||||||
|
```
|
||||||
|
|
||||||
|
### [Use Case 2]
|
||||||
|
|
||||||
|
[Another common scenario]
|
||||||
|
|
||||||
|
## Integration Points
|
||||||
|
|
||||||
|
* **[Component A]**: [How it integrates]
|
||||||
|
* **[Component B]**: [How it integrates]
|
||||||
|
* **[Component C]**: [How it integrates]
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
[Optional: Add architectural diagrams and descriptions]
|
||||||
|
|
||||||
|
### Component Architecture (C4)
|
||||||
|
|
||||||
|
[Add C4 Container or Component diagrams showing the internal structure]
|
||||||
|
|
||||||
|
### Sequence Diagrams
|
||||||
|
|
||||||
|
[Add sequence diagrams showing key interaction flows with other components]
|
||||||
|
|
||||||
|
### Deployment Architecture
|
||||||
|
|
||||||
|
[Add infrastructure and deployment diagrams showing how the component is deployed]
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
[Key configuration options and how to set them]
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### [Common Issue 1]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
### [Common Issue 2]
|
||||||
|
|
||||||
|
**Problem**: [Description]
|
||||||
|
|
||||||
|
**Solution**: [How to fix]
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
**Maturity**: [Production / Beta / Experimental]
|
||||||
|
|
||||||
|
## Additional Resources
|
||||||
|
|
||||||
|
* [Link to external documentation]
|
||||||
|
* [Link to community resources]
|
||||||
|
* [Link to related components]
|
||||||
|
|
||||||
|
## Documentation Notes
|
||||||
|
|
||||||
|
[Instructions for team members filling in this documentation - remove this section once complete]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue