Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
9ca5a5f1
Commit
9ca5a5f1
authored
9 years ago
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing legacy ora
parent
d3d20ab0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
54 deletions
+0
-54
playbooks/roles/edx_ansible/templates/update.j2
+0
-1
playbooks/roles/ora/tasks/main.yml
+0
-53
No files found.
playbooks/roles/edx_ansible/templates/update.j2
View file @
9ca5a5f1
...
...
@@ -49,7 +49,6 @@ repos_to_cmd["edx-platform"]="$edx_ansible_cmd edxapp.yml -e 'edx_platform_versi
repos_to_cmd[
"xqueue"
]=
"
$edx_ansible_cmd
xqueue.yml -e 'xqueue_version=
$2
'"
repos_to_cmd[
"cs_comments_service"
]=
"
$edx_ansible_cmd
forum.yml -e 'forum_version=
$2
'"
repos_to_cmd[
"xserver"
]=
"
$edx_ansible_cmd
xserver.yml -e 'xserver_version=
$2
'"
repos_to_cmd[
"edx-ora"
]=
"
$edx_ansible_cmd
ora.yml -e 'ora_version=
$2
'"
repos_to_cmd[
"configuration"
]=
"
$edx_ansible_cmd
edx_ansible.yml -e 'configuration_version=
$2
'"
repos_to_cmd[
"read-only-certificate-code"
]=
"
$edx_ansible_cmd
certs.yml -e 'certs_version=
$2
'"
repos_to_cmd[
"edx-analytics-data-api"
]=
"
$edx_ansible_cmd
analyticsapi.yml -e 'ANALYTICS_API_VERSION=
$2
'"
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/ora/tasks/main.yml
deleted
100644 → 0
View file @
d3d20ab0
# requires:
# - group_vars/all
# - common/tasks/main.yml
---
-
name
:
create application user
user
:
>
name="{{ ora_user }}" home="{{ ora_app_dir }}"
createhome=no shell=/bin/false
notify
:
-
restart ora
-
restart ora_celery
-
name
:
create ora app dir
file
:
>
path="{{ item }}" state=directory
owner="{{ ora_user }}" group="{{ common_web_group }}"
notify
:
-
restart ora
-
restart ora_celery
with_items
:
-
"
{{
ora_venvs_dir
}}"
-
"
{{
ora_app_dir
}}"
-
name
:
create ora data dir, owned by {{ common_web_user }}
file
:
>
path="{{ item }}" state=directory
owner="{{ common_web_user }}" group="{{ common_web_group }}"
notify
:
-
restart ora
-
restart ora_celery
with_items
:
-
"
{{
ora_data_dir
}}"
-
"
{{
ora_data_course_dir
}}"
-
"
{{
ora_app_dir
}}/ml_models"
-
name
:
install debian packages that ora needs
apt
:
pkg={{ item }} state=present
notify
:
-
restart ora
-
restart ora_celery
with_items
:
ora_debian_pkgs
-
name
:
install debian packages for ease that ora needs
apt
:
pkg={{ item }} state=present
notify
:
-
restart ora
-
restart ora_celery
with_items
:
ora_ease_debian_pkgs
-
include
:
deploy.yml tags=deploy
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment