Skip to content

Commit

Permalink
Set volume.catalog_type to volumev3
Browse files Browse the repository at this point in the history
This patch in tempest changed the default value of the catalog_type
for the cinder service to block-storage [1]. In RHOSO however, we
seem to be still using volumev3.

This patch ensures that the default value in ci-framework deployed
environment is still volumev3.

[1] https://review.opendev.org/c/openstack/tempest/+/930296
  • Loading branch information
lpiwowar authored and openshift-merge-bot[bot] committed Oct 25, 2024
1 parent 804ba12 commit 6dfc7dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/tempest/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cifmw_tempest_tempestconf_profile_default:
overrides:
identity.v3_endpoint_type: public
compute-feature-enabled.dhcp_domain: ''
volume.catalog_type: volumev3
3 changes: 3 additions & 0 deletions roles/test_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ cifmw_tempest_tempestconf_config_defaults:
enforce_new_defaults = true
enforce_scope = false
[volume]
catalog_type = volumev3
# Please refer to https://openstack-k8s-operators.github.io/test-operator/guide.html#executing-tempest-tests
cifmw_test_operator_tempest_debug: false
cifmw_test_operator_tempest_config:
Expand Down

0 comments on commit 6dfc7dd

Please sign in to comment.