From 7c6407cbe021f05a9fe14ce89eed8cd60d17ea23 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Wed, 6 Mar 2024 12:00:15 -0500 Subject: [PATCH] qa/tasks: replace vip.exec with template.exec Signed-off-by: John Mulligan --- .../cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml | 2 +- .../smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml | 2 +- .../cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml | 2 +- .../orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml | 2 +- .../orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml | 2 +- .../cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 e055869a802bf..7f78d686519ff 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 1fe40f950825e..55d5c213e5619 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 b11c14dc69582..98eb4857347e4 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 307c44c1ed97a..07002eff4ca46 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 fa1272c3c5fcc..894efb0f40113 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 d3a37f70e1019..42e3394a7d484 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 -- 2.39.5