Skip to content

Commit

Permalink
vmware-dev: add dependency on open-vm-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cressey <[email protected]>
  • Loading branch information
bcressey committed Apr 30, 2021
1 parent 76f2d28 commit bbcc6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Metrics
[settings.metrics]
send-metrics = false
service-checks = ["apiserver", "chronyd", "containerd", "host-containerd", "docker"]
service-checks = ["apiserver", "chronyd", "containerd", "host-containerd", "docker", "vmtoolsd"]

# Network
[metadata.settings.network]
Expand Down
1 change: 1 addition & 0 deletions variants/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions variants/vmware-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ included-packages = [
# core
"release",
"kernel-5.10",
"open-vm-tools",
# docker
"docker-cli",
"docker-engine",
Expand All @@ -40,6 +41,7 @@ path = "lib.rs"
# core
release = { path = "../../packages/release" }
kernel-5_10 = { path = "../../packages/kernel-5.10" }
open-vm-tools = { path = "../../packages/open-vm-tools" }
# docker
docker-cli = { path = "../../packages/docker-cli" }
docker-engine = { path = "../../packages/docker-engine" }
Expand Down

0 comments on commit bbcc6b6

Please sign in to comment.