Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions knowledge/sapcc/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
| Networking | Neutron | v2.0 | `neutron_` |
| Block Storage | Cinder | v3 | `cinder_` |
| Identity | Keystone | v3 | `keystone_` |
| Object Storage | Swift | v1 | - |
| DNS | Designate | v2 | - |
| Load Balancing | Octavia | v2 | - |
| Object Storage | Swift | v1 | `swift_` |
| DNS | Designate | v2 | `designate_` |
| Load Balancing | Octavia | v2 | `octavia_` |
| Image | Glance | v2 | `glance_` |
| Shared Filesystems | Manila | v2 | `manila_` |
| Bare Metal | Ironic | v1 | `ironic_` |
| Key Manager | Barbican | v1 | `barbican_` |

## SAP CC-Specific Services

Expand All @@ -21,6 +25,8 @@
| Registry | Keppel | `keppel` | `keppel_` | Multi-tenant container image registry |
| Endpoint Service | Archer | `endpoint-services` | `archer_` | Private network connectivity (like AWS PrivateLink) |
| Metrics | Maia | `metrics` | `maia_` | Multi-tenant Prometheus-compatible metrics |
| Autoscaling | Castellum | `castellum` | `castellum_` | Automatic resource quota scaling |
| Email | Cronus | `email-aws` | `cronus_` | Email sending (SES-compatible) |

## Common Operations by Role

Expand All @@ -29,12 +35,18 @@
- Review audit trail: `hermes_list_events`
- Monitor metrics: `maia_query` with PromQL
- Manage endpoints: `archer_list_services`, `archer_list_endpoints`
- Autoscaling status: `castellum_get_project_resources`
- Bare metal nodes: `ironic_list_nodes`
- Images: `glance_list_images`

### Developer
- List servers: `nova_list_servers`
- Check networking: `neutron_list_networks`, `neutron_list_ports`
- View container images: `keppel_list_repositories`
- Check storage: `cinder_list_volumes`
- Check storage: `cinder_list_volumes`, `swift_list_containers`
- DNS records: `designate_list_zones`, `designate_list_recordsets`
- Load balancers: `octavia_list_loadbalancers`
- File shares: `manila_list_shares`

### Security/Compliance
- Audit events: `hermes_list_events` with time/action/outcome filters
Expand Down
Loading