From f98a4ef2f7599027fe38161f5a41326346798ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 12 Jul 2019 10:47:08 +0200 Subject: [PATCH] vmware: ro=False datastores for the functional test https://github.com/ansible/ansible/issues/58541 prevents us from using read-only datastore. So for now, we mount everything read-write. --- .../targets/prepare_vmware_tests/vars/real_lab.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/targets/prepare_vmware_tests/vars/real_lab.yml b/test/integration/targets/prepare_vmware_tests/vars/real_lab.yml index b824a4d0e75..572152f1ec3 100644 --- a/test/integration/targets/prepare_vmware_tests/vars/real_lab.yml +++ b/test/integration/targets/prepare_vmware_tests/vars/real_lab.yml @@ -9,7 +9,9 @@ infra: type: nfs server: gateway.test path: /srv/share/isos - ro: true + # https://github.com/ansible/ansible/issues/58541 prevents us + # from using the "ro: true" mode + ro: false LocalDS_1: type: nfs server: gateway.test