Skip to content

Commit a8a1a81

Browse files
danpawlikopenshift-merge-bot[bot]
authored andcommitted
Add missing hook step in vars
The Ceph playbook is not executed in hook. When the playbook uses hook role, it should contain a post_ceph variable, otherwise the Ceph playbook would not be executed and it would fail with error: - 'error: the path "/tmp/k8s_ceph_secret.yml" does not exist' Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent e874ba1 commit a8a1a81

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ci/nova-operator-tempest-multinode-ceph/ci_fw_vars.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ post_deploy:
2828
type: playbook
2929
source: control_plane_kustomize_deploy.yml
3030

31+
post_ceph:
32+
- name: 80 Run Ceph hook playbook
33+
type: playbook
34+
source: ceph.yml
35+
36+
cifmw_cephadm_log_path: /home/zuul/ci-framework-data/logs
37+
3138
# we can use this hook to create flavors, images, etc
3239
# before we execute tempest simiilar to how we would use
3340
# local.sh in devstack based jobs

0 commit comments

Comments
 (0)