Commit 57cf1bb6 by Max Rothman

Change role name references to match new role name

parent fbefa0ed
- Role: analytics_api
- Refactored name from `analytics-api` to `analytics_api`. This will require additional migrations when upgrading an existing server. While we recommend building from scratch, you can also run the following command:
```
rm -rf /edx/app/analytics-api /edx/app/ /edx/app/nginx/sites-available/analytics-api.j2 /edx/app/supervisor/conf.d.available/analytics_api.conf
```
- Role: notifier - Role: notifier
- Refactored `NOTIFIER_HOME` and `NOTIFIER_USER` to `notifier_app_dir` and `notifier_user` to match other roles. This shouldn't change anything since users should've only been overriding COMMON_HOME. - Refactored `NOTIFIER_HOME` and `NOTIFIER_USER` to `notifier_app_dir` and `notifier_user` to match other roles. This shouldn't change anything since users should've only been overriding COMMON_HOME.
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
roles: roles:
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- analytics-api - analytics_api
- aws - aws
- analytics-api - analytics_api
- role: datadog - role: datadog
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
- role: splunkforwarder - role: splunkforwarder
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
- xqueue - xqueue
- xserver - xserver
- certs - certs
- analytics-api - analytics_api
nginx_default_sites: nginx_default_sites:
- lms - lms
- role: edxlocal - role: edxlocal
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
when: XSERVER_GIT_IDENTITY|length > 0 when: XSERVER_GIT_IDENTITY|length > 0
- certs - certs
- edx_ansible - edx_ansible
- analytics-api - analytics_api
- role: datadog - role: datadog
when: COMMON_ENABLE_DATADOG when: COMMON_ENABLE_DATADOG
- role: splunkforwarder - role: splunkforwarder
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT # license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
# #
## ##
# Defaults for role analytics-api # Defaults for role analytics_api
# #
ANALYTICS_API_GIT_IDENTITY: !!null ANALYTICS_API_GIT_IDENTITY: !!null
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT # license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
# #
# #
# Role includes for role analytics-api # Role includes for role analytics_api
# #
# Example: # Example:
# #
......
...@@ -52,6 +52,6 @@ ...@@ -52,6 +52,6 @@
MARIADB_CREATE_DBS: yes MARIADB_CREATE_DBS: yes
vars_files: vars_files:
- "group_vars/all" - "group_vars/all"
- "roles/analytics-api/defaults/main.yml" - "roles/analytics_api/defaults/main.yml"
roles: roles:
- mariadb - mariadb
...@@ -30,5 +30,5 @@ ...@@ -30,5 +30,5 @@
- browsermob-proxy - browsermob-proxy
- local_dev - local_dev
- demo - demo
- role: analytics-api - role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY when: ANALYTICS_API_GIT_IDENTITY
...@@ -41,6 +41,6 @@ ...@@ -41,6 +41,6 @@
- forum - forum
- { role: "xqueue", update_users: True } - { role: "xqueue", update_users: True }
- certs - certs
- role: analytics-api - role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY when: ANALYTICS_API_GIT_IDENTITY
- edx_ansible - edx_ansible
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