Skip to content

Conversation

@vcandapp
Copy link
Contributor

@vcandapp vcandapp commented Jan 3, 2025

No description provided.

@openshift-ci openshift-ci bot requested review from abays and lewisdenny January 3, 2025 13:01
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: vcandapp
Once this PR has been reviewed and has the lgtm label, please assign karelyatin for approval. For more information see the Code Review Process.

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

@vcandapp vcandapp requested review from Jaganathancse and removed request for abays and lewisdenny January 3, 2025 13:01
- name: Check valid input for edpm_ovs_dpdk_socket_memory
ansible.builtin.fail:
msg: "Socket Memory cannot be empty - edpm_ovs_dpdk_socket_memory"
when: not edpm_ovs_dpdk_socket_memory|string or edpm_ovs_dpdk_socket_memory == 'null'
Copy link
Contributor

Choose a reason for hiding this comment

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

@vcandapp edpm_ovs_dpdk_socket_memory is "" default, so null check is not required.
Instead of failing, can we make default value for this parameter edpm_ovs_dpdk_socket_memory ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

description: OvS DPDK extra configs
edpm_ovs_dpdk_socket_memory:
type: str
default: ""
Copy link
Contributor

Choose a reason for hiding this comment

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

@vcandapp
Need to remove in default main.yaml file if we need to remove default value.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Already removed

@vcandapp
Copy link
Contributor Author

vcandapp commented Jan 8, 2025

recheck

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants