From: Georgios Kyratsas Date: Wed, 21 Oct 2020 08:38:40 +0000 (+0200) Subject: qa/tasks/cep_salt: Fix timeserver path X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6cff3f29f3ddd468d46a424b2f7babeaac917941;p=ceph.git qa/tasks/cep_salt: Fix timeserver path Change timeserver path in ceph-salt as per changes on https://github.com/ceph/ceph-salt/pull/439 Signed-off-by: Georgios Kyratsas --- diff --git a/qa/tasks/ceph_salt.py b/qa/tasks/ceph_salt.py index f9fd9d8e4d1..8ba041565d7 100644 --- a/qa/tasks/ceph_salt.py +++ b/qa/tasks/ceph_salt.py @@ -287,7 +287,7 @@ class CephSalt(Task): .format(ceph_salt_ctx['container_image'])) self.ctx.ceph[self.cluster].image = ceph_salt_ctx['container_image'] self.master_remote.sh("sudo ceph-salt " - "config /time_server/server_hostname set {}" + "config /time_server/servers add {}" .format(self.master_remote.hostname)) self.master_remote.sh("sudo ceph-salt config " "/time_server/external_servers add"