microsoft / oxa-tools

Open edX on Azure Tools
MIT License
36 stars 103 forks source link

VMExtensionProvisioningError - installoxa status=2 #395

Closed denniscu closed 5 years ago

denniscu commented 5 years ago

Hi all,

I tried to deploy openedx on azure using script I had modified below things. In parameter.json file : ssh-rsa value and vmsize value from D2_V2 to D1_v2 for jumpboxvm, mongovm, mysqlvm and frontend. and then, baseDomain value to "" In bvt.sh file : I changed base_url, lms_url,cms_url,preview_url Attached please find my error.installoxa-error.pdf

Looking forward to hearing from you. @eltoncarr

Best regards, Dennis

eltoncarr commented 5 years ago

Is this still an open issue?

denniscu commented 5 years ago

Is this still an open issue?

Yes, eltoncarr. I still stuck in this error. Please help !

eltoncarr commented 5 years ago

Check your changes to the bvt.sh. It seems there is a value in there that's breaking the deployment / template parameter value.

denniscu commented 5 years ago

Hi Eltoncarr, in the bvt.sh file, I've changed only 4 parameters "BASE_URL, LMS_URL, CMS_URL and PREVIEW_URL". Attached please find bvt.sh changed screenshot and my bvt file. image bvt.zip

Thanks,

denniscu commented 5 years ago

I've tried to re-download (using #git clone command) bvt.sh file and only edit BASE_URL parameter (everything else was left default), but still got the same error image

Look forward to hearing from you.

eltoncarr commented 5 years ago

There's insufficient information here to debug this issue. The exit code indicated suggests an error during execution of the customization. Precisely what failed cannot be determined with the information provided.