Skip to content

Commit 7c6407c

Browse files
qa/tasks: replace vip.exec with template.exec
Signed-off-by: John Mulligan <[email protected]>
1 parent b45fe1b commit 7c6407c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-haproxy-proto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks:
2626

2727
# make sure mount can be reached over VIP, ensuring both that
2828
# keepalived is maintaining the VIP and that the nfs has bound to it
29-
- vip.exec:
29+
- template.exec:
3030
host.a:
3131
- mkdir /mnt/happy
3232
- sleep 1

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks:
4949

5050
## export and mount
5151

52-
- vip.exec:
52+
- template.exec:
5353
host.a:
5454
- mkdir /mnt/foo
5555
- sleep 5

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress-rgw-user.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tasks:
4949

5050
## export and mount
5151

52-
- vip.exec:
52+
- template.exec:
5353
host.a:
5454
- mkdir /mnt/foo
5555
- sleep 5

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks:
4242
host.a:
4343
- ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake
4444

45-
- vip.exec:
45+
- template.exec:
4646
host.a:
4747
- mkdir /mnt/foo
4848
- sleep 5

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-ingress2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424

2525
## export and mount
2626

27-
- vip.exec:
27+
- template.exec:
2828
host.a:
2929
- mkdir /mnt/foo
3030
- sleep 5

qa/suites/orch/cephadm/smoke-roleless/2-services/nfs-keepalive-only.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tasks:
4646

4747
# make sure mount can be reached over VIP, ensuring both that
4848
# keepalived is maintaining the VIP and that the nfs has bound to it
49-
- vip.exec:
49+
- template.exec:
5050
host.a:
5151
- mkdir /mnt/foo
5252
- sleep 5

0 commit comments

Comments
 (0)