]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: replace vip.exec with template.exec
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 6 Mar 2024 17:00:15 +0000 (12:00 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 1 Oct 2025 16:40:25 +0000 (12:40 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml
qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml

index e055869a802bfa0543c57cf4745df509c49c9ab8..7f78d686519ffa100d670cd1d5a3206a9f8a900e 100644 (file)
@@ -26,7 +26,7 @@ tasks:
 
 # make sure mount can be reached over VIP, ensuring both that
 # keepalived is maintaining the VIP and that the nfs has bound to it
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/happy
       - sleep 1
index 1fe40f950825eb2da9a05044ad52c01a2883c078..55d5c213e5619b75ecd61cb7d789e9582bf78e83 100644 (file)
@@ -49,7 +49,7 @@ tasks:
 
 ## export and mount
 
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/foo
       - sleep 5
index b11c14dc69582e28ef1eb345e62df9f59ef44674..98eb4857347e47d72934b719c6ba7dcb135c6c61 100644 (file)
@@ -49,7 +49,7 @@ tasks:
 
 ## export and mount
 
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/foo
       - sleep 5
index 307c44c1ed97aa5ca151ae65b6540a458e9198d6..07002eff4ca46c26fe72f36264daac2e4ec1e9fd 100644 (file)
@@ -42,7 +42,7 @@ tasks:
     host.a:
       - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake
 
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/foo
       - sleep 5
index fa1272c3c5fccb98baa02c522a9bab436cf4f16c..894efb0f40113c1262b93b5e97a97aee7f51c3c3 100644 (file)
@@ -24,7 +24,7 @@ tasks:
 
 ## export and mount
 
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/foo
       - sleep 5
index d3a37f70e10191a9de94e148bd6d14ba73e05a34..42e3394a7d484d3e822d12828c32fd8f167c72d3 100644 (file)
@@ -46,7 +46,7 @@ tasks:
 
 # make sure mount can be reached over VIP, ensuring both that
 # keepalived is maintaining the VIP and that the nfs has bound to it
-- vip.exec:
+- template.exec:
     host.a:
       - mkdir /mnt/foo
       - sleep 5