- For Debian and RHEL/CentOS based stemcells
- Automatically defines tags based on deployments, names and jobs
- Process, network, ntp and disk integrations by default
- Monit processes are added automatically to process integration
- You can define additional integrations
This includes the Debian and RHEL/CentOS releases in the package and unpacks them in the dd-agent directory.
While a source install would be preferable, we're balancing a number of concerns.
- We want to ensure a consistent deployment among all customers.
- We want to ensure a quick deployment.
Compiling Python takes a very long time (it took up to 30 minutes for Python alone on some machines we tested it on). We also saw some disparities on some machines. It can creates issues if it stomps on the system python (which is hard to avoid in some cases) and it sometimes doesn't work.
So, our solution for this was to use our embedded python that we already have in our packages and unpack those packages (rather than installing them).
The BOSH release version follows the scheme:
cf_major.cf_minor.agent_version
The first two parts are the BOSH packaging versioning, and the third part is the packaged agent version, without the dot separator.
Upload the release to Bosh director
Create a runtime-config.yaml
file:
releases:
- name: datadog-agent
version: 1
addons:
- name: dd-agent
jobs:
- name: dd-agent
release: datadog-agent
properties:
dd:
use_dogstatsd: yes
api_key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
tags: ["datadog", "bosh", "bosh:bosh-exp"]
tags:
owner: datadog
email: [email protected]
Upload runtime-config to Bosh Director: bosh update runtime-config runtime-config.yaml
Re-deploy the deployments to automatically add the agent.
This repository contains only the packaging pieces for the agent to be deployed with Cloud Foundry BOSH. The Datadog Agent itself is added as a blob, and contributions to it are accepted here.
See here for more information about the structure of a BOSH release.
Datadog ([email protected])
Based on the datadog-agent-boshrelease project by Springer Nature Platform Engineering
If you notice a limitation or a bug with the BOSH packaging of the agent, feel free to open a Github issue or submit a PR on this repository. If the issue is with the agent itself, check out the Datadog Agent repository for issues and PR.
Support for this project is available via standard Datadog support channels.