Skip to content

Commit

Permalink
Merge pull request #76 from edx/aali/remove_splunk_nr_roles
Browse files Browse the repository at this point in the history
chore: remove splunk forwarder and newrelic roles
  • Loading branch information
syed-awais-ali authored Oct 9, 2024
2 parents 14f41c1 + 4e34516 commit 6eee5c7
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions playbooks/analyticsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
- analytics_api
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: hermes
Expand Down
4 changes: 0 additions & 4 deletions playbooks/conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@
- conductor
CONDUCTOR_NGINX_PORT: 8000
- role: conductor
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog
when: COMMON_ENABLE_DATADOG
4 changes: 0 additions & 4 deletions playbooks/ecommerce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
- ecommerce
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: hermes
Expand Down
4 changes: 0 additions & 4 deletions playbooks/ecomworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
- ecomworker
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: hermes
Expand Down
4 changes: 0 additions & 4 deletions playbooks/edxapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
when: devstack is defined and devstack
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: minos
when: COMMON_ENABLE_MINOS
- role: datadog-uninstall
Expand Down
3 changes: 0 additions & 3 deletions playbooks/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: hermes
Expand Down
4 changes: 0 additions & 4 deletions playbooks/prospectus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@
nginx_default_sites:
- prospectus
PROSPECTUS_NGINX_PORT: 8000
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: datadog
when: COMMON_ENABLE_DATADOG|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
4 changes: 0 additions & 4 deletions playbooks/xqueue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
- xqueue
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: hermes
Expand Down
2 changes: 0 additions & 2 deletions playbooks/xqwatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
- xqwatcher
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG

0 comments on commit 6eee5c7

Please sign in to comment.