You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AGENTONB-2675] Remove deprecated deb/rpm installer and support SSI using install-ssi.sh script (#682)
* Remove legacy installer package and unit files
* Stop legacy installer systemd services and reload systemd graph
* Remove configuration and installation of datadog-installer
* Remove leftover from pr #624 installer/apm packages from pkg-redhat
* Remove air-gapped installer doc and some installer-specific tests
* First APM SSI iteration downloading and running the script
* fix env placement + correct yaml
* fix legacy installer removal task
* Remove installer tests
* Fix legacy installer removal conditionals
* Only create install.json file if apm_instrumentation enabled is set
* Use specific package built-in to avoid erroring out on AL2023
* Do not fail when trying to remove the package
* Change logic for APM SSI to determine installation instead of weird skipping logic
* Check apm status from installer + add .ansible to gitignore
Copy file name to clipboardExpand all lines: README.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,27 +46,6 @@ To deploy the Datadog Agent on hosts, add the Datadog role and your API key to y
46
46
47
47
The API key is required and its absence causes the role to fail. If you want to provide it through another way, outside of Ansible's control, specify a placeholder key and substitute the key at a later point.
48
48
49
-
### Air-gapped environments
50
-
51
-
To install Datadog in an air-gapped environment using a specific registry and mirrored images, use the Datadog Ansible collection along with the `datadog_installer_registry`, `datadog_installer_auth`, and `agent_datadog_config` variables. While Datadog recommends fetching `latest`, `datadog_installer_version` and `datadog_apm_inject_version` can be provided to pin versions.
52
-
53
-
**Note**: `agent_datadog_config` overrides the `installer_registry_config` setting.
54
-
55
-
For example:
56
-
57
-
```yaml
58
-
name: Datadog Agent Install
59
-
include_role:
60
-
name: datadog.dd.agent
61
-
vars:
62
-
datadog_installer_registry: "my.local.registry"
63
-
datadog_installer_version: 7.63
64
-
datadog_apm_inject_version: 0.38
65
-
datadog_yum_repo: "my.local.repo"
66
-
datadog_api_key: "MY_DATADOG_API_KEY"
67
-
datadog_site: "MY_DATADOG_SITE"
68
-
```
69
-
70
49
## Role variables
71
50
72
51
These variables provide additional configuration during the installation of the Datadog Agent. They should be specified in the `vars` section of your playbook.
0 commit comments