Skip to content

Commit 8c95d3f

Browse files
committed
Do not deploy additional ceph services
Glance tempest job doesn't need a full ceph deployment. This patch adds the cifmw variables to skip rgw, dashboard and cephfs deployment. Signed-off-by: Francesco Pantano <[email protected]>
1 parent d812430 commit 8c95d3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zuul.d/jobs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
name: glance-operator-tempest
2828
parent: podified-multinode-hci-deployment-crc-1comp-backends
2929
vars:
30+
cifmw_ceph_daemons_layout:
31+
rgw_enabled: false
32+
dashboard_enabled: false
33+
cephfs_enabled: false
34+
ceph_nfs_enabled: false
3035
cifmw_install_yamls_sdk_version: v1.41.1
3136
cifmw_test_operator_tempest_concurrency: 3
3237
cifmw_test_operator_tempest_include_list: |

0 commit comments

Comments
 (0)