Skip to content

Commit

Permalink
[tempest] Set dhcp_domain to match nova-operator defaults
Browse files Browse the repository at this point in the history
tempest-40.0.0 included a new test[1] which requires
dhcp_domain to be set correctly in order to pass.
Setting defaults to match nova-operator defaults to
get this test working.

This is prepartory steps to avoid job failures
when tempest-40.0.0 is promoted.

[1] https://review.opendev.org/c/openstack/tempest/+/922342

Related-Issue: OSPCIX-489
  • Loading branch information
karelyatin authored and openshift-merge-bot[bot] committed Sep 18, 2024
1 parent a88527e commit bafe5fb
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 @@ -3,3 +3,4 @@ cifmw_tempest_tempestconf_profile_default:
debug: true
overrides:
identity.v3_endpoint_type: public
compute-feature-enabled.dhcp_domain: ''
3 changes: 3 additions & 0 deletions roles/test_operator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ cifmw_tempest_tempestconf_config_defaults:
[identity-feature-enabled]
enforce_scope = true
[compute-feature-enabled]
dhcp_domain = ''
[load_balancer]
member_role = load-balancer_member
admin_role = load-balancer_admin
Expand Down

0 comments on commit bafe5fb

Please sign in to comment.