Commit 3098fa2b by vik

Edit ml api playbooks

parent b56b0404
[ec2]
regions=all
destination_variable=public_dns_name
vpc_destination_variable=private_dns_name
vpc_destination_variable=private_ip_address
cache_path=/tmp
cache_max_age=300
......@@ -4,7 +4,7 @@ venv_dir: /opt/edx
# these pathes are relative to the playbook dir
# directory for secret settings (keys, etc)
secure_dir: 'secure_example'
secure_dir: '../../edx-secret'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir: '../../ansible_local'
\ No newline at end of file
- hosts: tag_Group_mlapi_prod
vars_files:
- ["{{ secure_file_dir }}/mlapi_prod_vars.yml"]
- ["{{ secure_file_dir }}/users.yml"]
- ["{{ secure_file_dir }}/mlapi_prod_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_prod_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/mlapi_prod_users.yml"]
roles:
- mlapi
- hosts:
- tag_Group_mlapi_sandbox
vars_files:
- ["{{ secure_file_dir }}/mlapi_sandbox_vars.yml"]
- ["{{ secure_file_dir }}/users.yml"]
- ["{{ secure_file_dir }}/mlapi_sandbox_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_sandbox_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/mlapi_sandbox_users.yml"]
roles:
- common
- mlapi
- hosts: tag_Group_mlapi_stage
vars_files:
- ["{{ secure_file_dir }}/mlapi_stage_vars.yml"]
- ["{{ secure_file_dir }}/users.yml"]
- ["{{ secure_file_dir }}/mlapi_stage_users.yml"]
- ["{{ secure_dir }}/vars/mlapi_stage_vars.yml"]
- ["{{ secure_dir }}/vars/users.yml"]
- ["{{ secure_dir }}/vars/mlapi_stage_users.yml"]
roles:
- mlapi
mlapi_source_repo: git@github.com:edx/ml-service-api.git
ml_source_repo: git@github.com:edx/machine-learning.git
mlapi_debian_pkgs:
-python
-gcc
-g++
-aspell
-python-virtualenv
-build-essential
-python-dev
-gfortran
-libfreetype6-dev
-libpng12-dev
-libxml2-dev
-libxslt-dev
-libreadline6
-libreadline6-dev
-redis-server
-python-pip
-ipython
-nginx
-libmysqlclient-dev
-libblas3gf
-libblas-dev
-liblapack3gf
-liblapack-dev
-libatlas-base-dev
-curl
-yui-compressor
\ No newline at end of file
- python
- gcc
- g++
- aspell
- python-virtualenv
- build-essential
- python-dev
- gfortran
- libfreetype6-dev
- libpng12-dev
- libxml2-dev
- libxslt-dev
- libreadline6
- libreadline6-dev
- redis-server
- python-pip
- ipython
- nginx
- libmysqlclient-dev
- libblas3gf
- libblas-dev
- liblapack3gf
- liblapack-dev
- libatlas-base-dev
- curl
- yui-compressor
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment