Commit fa0b9110 by Kevin Falcone Committed by GitHub

Merge pull request #3958 from edx/jibsheet/more-newrelic-infra

Enable for jenkins/mongo/rabbit
parents f2a3b8f4 26513cf2
...@@ -25,3 +25,5 @@ ...@@ -25,3 +25,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic - role: newrelic
when: COMMON_ENABLE_NEWRELIC when: COMMON_ENABLE_NEWRELIC
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
when: COMMON_ENABLE_SPLUNKFORWARDER when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic - role: newrelic
when: COMMON_ENABLE_NEWRELIC when: COMMON_ENABLE_NEWRELIC
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
post_tasks: post_tasks:
- debug: - debug:
var: ansible_ec2_instance_id var: ansible_ec2_instance_id
......
...@@ -34,3 +34,5 @@ ...@@ -34,3 +34,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic - role: newrelic
when: COMMON_ENABLE_NEWRELIC when: COMMON_ENABLE_NEWRELIC
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
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