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
- 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 @@
roles:
- role: nginx
nginx_sites:
- analytics-api
- analytics_api
- aws
- analytics-api
- analytics_api
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
......
......@@ -15,7 +15,7 @@
- xqueue
- xserver
- certs
- analytics-api
- analytics_api
nginx_default_sites:
- lms
- role: edxlocal
......@@ -34,7 +34,7 @@
when: XSERVER_GIT_IDENTITY|length > 0
- certs
- edx_ansible
- analytics-api
- analytics_api
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
......
......@@ -8,7 +8,7 @@
# 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
......
......@@ -8,7 +8,7 @@
# license: https://github.com/edx/configuration/blob/master/LICENSE.TXT
#
#
# Role includes for role analytics-api
# Role includes for role analytics_api
#
# Example:
#
......
......@@ -52,6 +52,6 @@
MARIADB_CREATE_DBS: yes
vars_files:
- "group_vars/all"
- "roles/analytics-api/defaults/main.yml"
- "roles/analytics_api/defaults/main.yml"
roles:
- mariadb
......@@ -30,5 +30,5 @@
- browsermob-proxy
- local_dev
- demo
- role: analytics-api
- role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY
......@@ -41,6 +41,6 @@
- forum
- { role: "xqueue", update_users: True }
- certs
- role: analytics-api
- role: analytics_api
when: ANALYTICS_API_GIT_IDENTITY
- 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