Files
roadcode-ci/.gitea/issue_template/infrastructure.yaml

48 lines
1.2 KiB
YAML

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)