From 945b10084d91485ea73fe9ce3f6e788f1f4dd069 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 19 Aug 2016 13:16:35 -0700 Subject: [PATCH] Ensure ntpdate is on our test images We want to be able to set the time in big steps at the beginning of test runs and one option for doing so is with ntpdate. Ensure ntpdate is installed on all our images by putting it into the infra package needs element. Note that the package name appears to be the same across ubuntu, centos, and fedora. Change-Id: Ib3fd4afe5a89d8a799cc15c57254aaf11b6aa3e5 --- nodepool/elements/infra-package-needs/package-installs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodepool/elements/infra-package-needs/package-installs.yaml b/nodepool/elements/infra-package-needs/package-installs.yaml index c963f28489..a88c6eba56 100644 --- a/nodepool/elements/infra-package-needs/package-installs.yaml +++ b/nodepool/elements/infra-package-needs/package-installs.yaml @@ -7,3 +7,4 @@ python-dev: python3-dev: uuid-runtime: traceroute: +ntpdate: