diff --git a/knowledge/sapcc/services.md b/knowledge/sapcc/services.md index 1efca41..4c49334 100644 --- a/knowledge/sapcc/services.md +++ b/knowledge/sapcc/services.md @@ -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 @@ -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 @@ -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