From 846566192518fba52b360c818e1f65c7777abeac Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Mon, 3 May 2021 11:40:38 +0200 Subject: [PATCH] tests/azure: Deactivate NTP in prepare-build In CentOS 8 and also Fedora the configuration and start of chrony fails with Fatal error : adjtimex(0x8001) failed : Operation not permitted For more information: https://bugzilla.redhat.com/show_bug.cgi?id=1772053 NTP will not be needed before a separate namespace is used for clocks. --- molecule/resources/playbooks/prepare-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/resources/playbooks/prepare-build.yml b/molecule/resources/playbooks/prepare-build.yml index 41f513d4..5e8e5a92 100644 --- a/molecule/resources/playbooks/prepare-build.yml +++ b/molecule/resources/playbooks/prepare-build.yml @@ -25,3 +25,4 @@ ipadm_password: SomeDMpassword ipaserver_domain: test.local ipaserver_realm: TEST.LOCAL + ipaclient_no_ntp: yes -- GitLab