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

Support Raspbian as debian-based systems #719

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

Mstrodl
Copy link
Contributor

@Mstrodl Mstrodl commented Sep 26, 2021

What does this PR do?

Allows datadog-agent to be configured using puppet on systems running Raspbian

Motivation

We are trying to get a Raspberry Pi 400 set up as a machine for users to mess with. Our puppet config pulls down datadog-agent.

@Mstrodl Mstrodl requested a review from a team as a code owner September 26, 2021 21:39
@Mstrodl Mstrodl marked this pull request as draft September 27, 2021 14:36
@Mstrodl Mstrodl marked this pull request as ready for review September 27, 2021 17:13
@albertvaka
Copy link
Contributor

albertvaka commented Sep 29, 2021

Is there a 64 bit version of Raspbian? Currently the datadog-agent package only supports ARMv8 (that is: 64 bit). We have a simpler flavor of the Agent, which we package as datadog-iot-agent, that's compiled for 32 bit, but that means you will need to set agent_flavor to datadog-iot-agent in order for it to work (and some features won't be available).

@Mstrodl
Copy link
Contributor Author

Mstrodl commented Sep 29, 2021

@albertvaka I believe there is a beta of arm64 support, we've been using this for armv7l though, using datadog-iot-agent.

@albertvaka albertvaka merged commit b05d9bd into DataDog:main Sep 29, 2021
@albertvaka
Copy link
Contributor

Nice, I just wanted to make sure you were aware of the different flavors :) Thanks a lot for the patch!

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.

2 participants