Skip to content

Commit af3124b

Browse files
Bhavani GudditiBhavani Gudditi
authored andcommitted
refactor(configuration): remove the new relic references
remove the new relic references remove new relic references from edx services chore(edx-services): remove new relic infrastructure and app references refactor: remove new relic references from edx services refactor: remove new relic references from edx services chore(edx-services): remove new relic infrastructure and app references chore(edx-services): remove new relic infrastructure and app references chore(edx-services): remove new relic infrastructure and app references chore(edx-services): remove new relic infrastructure and app references chore(edx-services): remove new relic infrastructure and app references chore(edx-services): remove new relic infrastructure and app references chore(edx-dx-services): remove new relic infrastructure and app references chore(edx-dx-services): remove new relic infrastructure and app references fix: remove New Relic references from configuration files fix: remove the new relic references chore: remove the new relic references refactor(configuration): remove the new relic references
1 parent 64303d5 commit af3124b

File tree

89 files changed

+126
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+126
-592
lines changed

playbooks/authn_frontend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@
1111
- role: authn
1212
- role: splunkforwarder
1313
when: COMMON_ENABLE_SPLUNKFORWARDER
14-
- role: newrelic_infrastructure
15-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE

playbooks/blockstore.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: True
44
gather_facts: True
55
vars:
6-
ENABLE_NEWRELIC: True
6+
ENABLE_NEWRELIC: False
77
CLUSTER_NAME: 'blockstore'
88
roles:
99
- role: aws
@@ -14,8 +14,6 @@
1414
- blockstore
1515
- role: splunkforwarder
1616
when: COMMON_ENABLE_SPLUNKFORWARDER
17-
- role: newrelic_infrastructure
18-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
1917
- role: hermes
2018
HERMES_TARGET_SERVICE: 'blockstore'
2119
when: BLOCKSTORE_HERMES_ENABLED

playbooks/commerce_coordinator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: True
44
gather_facts: True
55
vars:
6-
ENABLE_NEWRELIC: True
6+
ENABLE_NEWRELIC: False
77
CLUSTER_NAME: 'commerce_coordinator'
88
REGISTRAR_ENABLED: True
99
roles:
@@ -15,8 +15,6 @@
1515
- commerce_coordinator
1616
- role: splunkforwarder
1717
when: COMMON_ENABLE_SPLUNKFORWARDER
18-
- role: newrelic_infrastructure
19-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
2018
- role: hermes
2119
HERMES_TARGET_SERVICE: 'commerce_coordinator'
2220
when: COMMERCE_COORDINATOR__HERMES_ENABLED

playbooks/common_edx_base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
when: COMMON_ENABLE_DATADOG
1616
- role: splunkforwarder
1717
when: COMMON_ENABLE_SPLUNKFORWARDER
18-
- role: newrelic_infrastructure
19-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
2018
- role: datadog-uninstall
2119
when: not COMMON_ENABLE_DATADOG
2220

playbooks/conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: True
44
gather_facts: True
55
vars:
6-
ENABLE_NEWRELIC: False
6+
ENABLE_NEWRELIC: False # Already disabled
77
CLUSTER_NAME: 'conductor'
88
NGINX_OVERRIDE_DEFAULT_MAP_HASH_SIZE: True
99
NGINX_MAP_HASH_MAX_SIZE: 4096

playbooks/credentials.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
- role: datadog
1717
when: COMMON_ENABLE_DATADOG
1818
- role: splunkforwarder
19-
when: COMMON_ENABLE_SPLUNKFORWARDER
20-
- role: newrelic_infrastructure
21-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
19+
when: COMMON_ENABLE_SPLUNKFORWARDE
2220
- role: datadog-uninstall
2321
when: not COMMON_ENABLE_DATADOG
2422
- role: hermes

playbooks/designer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: True
44
gather_facts: True
55
vars:
6-
ENABLE_NEWRELIC: True
6+
ENABLE_NEWRELIC: False
77
CLUSTER_NAME: 'designer'
88
roles:
99
- role: aws
@@ -14,8 +14,6 @@
1414
- designer
1515
- role: splunkforwarder
1616
when: COMMON_ENABLE_SPLUNKFORWARDER
17-
- role: newrelic_infrastructure
18-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
1917
- role: hermes
2018
HERMES_TARGET_SERVICE: 'designer'
2119
when: DESIGNER_HERMES_ENABLED

playbooks/discovery.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
when: COMMON_ENABLE_DATADOG
1818
- role: splunkforwarder
1919
when: COMMON_ENABLE_SPLUNKFORWARDER
20-
- role: newrelic_infrastructure
21-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
2220
- role: datadog-uninstall
2321
when: not COMMON_ENABLE_DATADOG
2422
- role: hermes

playbooks/forum.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@
1717
when: COMMON_ENABLE_DATADOG
1818
- role: splunkforwarder
1919
when: COMMON_ENABLE_SPLUNKFORWARDER
20-
- role: newrelic_infrastructure
21-
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
2220
- role: datadog-uninstall
2321
when: not COMMON_ENABLE_DATADOG

playbooks/insights.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
gather_facts: True
55
vars:
66
ENABLE_DATADOG: False
7-
ENABLE_NEWRELIC: True
7+
ENABLE_NEWRELIC: False
88
CLUSTER_NAME: 'insights'
99
roles:
1010
- role: aws

0 commit comments

Comments
 (0)