Skip to content

Commit

Permalink
Reland "Include otel-collector in CME"
Browse files Browse the repository at this point in the history
1684ed4

Change-Id: I28ed3bd6c8d4e269c61bc202a7580c3fe7d7668e
  • Loading branch information
rseltmann committed Nov 15, 2024
1 parent a3e7f1c commit 0df41be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions omd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ ifeq ($(EDITION),managed)
PACKAGES += enterprise
PACKAGES += cloud
PACKAGES += managed
PACKAGES += otel-collector
endif
ifeq ($(EDITION),cloud)
PACKAGES += enterprise
Expand Down
3 changes: 2 additions & 1 deletion omd/packages/packages.make
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ ifeq ($(EDITION),managed)
include \
packages/enterprise/enterprise.make \
packages/cloud/cloud.make \
packages/managed/managed.make
packages/managed/managed.make \
$(REPO_PATH)/non-free/packages/otel-collector/otel-collector.make
endif
ifeq ($(EDITION),cloud)
include \
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/omd/test_init_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_init_scripts(site: Site) -> None:
"liveproxyd",
"mknotifyd",
}
if site.version.is_cloud_edition():
if site.version.is_cloud_edition() or site.version.is_managed_edition():
scripts |= {"otel-collector"}

installed_scripts = set(site.listdir("etc/init.d"))
Expand Down

0 comments on commit 0df41be

Please sign in to comment.