Skip to main content

Overview

Admin-level Orchestration issues differ from user-facing stack failures. They typically involve the service itself — engine workers not starting, the API becoming unreachable, trust or stack domain misconfiguration, or a resource plugin failing to load. Use the service log files and openstack orchestration service list as primary diagnostic tools.
Administrator Access Required — This operation requires the admin role. Contact your Polystack administrator if you do not have sufficient permissions.

Diagnostic Reference

Symptoms: Stacks remain in CREATE_IN_PROGRESS indefinitely. No events appear in openstack stack event list. openstack orchestration service list shows engine workers as down.Diagnosis:
Check service status
Check engine container logs (the deployment console/Ironcore deployment)
Check message queue connectivity
Common causes and resolutions:Restart the engine:
Restart engine container
Symptoms: Dashboard shows Orchestration as unavailable. CLI commands return 503 Service Unavailable or connection refused on port 8004.Diagnosis:
Check API container status
Test API endpoint directly
Check HAProxy backend health
Common causes and resolutions:
Symptoms: Stacks containing WaitCondition or auto-scaling resources fail with errors mentioning StackDomainUser or TrustActionMismatch. Users cannot create stacks that require credentials delegation.Diagnosis:
Verify stack domain exists
Verify stack domain admin user
Test stack domain admin credentials
Common causes and resolutions:
Symptoms: Specific resource types consistently fail with InvalidTemplateVersion or ResourceTypeUnavailable. The engine log shows import errors.Diagnosis:
List available resource types
Show resource type schema
Check engine log for plugin errors
Common causes and resolutions:
Symptoms: Stacks with many resources (100+) frequently time out or take much longer than expected. Engine workers appear idle despite stacks being queued.Diagnosis:
Check engine worker count
Check message queue depth
Resolutions:Apply changes by updating globals and redeploying:
Redeploy with new settings

Log Locations


Next Steps

Configuration

Review and update service configuration through the deployment console

Scaling the Service

Add engine workers to resolve throughput and timeout issues

Security

Diagnose stack domain and trust authorization problems

User Troubleshooting

Stack-level diagnostics for CREATE_FAILED and template errors