]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cep_salt: Fix timeserver path
authorGeorgios Kyratsas <gkyratsas@suse.com>
Wed, 21 Oct 2020 08:38:40 +0000 (10:38 +0200)
committerStefen Allen <sallen@suse.com>
Thu, 9 Dec 2021 19:29:48 +0000 (12:29 -0700)
Change timeserver path in ceph-salt as per changes on https://github.com/ceph/ceph-salt/pull/439

Signed-off-by: Georgios Kyratsas <gkyratsas@suse.com>
qa/tasks/ceph_salt.py

index f9fd9d8e4d1dafb0b04cfd3ab643a64acb4b134b..8ba041565d70bda8dfb6faa3201dbe642a337fa7 100644 (file)
@@ -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"