Improve infra-run portfolio credibility
lint / shell-yaml-ansible (push) Failing after 21s

This commit is contained in:
Mateusz Suski
2026-05-08 21:18:22 +00:00
parent deb12a0b4f
commit ca5a876d03
87 changed files with 462 additions and 531 deletions
+2 -23
View File
@@ -1,26 +1,5 @@
# platform-projects
This directory groups broader infrastructure themes that sit above individual scripts. It highlights larger platform domains such as storage, clustering, monitoring, virtualization, and log analysis.
This directory is reserved for future platform case studies. The current implemented project is [infra-run](../infra-run/).
## Diagram
```mermaid
flowchart TD
A["platform-projects"] --> B["storage"]
A --> C["clustering"]
A --> D["monitoring-zabbix"]
A --> E["virtualization"]
A --> F["elk-log-analysis"]
```
## Scope
- `storage` - storage engineering themes and patterns.
- `clustering` - high availability and cluster operations topics.
- `monitoring-zabbix` - observability and alerting direction.
- `virtualization` - compute platform and hypervisor-related topics.
- `elk-log-analysis` - log ingestion, search, and analysis concepts.
## Notes
- These folders are currently high-level placeholders for future platform case studies.
Planned platform topics are tracked in [ROADMAP.md](../ROADMAP.md). Subdirectories are placeholders only and should not be treated as completed work.
+2 -17
View File
@@ -1,18 +1,3 @@
# platform-projects/clustering
# clustering
This folder is reserved for clustering-focused platform work. It is meant for high-availability concepts, quorum behavior, failover patterns, and multi-node operational design.
## Diagram
```mermaid
flowchart LR
A["clustering"] --> B["Quorum"]
A --> C["Failover"]
A --> D["Service groups"]
A --> E["Operational validation"]
```
## Notes
- The directory is currently a placeholder.
- Its theme aligns naturally with the Veritas and GPFS toolkits elsewhere in the repository.
Clustering case study notes are planned. Current VCS-related examples live under ../../infra-run/scripts/bash/veritas/.
+2 -17
View File
@@ -1,18 +1,3 @@
# platform-projects/elk-log-analysis
# elk-log-analysis
This folder is intended for Elastic Stack style log-analysis work. It can hold examples around log pipelines, parsing, dashboards, and troubleshooting based on operational telemetry.
## Diagram
```mermaid
flowchart LR
A["elk-log-analysis"] --> B["Ingest"]
A --> C["Parse"]
A --> D["Search"]
A --> E["Visualize"]
```
## Notes
- The directory currently contains only a placeholder file.
- It represents a future case-study area for observability and incident analysis patterns.
ELK log-analysis notes are planned. No implemented ELK example is present yet. See ../../ROADMAP.md.
+2 -17
View File
@@ -1,18 +1,3 @@
# platform-projects/monitoring-zabbix
# monitoring-zabbix
This folder is reserved for monitoring and alerting work centered on Zabbix-style platform operations. It is a suitable place for host templates, dashboards, trigger design, and operational alert tuning examples.
## Diagram
```mermaid
flowchart LR
A["monitoring-zabbix"] --> B["Hosts"]
A --> C["Templates"]
A --> D["Triggers"]
A --> E["Dashboards"]
```
## Notes
- The directory is currently a placeholder.
- It complements the healthcheck scripts by representing the monitoring side of infrastructure operations.
Zabbix monitoring notes are planned. No implemented Zabbix example is present yet. See ../../ROADMAP.md.
+2 -17
View File
@@ -1,18 +1,3 @@
# platform-projects/storage
# storage
This folder is intended for storage-oriented platform topics. It can hold higher-level notes and case studies related to filesystem growth, block storage operations, multipath design, and capacity planning.
## Diagram
```mermaid
flowchart LR
A["storage"] --> B["Capacity planning"]
A --> C["Filesystem expansion"]
A --> D["Block device management"]
A --> E["Operational safety"]
```
## Notes
- The directory currently contains only a placeholder file.
- It is closely related to the GPFS and Veritas operational toolkits under `infra-run/scripts/bash`.
Storage platform case study notes are planned. Current storage workflow examples live under ../../infra-run/scripts/bash/.
+2 -17
View File
@@ -1,18 +1,3 @@
# platform-projects/virtualization
# virtualization
This folder is reserved for virtualization platform topics. It is intended for work around hypervisors, guest lifecycle operations, capacity considerations, and infrastructure hosting patterns.
## Diagram
```mermaid
flowchart LR
A["virtualization"] --> B["Hypervisors"]
A --> C["Guests"]
A --> D["Resource planning"]
A --> E["Operational maintenance"]
```
## Notes
- The directory is currently a placeholder.
- It represents a future area for platform-level case studies beyond the current script collection.
Virtualization notes are planned. No implemented virtualization example is present yet. See ../../ROADMAP.md.