-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
59 lines (53 loc) · 2.04 KB
/
stack.yaml
File metadata and controls
59 lines (53 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name: openstack-kolla
namespace: agentic-stacks
version: "0.1.0"
description: >
Agent-driven OpenStack cloud deployment and operations using kolla-ansible.
Covers the full lifecycle: configuration, deployment, health checking,
troubleshooting, and day-two operations on Rocky Linux 10+ and Ubuntu 24.04.
repository: https://github.com/agentic-stacks/openstack-kolla
target:
software: openstack
versions: ["2025.1", "2025.2"]
skills:
- name: config-build
entry: skills/config-build
description: "Build globals.yml, inventory, and service configs from operator requirements"
- name: deploy
entry: skills/deploy
description: "Full kolla-ansible deploy lifecycle — bootstrap, prechecks, pull, deploy, post-deploy"
- name: health-check
entry: skills/health-check
description: "Validate environment health — APIs, agents, containers, networking"
- name: diagnose
entry: skills/diagnose
description: "Systematic troubleshooting — logs, configs, container state, infrastructure"
- name: day-two
entry: skills/day-two
description: "Day-two operations — add compute, reconfigure, upgrade, enable services"
- name: decision-guides
entry: skills/reference/decision-guides
description: "Choose between networking modes (OVN/OVS/LinuxBridge) and storage backends (Ceph/LVM/NFS)"
- name: compatibility
entry: skills/reference/compatibility
description: "Version compatibility matrix — OpenStack release × distro × networking × storage"
- name: known-issues
entry: skills/reference/known-issues
description: "Known bugs and workarounds for supported OpenStack releases"
project:
structure:
- globals.yml
- inventory/
- config/
- passwords.yml
- deploy.sh
requires:
tools:
- name: kolla-ansible
description: "OpenStack deployment and lifecycle management"
- name: openstack
description: "OpenStack CLI for cloud operations and verification"
- name: docker
description: "Container runtime for kolla services"
python: ">=3.11"
depends_on: []