summaryrefslogtreecommitdiffstats
path: root/xci/xci-deploy.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-09-05 15:12:41 +0100
committerMarkos Chandras <mchandras@suse.de>2017-09-17 22:42:51 +0100
commit313364481b13da8b09242d7275c52192d3e3438e (patch)
treedafbdc4ba1b024459dcad3d4e6012e50a541575e /xci/xci-deploy.sh
parent725e250ad2d36697487df629002a7caa7114c6d3 (diff)
xci: synchronize-time: Install the chrony package and drop Xenial reference
The roles should pull all the packages they need so we need to install the 'chrony' package everywhere and also drop the Xenial reference since there is nothing Ubuntu specific here. Change-Id: I51fb24573c0e884f8a96868e304b23140cc23b41 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/xci-deploy.sh')
-rwxr-xr-xxci/xci-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index 1a84faeb..6a661349 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -74,7 +74,7 @@ case ${OS_FAMILY,,} in
debian)
export DIB_OS_RELEASE="${DIB_OS_RELEASE:-xenial}"
export DIB_OS_ELEMENT="${DIB_OS_ELEMENT:-ubuntu-minimal}"
- export DIB_OS_PACKAGES="${DIB_OS_PACKAGES:-vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl,chrony,iptables}"
+ export DIB_OS_PACKAGES="${DIB_OS_PACKAGES:-vlan,vim,less,bridge-utils,language-pack-en,iputils-ping,rsyslog,curl,iptables}"
export EXTRA_DIB_ELEMENTS="${EXTRA_DIB_ELEMENTS:-openssh-server}"
;;
redhat)