-
Notifications
You must be signed in to change notification settings - Fork 114
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
Prepare networking as early as possible #1717
Conversation
Skipping CI for Draft Pull Request. |
e4a9878
to
3942425
Compare
3942425
to
429881f
Compare
429881f
to
958ed49
Compare
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/a9703ac4e4e94d57940babeb220dcd62 ✔️ noop SUCCESS in 0s |
958ed49
to
1db4ec9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I understand correctly the tasks that we're copied from roles/devscripts/tasks/133_host_network.yml
into roles/reproducer/tasks/prepare_networking.yml
were protected by a when clause:
- cifmw_devscripts_config.manage_br_bridge is defined
- cifmw_devscripts_config.manage_br_bridge == 'n'
Is this no longer needed or being applied somewhere else?
It was never really tested in molecule, and I happened to trigger that path by passing that specific override in the molecule test, leading to.... well.. "some" issues with that untested track, mostly due to lacking data that are usually fed by a job definition.... So I changed the override to keep it simple in the other PR. |
In order to change how we provision networking, especially DHCP, we have to get the virtual networks as early as possible in place. Doing so, we'll be able to inject some specific VM, such as the nat64, and properly manage networks, even for devscripts layout.
1db4ec9
to
3a6808f
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raukadah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
In order to change how we provision networking, especially DHCP, we have
to get the virtual networks as early as possible in place.
Doing so, we'll be able to inject some specific VM, such as the nat64,
and properly manage networks, even for devscripts layout.
As a pull request owner and reviewers, I checked that:
@cjeanner testing notes: