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
3098fa2b
Commit
3098fa2b
authored
May 02, 2013
by
vik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit ml api playbooks
parent
b56b0404
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
38 deletions
+40
-38
playbooks/ec2.ini
+1
-1
playbooks/group_vars/all
+2
-1
playbooks/mlapi_prod.yml
+3
-3
playbooks/mlapi_sandbox.yml
+4
-3
playbooks/mlapi_stage.yml
+3
-3
playbooks/roles/mlapi/vars/main.yml
+27
-27
No files found.
playbooks/ec2.ini
View file @
3098fa2b
[ec2]
[ec2]
regions
=
all
regions
=
all
destination_variable
=
public_dns_name
destination_variable
=
public_dns_name
vpc_destination_variable
=
private_
dns_name
vpc_destination_variable
=
private_
ip_address
cache_path
=
/tmp
cache_path
=
/tmp
cache_max_age
=
300
cache_max_age
=
300
playbooks/group_vars/all
View file @
3098fa2b
...
@@ -4,7 +4,7 @@ venv_dir: /opt/edx
...
@@ -4,7 +4,7 @@ venv_dir: /opt/edx
# these pathes are relative to the playbook dir
# these pathes are relative to the playbook dir
# directory for secret settings (keys, etc)
# directory for secret settings (keys, etc)
secure_dir: '
secure_example
'
secure_dir: '
../../edx-secret
'
# this indicates the path to site-specific (with precedence)
# this indicates the path to site-specific (with precedence)
# things like nginx template files
# things like nginx template files
local_dir: '../../ansible_local'
local_dir: '../../ansible_local'
\ No newline at end of file
playbooks/mlapi_prod.yml
View file @
3098fa2b
-
hosts
:
tag_Group_mlapi_prod
-
hosts
:
tag_Group_mlapi_prod
vars_files
:
vars_files
:
-
[
"
{{
secure_
file_dir
}}
/mlapi_prod_vars.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_prod_vars.yml"
]
-
[
"
{{
secure_
file_dir
}}
/users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/users.yml"
]
-
[
"
{{
secure_
file_dir
}}
/mlapi_prod_users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_prod_users.yml"
]
roles
:
roles
:
-
mlapi
-
mlapi
playbooks/mlapi_sandbox.yml
View file @
3098fa2b
-
hosts
:
-
hosts
:
-
tag_Group_mlapi_sandbox
-
tag_Group_mlapi_sandbox
vars_files
:
vars_files
:
-
[
"
{{
secure_
file_dir
}}
/mlapi_sandbox_vars.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_sandbox_vars.yml"
]
-
[
"
{{
secure_
file_dir
}}
/users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/users.yml"
]
-
[
"
{{
secure_
file_dir
}}
/mlapi_sandbox_users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_sandbox_users.yml"
]
roles
:
roles
:
-
common
-
mlapi
-
mlapi
playbooks/mlapi_stage.yml
View file @
3098fa2b
-
hosts
:
tag_Group_mlapi_stage
-
hosts
:
tag_Group_mlapi_stage
vars_files
:
vars_files
:
-
[
"
{{
secure_
file_dir
}}
/mlapi_stage_vars.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_stage_vars.yml"
]
-
[
"
{{
secure_
file_dir
}}
/users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/users.yml"
]
-
[
"
{{
secure_
file_dir
}}
/mlapi_stage_users.yml"
]
-
[
"
{{
secure_
dir
}}/vars
/mlapi_stage_users.yml"
]
roles
:
roles
:
-
mlapi
-
mlapi
playbooks/roles/mlapi/vars/main.yml
View file @
3098fa2b
mlapi_source_repo
:
git@github.com:edx/ml-service-api.git
mlapi_source_repo
:
git@github.com:edx/ml-service-api.git
ml_source_repo
:
git@github.com:edx/machine-learning.git
ml_source_repo
:
git@github.com:edx/machine-learning.git
mlapi_debian_pkgs
:
mlapi_debian_pkgs
:
-python
-
python
-gcc
-
gcc
-g++
-
g++
-aspell
-
aspell
-python-virtualenv
-
python-virtualenv
-build-essential
-
build-essential
-python-dev
-
python-dev
-gfortran
-
gfortran
-libfreetype6-dev
-
libfreetype6-dev
-libpng12-dev
-
libpng12-dev
-libxml2-dev
-
libxml2-dev
-libxslt-dev
-
libxslt-dev
-libreadline6
-
libreadline6
-libreadline6-dev
-
libreadline6-dev
-redis-server
-
redis-server
-python-pip
-
python-pip
-ipython
-
ipython
-nginx
-
nginx
-libmysqlclient-dev
-
libmysqlclient-dev
-libblas3gf
-
libblas3gf
-libblas-dev
-
libblas-dev
-liblapack3gf
-
liblapack3gf
-liblapack-dev
-
liblapack-dev
-libatlas-base-dev
-
libatlas-base-dev
-curl
-
curl
-yui-compressor
-
yui-compressor
\ No newline at end of file
\ No newline at end of file
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