Skip to content

Set optimize.proxy_host_address value in tempest workflow #3080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

raukadah
Copy link
Contributor

optimize.proxy_host_address needs controller_ip while running tempest in uni03gamma job. In order to achieve that, we need to set the value via ansible tasks.

This pr sets the same.

optimize.proxy_host_address needs controller_ip while running
tempest in uni03gamma job. In order to achieve that, we need
to set the value via ansible tasks.

This pr sets the same.

Signed-off-by: Chandan Kumar (raukadah) <[email protected]>
@raukadah raukadah requested a review from a team as a code owner June 19, 2025 08:01
Copy link
Contributor

openshift-ci bot commented Jun 19, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -159,7 +159,8 @@
item |
combine({'tempestconfRun': {'overrides':
item.tempestconfRun.overrides + ' ' +
'whitebox_neutron_plugin_options.proxy_host_address ' + controller_ip
'whitebox_neutron_plugin_options.proxy_host_address ' + controller_ip + ' ' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's going to be more and more complex. Maybe add a comment in L153 for others with example how it should look like. WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants