cloudify-cosmo / cloudify-manager

Cloudify's manager related code
Apache License 2.0
147 stars 79 forks source link

Deployment stuck 'Initializing' #194

Closed geokala closed 9 years ago

geokala commented 9 years ago

When using the simple bootstrap with docker, new deployments can become stuck in an 'Initializing' state if the celery process for create_deployment_environment times out.

This deployment cannot then be removed through the UI.

This can be reproduced by performing a simple deployment where iptables is set to DROP (not tested with REJECT) traffic from the docker container to the IP address cloudify manager is set to be on (e.g. the IP address on eth0 in a single interface system). It appears that celery uses the 'public' IP of the cloudify server to connect, but times out and this error is not handled.

geokala commented 9 years ago

Closed, migrated to Jira: https://cloudifysource.atlassian.net/browse/CFY