-
Notifications
You must be signed in to change notification settings - Fork 222
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 Agent v6 on yum-based platforms #90
Conversation
Hi @brendanlong, Thanks for the PR ! I'll take a look at it as soon as possible (most likely next week). Thanks for your patience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @brendanlong,
Thanks a lot for this PR !
You need to add ANSIBLE0006
to the list of excluded rules here for the travis test to succeed.
Also, could you update the CHANGELOG by adding your change to a new 1.5.0
section ?
datadog_agent6_apt_repo: "deb http://apt.datadoghq.com beta main" | ||
datadog_agent6_yum_repo: "https://yum.datadoghq.com/beta/{{ ansible_userspace_architecture }}/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't plan on shipping 32 bits packages for the agent6. I think we could still keep the ansible_userspace_architecture
, it will result in an error when ansible is run on unsupported architecture.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want me to add a check for that or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we're good with having an error at install time. I just wanted to leave a comment here for future reference.
- Add the DataDog yum beta repo - Fix some places where we don't update or restart the agent - Create /etc/datadog
81ceee9
to
713f217
Compare
@hush-hush I updated the changelog and added that new exclude rule. |
Thanks a lot @brendanlong for the PR ! |
yum_repository
instead of manual files