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
edx
configuration
Commits
747d93bb
Commit
747d93bb
authored
Jan 31, 2017
by
Brian Jacobel
Committed by
George Song
Feb 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify Node 6.9.4 to be used across apps unless overridden (incl. Platform)
parent
bd19b732
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
playbooks/roles/common_vars/defaults/main.yml
+2
-1
playbooks/roles/credentials/defaults/main.yml
+1
-1
playbooks/roles/discovery/defaults/main.yml
+2
-2
playbooks/roles/ecommerce/defaults/main.yml
+1
-1
playbooks/roles/edxapp/defaults/main.yml
+1
-1
playbooks/roles/insights/defaults/main.yml
+1
-1
No files found.
playbooks/roles/common_vars/defaults/main.yml
View file @
747d93bb
...
...
@@ -45,7 +45,7 @@ common_directories:
-
path
:
"
/etc/logrotate.d/hourly"
-
path
:
"
/etc/rsyslog.d/50-default.conf"
state
:
absent
COMMON_ENVIRONMENT
:
'
default_env'
COMMON_DEPLOYMENT
:
'
default_deployment'
COMMON_PIP_VERBOSITY
:
'
'
...
...
@@ -98,6 +98,7 @@ COMMON_ENABLE_NEWRELIC_APP: False
COMMON_ENABLE_MINOS
:
False
COMMON_TAG_EC2_INSTANCE
:
False
common_boto_version
:
'
2.34.0'
common_node_version
:
'
6.9.4'
common_redhat_pkgs
:
-
ntp
-
lynx
...
...
playbooks/roles/credentials/defaults/main.yml
View file @
747d93bb
...
...
@@ -219,7 +219,7 @@ credentials_nodeenv_dir: "{{ credentials_home }}/nodeenvs/{{ credentials_service
credentials_nodeenv_bin
:
"
{{
credentials_nodeenv_dir
}}/bin"
credentials_node_modules_dir
:
"
{{
credentials_code_dir
}}/node_modules"
credentials_node_bin
:
"
{{
credentials_node_modules_dir
}}/.bin"
credentials_node_version
:
"
6.9.4
"
credentials_node_version
:
"
{{
common_node_version
}}
"
credentials_environment
:
DJANGO_SETTINGS_MODULE
:
"
{{
CREDENTIALS_DJANGO_SETTINGS_MODULE
}}"
...
...
playbooks/roles/discovery/defaults/main.yml
View file @
747d93bb
...
...
@@ -99,7 +99,7 @@ DISCOVERY_MEDIA_STORAGE_BACKEND:
DEFAULT_FILE_STORAGE
:
'
django.core.files.storage.FileSystemStorage'
MEDIA_ROOT
:
'
{{
DISCOVERY_MEDIA_ROOT
}}'
MEDIA_URL
:
'
{{
DISCOVERY_MEDIA_URL
}}'
DISCOVERY_STATICFILES_STORAGE
:
'
django.contrib.staticfiles.storage.StaticFilesStorage'
# You can set different email backends with django:
...
...
@@ -241,7 +241,7 @@ discovery_nodeenv_dir: "{{ discovery_home }}/nodeenvs/{{ discovery_service_name
discovery_nodeenv_bin
:
"
{{
discovery_nodeenv_dir
}}/bin"
discovery_node_modules_dir
:
"
{{
discovery_code_dir
}}/node_modules"
discovery_node_bin
:
"
{{
discovery_node_modules_dir
}}/.bin"
discovery_node_version
:
"
6.9.4
"
discovery_node_version
:
"
{{
common_node_version
}}
"
discovery_gunicorn_host
:
"
127.0.0.1"
discovery_gunicorn_port
:
8381
...
...
playbooks/roles/ecommerce/defaults/main.yml
View file @
747d93bb
...
...
@@ -214,7 +214,7 @@ ecommerce_nodeenv_dir: "{{ ecommerce_home }}/nodeenvs/{{ ecommerce_service_name
ecommerce_nodeenv_bin
:
"
{{
ecommerce_nodeenv_dir
}}/bin"
ecommerce_node_modules_dir
:
"
{{
ecommerce_code_dir
}}/node_modules"
ecommerce_node_bin
:
"
{{
ecommerce_node_modules_dir
}}/.bin"
ecommerce_node_version
:
"
6.9.4
"
ecommerce_node_version
:
"
{{
common_node_version
}}
"
ecommerce_gunicorn_host
:
"
127.0.0.1"
ecommerce_gunicorn_port
:
"
8130"
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
747d93bb
...
...
@@ -642,7 +642,7 @@ edxapp_venv_bin: "{{ edxapp_venv_dir }}/bin"
edxapp_nodeenv_dir
:
"
{{
edxapp_app_dir
}}/nodeenvs/edxapp"
edxapp_nodeenv_bin
:
"
{{
edxapp_nodeenv_dir
}}/bin"
edxapp_settings
:
'
{{
EDXAPP_SETTINGS
}}'
edxapp_node_version
:
"
6.9.2
"
edxapp_node_version
:
"
{{
common_node_version
}}
"
# This is where node installs modules, not node itself
edxapp_node_bin
:
"
{{
edxapp_code_dir
}}/node_modules/.bin"
edxapp_user
:
edxapp
...
...
playbooks/roles/insights/defaults/main.yml
View file @
747d93bb
...
...
@@ -185,7 +185,7 @@ insights_nodeenv_dir: "{{ insights_home }}/nodeenvs/{{ insights_service_name }}"
insights_nodeenv_bin
:
"
{{
insights_nodeenv_dir
}}/bin"
insights_node_modules_dir
:
"
{{
insights_code_dir
}}/node_modules"
insights_node_bin
:
"
{{
insights_node_modules_dir
}}/.bin"
insights_node_version
:
"
6.9.4
"
insights_node_version
:
"
{{
common_node_version
}}
"
insights_gunicorn_host
:
"
127.0.0.1"
insights_gunicorn_port
:
"
8110"
...
...
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