-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure ARM for bosh deployment failed #235
Comments
@nishantsinha-5 You need to logon to your dev box which was created by Azure template and check the detail error in ~/run.log. Mostly it may be caused by a wrong/invalid service principal. |
I could not find any run.log, however I got install.log present in home direcotry Cloud you please share your bosh.yml, which is generated after the script successfully run. so that I can make minor azure changes and do it manually. Thanks |
@nishantsinha-5 Which region are you using? Did you use the latest Azure template? It seems like that the dependencies parsing for nodejs in your deployment is wrong. Your logs:
My logs in a successful deployment:
|
We have tried with East US and SouthEast Asia. We have used the same template. |
@nishantsinha-5 We can reproduce this issue. It seems like that changes in some nodejs packages cause this issue. @gossion will help to investigate and fix this issue. |
can we point to stable version of nodejs used earlier in the azure ARM template so that the deployment is not affected. |
@AbelHu it will be great if you can help us with sample bosh.yml then we can try the manual method. |
Hi @nishantsinha-5 , we don't do any change on the template recently. It looks like this error is caused by setuptools, some other people file issues on the network about this, for example: link I have uploaded a sample bosh.yml to this link for your reference, but it is better to follow this workaround to re-run extension and make the environment ready.
Let me know if you get any other error. |
It worked bro !! Bosh is successfully deployed, will proceed with CF deployment. |
Hi,
i am getting following issue after executing ARM template:
OPERATION IDD501FEF65F5C99D0
TRACKING IDd4716c96-bc6e-4543-a530-773224958f85
STATUSConflict
PROVISIONING STATEFailed
TIMESTAMP01/02/2017, 17:59:55
DURATION8 minutes 32 seconds
TYPEMicrosoft.Compute/virtualMachines/extensions
FVM/extensions/CustomScript
STATUSMESSAGE{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'CustomScript'. Error message: "Enable failed: failed to execute command: command terminated with exit status=1"."
}
]
}
}
RESOURCECloudFVM/CustomScript
The text was updated successfully, but these errors were encountered: