Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: remove r7 agent from playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Feb 16, 2024
1 parent 69f5b1d commit 0303414
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions playbooks/analyticsapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@
- role: hermes
HERMES_TARGET_SERVICE: 'analytics_api'
when: ANALYTICS_API_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@
- role: hermes
HERMES_TARGET_SERVICE: 'discovery'
when: DISCOVERY_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT

2 changes: 0 additions & 2 deletions playbooks/ecommerce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@
- role: hermes
HERMES_TARGET_SERVICE: 'ecommerce'
when: ECOMMERCE_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/ecomworker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@
- role: hermes
HERMES_TARGET_SERVICE: 'ecomworker'
when: ECOMMERCE_WORKER_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT

2 changes: 0 additions & 2 deletions playbooks/edxapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@
filename: '{{ hermes_download_dir }}/studio.yml'
command: "sudo /bin/cp {{ hermes_download_dir }}/studio.yml {{ COMMON_CFG_DIR }}/studio.yml && sudo /edx/app/edxapp/reload_cms_config.sh"
secret_key_files: "{{ HERMES_PRIVATE_KEYS_DICT | map('regex_replace','^(.*)$','/edx/app/hermes/hermes-\\1') | join(',') if HERMES_PRIVATE_KEYS_DICT is defined else None }}"
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/enterprise_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@
- role: hermes
HERMES_TARGET_SERVICE: 'enterprise_catalog'
when: ENTERPRISE_CATALOG_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/forum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@
- role: hermes
HERMES_TARGET_SERVICE: 'insights'
when: INSIGHTS_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/mongo_4_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/mongo_mms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
when: COMMON_ENABLE_DATADOG
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/prospectus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@
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: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
2 changes: 0 additions & 2 deletions playbooks/tools_jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/xqueue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@
- role: hermes
HERMES_TARGET_SERVICE: 'xqueue'
when: XQUEUE_HERMES_ENABLED
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT
2 changes: 0 additions & 2 deletions playbooks/xqwatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: datadog-uninstall
when: not COMMON_ENABLE_DATADOG
- role: insightvm_agent
when: COMMON_ENABLE_INSIGHTVM_AGENT

0 comments on commit 0303414

Please sign in to comment.