Add infrastructure.yaml
Some checks failed
Lint & Format / detect (push) Has been cancelled
Lint & Format / js-lint (push) Has been cancelled
Lint & Format / py-lint (push) Has been cancelled
Lint & Format / sh-lint (push) Has been cancelled
Lint & Format / go-lint (push) Has been cancelled

This commit is contained in:
2026-03-14 17:16:07 -05:00
parent 274d131dad
commit 65036cb19f

View File

@@ -0,0 +1,47 @@
name: Infrastructure Request
about: Request infrastructure changes or report node issues
title: "[Infra] "
labels:
- infrastructure
body:
- type: textarea
id: description
attributes:
label: Description
description: What infrastructure change is needed?
validations:
required: true
- type: dropdown
id: node
attributes:
label: Affected Node
multiple: true
options:
- Alice (.49 — Gateway, Pi-hole)
- Cecilia (.96 — Edge AI, Hailo-8)
- Octavia (.101 — Gitea, Docker Swarm)
- Aria (.98 — Portainer, Headscale)
- Lucidia (.38 — Memory, CarPool)
- Anastasia (DO nyc1)
- Gematria (DO nyc3)
- Cloudflare (DNS, Workers, Tunnels)
- All Nodes
- type: textarea
id: current
attributes:
label: Current State
description: What is the current configuration?
- type: textarea
id: desired
attributes:
label: Desired State
description: What should the configuration be after this change?
- type: dropdown
id: priority
attributes:
label: Priority
options:
- Critical (outage/security)
- High (degraded service)
- Medium (improvement)
- Low (nice to have)