Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove deprecated apm deb/rpms #624

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

raphaelgavache
Copy link
Member

@raphaelgavache raphaelgavache commented Nov 18, 2024

Removes Install APM inject libraries (dnf) from redhat steps since it is handled by the installer

Ran the following playbook on RockyLinux vm:

- hosts: myhosts
  tasks:
  - name: Print message
    ansible.builtin.debug:
      msg: Hello world
  - name: Import the Datadog Agent role from the DD collection
    import_role:
      name: ansible-datadog
  vars:
    datadog_api_key: <KEY>
    datadog_enabled: true
    datadog_remote_updates: true
    datadog_installer_enabled: true
    datadog_config:
      hostname_trust_uts_namespace: true
    datadog_apm_instrumentation_enabled: host
    datadog_apm_instrumentation_libraries: ["java:1.40.0"]

All checks pass

@swang392 swang392 marked this pull request as ready for review February 24, 2025 21:49
@swang392 swang392 requested review from a team as code owners February 24, 2025 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants