Giter VIP home page Giter VIP logo

Comments (15)

regionbbs avatar regionbbs commented on May 23, 2024

I found fixed information from edx:
https://github.com/edx/configuration/pull/5200

When it will be merged in this code base?
Thank you.

from oxa-tools.

prabhanshu avatar prabhanshu commented on May 23, 2024

Hi @regionbbs,
Can you tell me which openedx version your are trying to install

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

I use v2.7 (from github's release record).

I found some errors from bootstrap.log...

image

image

image

image

image

image

image

image

image

from oxa-tools.

wladinho31 avatar wladinho31 commented on May 23, 2024

@regionbbs

Have you managed to resolve this issue? This edX driving me crazy 😠. I finally deployed last week in test environment, and files and scripts are not useful today.

I getting the same error regarding InCommonServerCA.crt.

Thanks,

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

No, I am still waiting for team to resolve them...

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

I have tried to run onebox.sh, and got error:
image

But when I use bootstrap.sh -r mysql -e bvt to run, it can be done.

And I tried to run bootstrap.sh -r mongo -e bvt, and got error:
image

I can't find edx_mongo.yml at installation source.

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

I have used another vendor's solution to deploy openedx on azure.

from oxa-tools.

prabhanshu avatar prabhanshu commented on May 23, 2024

I have tried both devstack and fullstack installation and it was successful without any errors except the certificate one. I have forwarded the certificate issue to the concerned team and will be fixed soon
Other than this there we no issues I got during installation. I am still trying to figure out what exactly caused this.

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

Can you share how do you test it? maybe I can help to reproduce or find root cause.
I run my deployment at Central US location.

PS: My deployment is by paper, no any extra changes (without SSL, SSH cert and domain name).

from oxa-tools.

prabhanshu avatar prabhanshu commented on May 23, 2024

I did the stamp deployment based on the documentation and not extra changes (without SSL, SSH cert and domain name). Powershell version above 3 and AzureCliVersion 2

Below is the command used to initiate stamp deployment [secret/password are modified]

C:\oxastamp\oxa-tools\scripts\Deploy-OxaStamp.ps1 -AzureSubscriptionName "XXX ABCDevOps" -ResourceGroupName oxastamp12 -Location "south central us" -TargetPath "C:\oxastamp\oxa-tools\config\stamp\default" -AadWebClientId "12345678-abcd-4321-xyz-1b2bwb3b4brb" -AadWebClientAppKey "xxxxxxxxxxxxxxxxxx" -AadTenantId "xxxxxxxxxxxxxxxxxx" -KeyVaultDeploymentArmTemplateFile "C:\oxastamp\oxa-tools\templates\stamp\stamp-keyvault.json" -FullDeploymentParametersFile "C:\oxastamp\oxa-tools\config\stamp\default\parameters.json" -FullDeploymentArmTemplateFile "C:\oxastamp\oxa-tools\templates\stamp\stamp-v2.json" -ClusterAdministratorEmailAddress [email protected] -SmtpServer "smtpa-ch1.xyz.com" -SmtpServerPort 25025 -SmtpAuthenticationUser "xxxxxx" -SmtpAuthenticationUserPassword "password@123" -PlatformName "Microsoft Learning" -EdxAppSuperUserName "oxamaster" -EdxAppSuperUserPassword "password" -EdxAppSuperUserEmail "[email protected]" -PlatformEmailAddress "[email protected]" -AzureCliVersion 2

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

Sorry, Can I find these parameter at exist documentation?

 -EdxAppSuperUserName "oxamaster" -EdxAppSuperUserPassword "password" -EdxAppSuperUserEmail "[email protected]"

This is my script for deployment:

Z:\edx\oxa-tools\scripts\Deploy-OxaStamp.ps1 `
-ResourceGroupName "XXX" `
-Location "central us" `
-TargetPath "Z:\edx\oxa-tools\config\stamp\default" `
-AadWebClientId "8876532142-33d4-435c-edfg-1f5d09a51ca7" `
-AadWebClientAppKey "xxxxxxxxxxxxxxxxx" `
-AadTenantId "123467890-b2ce-46d9-abcd-4b910e09424e" `
-AzureSubscriptionName "Microsoft Azure" `
-KeyVaultDeploymentArmTemplateFile "Z:\edx\oxa-tools\templates\stamp\stamp-keyvault.json" `
-FullDeploymentParametersFile "Z:\edx\oxa-tools\config\stamp\default\parameters.json" `
-FullDeploymentArmTemplateFile "Z:\edx\oxa-tools\templates\stamp\stamp-v2.json" `
-ClusterAdministratorEmailAddress "myemail" `
-SmtpServer "smtp.gmail.com" `
-SmtpServerPort 587 `
-SmtpAuthenticationUser "myemail" `
-SmtpAuthenticationUserPassword "myemailpwd" `
-ServiceAccountPassword "myservicepwd" `
-EnableMobileRestApi `
-AzureCliVersion 2 `
-PlatformName "my platform name" `
-PlatformEmailAddress "myemail"

from oxa-tools.

microdevil avatar microdevil commented on May 23, 2024

Hi, my deployment at Azure via oxa-tools occurs errors, but I can't sure how to resolve it.

TASK [notifier : Check if incommon ca is installed] ****************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["test", "-e", "/usr/share/ca-certificates/incommon/InCommonServerCA.crt"], "delta": "0:00:00.002138", "end": "2019-06-16 20:42:49.302412", "failed": true, "rc": 1, "start": "2019-06-16 20:42:49.300274", "stderr": "", "stdout": "", "stdout_lines": [], "warnings": []}
...ignoring
TASK [notifier : Retrieve incommon server CA] **********************************
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Failed to validate the SSL certificate for www.incommon.org:443. Make sure your managed systems have a valid CA certificate installed. You can use validate_certs=False if you do not need to confirm the servers identity but this is unsafe and not recommended. Paths checked for this platform: /etc/ssl/certs, /etc/pki/ca-trust/extracted/pem, /etc/pki/tls/certs, /usr/share/ca-certificates/cacert.org, /etc/ansible"}
	to retry, use: --limit @/oxa/configuration/playbooks/edx_sandbox.retry

How can I resolve it?
Thank you.

PS: I use master.fic

Hi
About this issue
You can check this link to solve this issue.
edx/configuration@cf991cb

Thanks

from oxa-tools.

prabhanshu avatar prabhanshu commented on May 23, 2024

Yeah it is already under development, will update you soon

from oxa-tools.

regionbbs avatar regionbbs commented on May 23, 2024

I made a successfully deployment after I made a bundle cert (include CA root cert, intermediate cert and server cert) and redeployed with original configuration.

You may make some notes about this at deployment instructions.
Thank you.

from oxa-tools.

prabhanshu avatar prabhanshu commented on May 23, 2024

Just to update you guys, issue is resolved. We have merged the changes into master
For reference:
microsoft/edx-configuration#514

thanks

from oxa-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.