configuration
configuration copied to clipboard
A collection of edx configuration scripts and utilities that edx.org uses to deploy openedx.
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:104: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no...
The current [GitHub issue template](https://github.com/edx/configuration/blob/a7dc9438437fcef12a1abef70c381a1c3cdd1d2f/.github/ISSUE_TEMPLATE.md) requests the following information: > - Configuration ref: > - edx-platform ref: > - other refs: I've run into two small annoyances while collecting these:...
## The Problem Running the servers (e.g., with `paver run_all_servers --fast`) on a devstack installed from master gives a whole lot of `pyinotify` errors similar to the following: ``` 2017-07-26...
HI I've tried to setup edx fullstack in digital ocean server using http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/installation/fullstack/index.html .But i was only getting error "The guest machine entered an invalid state while waiting for it...
**edxapp@vagrant:~/edx-platform$ paver devstack lms** ---> pavelib.assets.update_assets xmodule_assets common/static/xmodule Finished processing xmodule assets. mkdir_p path('common/static/common/js/vendor') Copying vendor files into static directory /bin/cp -rf node_modules/backbone-validation/dist/backbone-validation-min.js common/static/common/js/vendor /bin/cp -rf node_modules/backbone/backbone.js common/static/common/js/vendor /bin/cp -rf...
When we try to build sandboxes (using the edx_sandbox.yml playbook), the process breaks with an out of memory error. I've done a little research and it appears that in older...
Based on [this commit](https://github.com/edx/configuration/commit/5cb4421893a331a0c780d52fecb70ee25ddfd1e4) on master. When building MySQL container using `make docker.build.mysql`, the Ansible process running inside Docker container failed with the following messages: ``` TASK [user : Grant...
@muhammad-ammar reported that HLS playback is needed for JavaScript testing. However, out of the box, devstack is not able to run the demo at successfully. This is because the H.264...
The new `generate-passwords.sh` file sets the default username for `EDXAPP_MYSQL_REPLICA_USER` ansible variable to "edxapp_replica001" This will cause an error on MySQL < 5.7.8 since it’s greater than 16 characters. (A...
configuration/playbooks/roles/hadoop_common/tasks/main.yml Line 199 is improperly formatted, I believe it should be: chdir: "{{ hadoop_common_temporary_dir }}/hadoop-common-release-{{ HADOOP_COMMON_VERSION }}/hadoop-common-project/hadoop-common/target/native/target/usr/local/lib"