From 4faa7f927149a5c4ef7a03523f7bc14523cb9baa Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 7 Oct 2016 12:24:58 -0700 Subject: Charms for Contrail 3.1 with Mitaka Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie --- charms/trusty/contrail-configuration/files/ntpq-nodemgr | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 charms/trusty/contrail-configuration/files/ntpq-nodemgr (limited to 'charms/trusty/contrail-configuration/files/ntpq-nodemgr') diff --git a/charms/trusty/contrail-configuration/files/ntpq-nodemgr b/charms/trusty/contrail-configuration/files/ntpq-nodemgr new file mode 100755 index 0000000..da00247 --- /dev/null +++ b/charms/trusty/contrail-configuration/files/ntpq-nodemgr @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Script to produce some dummy output to satisfy contrail-nodemgr ntp status +# Note: This is intended to be deployed inside containers where the host is running ntp + +if [ -x /usr/bin/ntpq ]; then + exec /usr/bin/ntpq "$@" +fi + +echo "*" -- cgit 1.2.3-korg