Skip to content

Commit

Permalink
Enable cinder backend for zuul job
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu-011 committed Dec 12, 2024
1 parent 20927e1 commit 591f417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
name: podified-multinode-edpm-deployment-crc-test-operator
parent: podified-multinode-edpm-deployment-crc
vars:
cifmw_edpm_deploy_hci: true
cifmw_install_yamls_whitelisted_vars:
- 'TEST_REPO'
- 'TEST_BRANCH'
Expand Down Expand Up @@ -65,7 +66,6 @@
compute-feature-enabled.dhcp_domain ''
identity.v3_endpoint_type public
service_available.swift false
service_available.cinder false
cifmw_test_operator_tempest_workflow:
- stepName: 'full'
- stepName: 'single-test'
Expand Down Expand Up @@ -107,6 +107,9 @@
cifmw_test_operator_ansibletest_ansible_var_files: |
---
foo: bar
cifmw_extras:
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/multinode-ci.yml"
- "@{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/ci-framework'].src_dir }}/scenarios/centos-9/hci_ceph_backends.yml"
required-projects: &rp
- name: openstack-k8s-operators/install_yamls
override-checkout: main
Expand Down

0 comments on commit 591f417

Please sign in to comment.