Skip to content
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

Use veth instead of OVS internal ports by default. #81

Open
dceara opened this issue Sep 10, 2021 · 0 comments
Open

Use veth instead of OVS internal ports by default. #81

dceara opened this issue Sep 10, 2021 · 0 comments
Assignees

Comments

@dceara
Copy link
Collaborator

dceara commented Sep 10, 2021

We currently provision ports of type "internal" when simulating pods:
https://github.com/dceara/ovn-heater/blob/d5ae548dceae639cfb956149742a8fe557b2e393/ovn-tester/ovn_utils.py#L25
https://github.com/dceara/ovn-heater/blob/d5ae548dceae639cfb956149742a8fe557b2e393/ovn-tester/ovn_workload.py#L300
https://github.com/dceara/ovn-heater/blob/d5ae548dceae639cfb956149742a8fe557b2e393/ovn-tester/ovn_workload.py#L313

Using veth instead would make configuration look closer to what ovn-kubernetes provisions.

This should probably be configurable (to allow side-by-side tests).

@numansiddique numansiddique self-assigned this Sep 14, 2021
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

No branches or pull requests

2 participants