Skip to content

BB-4097 Add settings and variables for self hosted Oracle JDK

Boros Gábor requested to merge arjun/bb-4097-oracle-jdk into master

Created by: arjunsinghy96

Adds settings related to self-hosted oracle jdk and add them to ansible variables for appserver

Related Tickets: BB-4097

Testing Instructions:

  1. Checkout to this branch
  2. Open configuration pull request at https://github.com/open-craft/configuration/pull/158/files
  3. Verify that correspondingly correct ansible variables are added for "Download Oracle Java from private S3 bucket" tasks.
  4. Verify that all added ansible variables are configurable through django settings.

Author Notes:

  1. The changes done here might have to be reverted after FAL-1865 is resolved
  2. I have deployed and instance appserver https://stage.manage.opencraft.com/instance/7770/edx-appserver/3280/. The working can be verified by looking at the configuration and logs of this appserver.

Merge request reports