From: John Mulligan Date: Wed, 6 Mar 2024 17:00:15 +0000 (-0500) Subject: qa/tasks: replace vip.exec with template.exec X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c6407cbe021f05a9fe14ce89eed8cd60d17ea23;p=ceph.git qa/tasks: replace vip.exec with template.exec Signed-off-by: John Mulligan --- diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml index e055869a802b..7f78d686519f 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml @@ -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 diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml index 1fe40f950825..55d5c213e561 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml @@ -49,7 +49,7 @@ tasks: ## export and mount -- vip.exec: +- template.exec: host.a: - mkdir /mnt/foo - sleep 5 diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml index b11c14dc6958..98eb4857347e 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml @@ -49,7 +49,7 @@ tasks: ## export and mount -- vip.exec: +- template.exec: host.a: - mkdir /mnt/foo - sleep 5 diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml index 307c44c1ed97..07002eff4ca4 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml @@ -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 diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml index fa1272c3c5fc..894efb0f4011 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml @@ -24,7 +24,7 @@ tasks: ## export and mount -- vip.exec: +- template.exec: host.a: - mkdir /mnt/foo - sleep 5 diff --git a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml index d3a37f70e101..42e3394a7d48 100644 --- a/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml +++ b/qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml @@ -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